investors-exchange.api
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -6,2 +6,15 @@ import { fetch } from './lib'; | ||
declare const market: s; | ||
declare const IEX: { | ||
fetch: import("./lib/types").Fetch; | ||
market: s; | ||
reference: { | ||
corporate_actions: (date?: string | undefined) => Promise<import("./lib/types").CorporateAction[]>; | ||
dividends: (date?: string | undefined) => Promise<import("./lib/types").IEXDividend[]>; | ||
next_day_ex_date: (date?: string | undefined) => Promise<import("./lib/types").ExDate[]>; | ||
symbols: (format?: "json" | "csv" | undefined) => Promise<import("./lib/types").Symbol[]>; | ||
symbol_directory: (date?: string | undefined) => Promise<import("./lib/types").IEXListedSecurity[]>; | ||
}; | ||
stock: (symbol?: string | undefined) => s; | ||
}; | ||
export { fetch, market, reference, stock }; | ||
export default IEX; |
@@ -13,2 +13,4 @@ "use strict"; | ||
exports.market = market; | ||
const IEX = { fetch: lib_1.fetch, market, reference: reference_1.reference, stock }; | ||
exports.default = IEX; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "investors-exchange.api", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Unofficial Browser / NodeJS API for https://iextrading.com", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42989
744