2.5.0
Gets the current equity quote for a symbol.
(string)
Equity symbol.
(string?)
The name of the specific quote field. If 'all' or not specified will return full quote.
Promise<Array<Array<any>>>
:
A range with the Equity quote information
Gets the historical equity quotes for a series.
(string)
Equity symbol.
(string)
Frequency of returned time series (Monthly,Weekly,Daily,60min,30min,15min,5min,1min).
(boolean?)
(Optional: default is FALSE) Adjustments are for corporate actions. A value of FALSE gives the raw reported number.
(string?)
(Optional: default value set by user) Full or compact series (full, compact).
(boolean?)
(Optional: default is TRUE) If extended hours is FALSE, values will be limited to being between 9:30AM-4:00PM in the time zone ‘America/New_York’. This setting only applies to intraday data.
(string?)
(Optional: if missing, recent data is returned) Return a full month of intraday data. Input format YYYY-MM. This setting only applies to intraday data.
Promise<Array<Array<any>>>
:
A range with the equity price history.
Gets the current exchange rate between 2 currencies.
(string)
Currency code converting from.
(string)
Currency code converting to.
(string?)
(Optional) The name of the specific quote field. If 'all' or not specified will return full quote.
Promise<Array<Array<any>>>
:
A range with the exchange rate and associated info.
Gets the updating exchange rate between 2 currencies.
(string)
Currency code converting from.
(string)
Currency code converting to.
(string)
The name of the specific quote field. If 'all' will return full quote.
(number)
Seconds between updates. Shortest valid interval is 30 seconds.
void
:
A range with the exchange rate and associated info.
Gets the historical exchange rate between 2 currencies.
(string)
Currency code converting from. This field can be a physical or crypto currency
(string)
Currency code converting to. This field can only be a physical currency
(string)
Frequency of returned time series (Monthly,Weekly,Daily,60min,30min,15min,5min,1min).
(string?)
(Optional: default value set by user) Full or compact series (full, compact).
Promise<Array<Array<any>>>
:
A range with exchange rate history.
Gets the updating historical exchange rate between 2 currencies. Really only useful for intraday
(string)
Currency code converting from. This field can be a physical or crypto currency
(string)
Currency code converting to. This field can only be a physical currency
(string)
Frequency of returned time series (Monthly,Weekly,Daily,60min,30min,15min,5min,1min).
(string)
('compact' default) Full or compact series (full, compact). Omit value to use default
(StreamingInvocation?)
(NOT VISIBLE TO USER) The callback that handles the response
void
:
A range with the updating equity price history. Updates at the same frequency as interval
Gets the specified Technical Indicator history for a specific equity.
(string)
Equity symbol.
(string)
Name of the Indicator.
(string)
Frequency of returned time series (Monthly,Weekly,Daily,60min,30min,15min,5min,1min).
(Array<Array<any>>?)
2 Column range with arguments specfic to this indicator. See
Full Documentation
Promise<Array<Array<any>>>
:
A range with the indicator history.
Search for equity symbols given a string
(string)
A string representing the equity symbol to search for.
Promise<Array<Array<any>>>
:
A range with a list of possible matches to the query
Gets the historical commodity quotes as a series.
(string)
Frequency of returned time series (Monthly,Weekly,Daily) or (Annual,Quarterly,Monthly) depending on the commodity.
Promise<Array<Array<any>>>
:
A range with the commodity price history.
Gets the currently available crypto currencies.
Promise<Array<Array<any>>>
:
A range with a list of available crypto currencies (2 columns). Both code and description.
Gets the currently available physical currencies.
Promise<Array<Array<any>>>
:
A range with a list of available physical currencies (2 columns). Both code and description.
Gets an information overview for a company.
(string)
Equity symbol.
(string)
(Optional) The name of the specific field. If 'all' or not specified will return full information.
Promise<Array<Array<any>>>
:
The overview for a company.
Gets the historical equity earnings.
Promise<Array<Array<any>>>
:
The equity earnings history.
Gets the historical company filings.
(string)
Equity symbol.
(string)
BalanceSheet, IncomeStatement or Cashflow.
(string)
Annual or Quarterly.
Promise<Array<Array<any>>>
:
The company filings history.
Gets the listing status of equities on the latest date. If a date is entered it will return the listing status of the equities for that date. This function returns a lot of data so it may take 20 seconds or more depending on your hardware and internet connection.
(string)
(Optional) active or delisted. Default is active.
(any)
(Optional) Specific date to check listing status for. Default is most recent date.
Promise<Array<Array<any>>>
:
The listing status of equities.
Gets the earnings calendar for the specified horizon and optional symbol. When not specifying a symbol this function returns a lot of data so it may take 20 seconds or more depending on your hardware and internet connection.
(string)
(Optional) 3month, 6month or 12month. Default is 3month
(string)
(Optional) Equity symbol. If specified the output is limited to the calendar for that equity.
Promise<Array<Array<any>>>
:
The earnings calendar.
Gets historical values for the requested Economic Indicator. Allowed indicators (CONSUMER_SENTIMENT, DURABLES, INFLATION, INFLATION_EXPECTATION, NONFARM_PAYROLL, REAL_GDP_PER_CAPITA, RETAIL_SALES, UNEMPLOYMENT, CPI, FEDERAL_FUNDS_RATE, REAL_GDP)
(string)
Economic Indicator to retrieve. Allowed values(CONSUMER_SENTIMENT, DURABLES, INFLATION, INFLATION_EXPECTATION, NONFARM_PAYROLL, REAL_GDP_PER_CAPITA, RETAIL_SALES, UNEMPLOYMENT, CPI, FEDERAL_FUNDS_RATE, REAL_GDP)
(string)
(Optional) The time interval of the series. Depends on the specific indicator. Ignored if the specific indicator doesn't take this option.
Promise<Array<Array<any>>>
:
The economic indicator history.
Gets the historical US Treasury yields for the specified constant maturity. Allowed maturities (3month, 2year, 5year, 7year, 10year, 30year). Allowed intervals (daily, weekly, monthly)
(string)
Tenor or Constant Maturity of the treasury yield. Allowed values(3month, 2year, 5year, 7year, 10year, 30year). If not specified defaults to 10year
(string)
(Optional) The time interval of the series. Allowed intervals (daily, weekly, monthly)
Promise<Array<Array<any>>>
:
The treasury yield history.