i.historicalData: Historical data

Description Usage Arguments Details Value Data Feed Note

Description

Historical data

Usage

1
2
i.historicalData(tickers, tags, from = NULL, to = NULL, freq = NULL,
  type = NULL, ...)

Arguments

tickers

tickers A character vector of stock symbols. For non-US tickers it is possible to specify exchange after tick symbol, separated by colon, i.e. "TICKER:EXCHANGE"

tags

specified standardized tag requested. Entire list of tags is available here

from

History start date (either Date or a character in 'YYYY-MM-DD' format), If NULL, date would not be restricted by a minimum. A vector of dates of the same length as tickers is also possible in order to have specific start date for each ticker.

to

History end date (either Date or a character in 'YYYY-MM-DD' format), If NULL, date would not be restricted by a maximum. A vector of dates of the same length as tickers is also possible in order to have specific end date for each ticker.

freq

Data periodicity. A string containing any of 'daily', 'weekly', 'monthly', 'quarterly', 'yearly' or NULL. If NULL will preserve default intrinio behavior (daily).

type

Meaningful for financial Statements data only. The type of financial statement period. Possible values:

'FY'

Fiscal year

'QTR'

Quarter

'YTD'

Year-to-date

'TTM'

Trailing twelve months


NULL will preserve default intrinio behavior, which is TTM for income statement and cash flow statement and QTR for balance sheet.

...

other arguments to pass to MoreArgs of intrCallMap

Details

Will download history for all tickers passed for each tag passed. Please use intrCallMap to load specific set of tags for the respective ticker.

Value

Data in specified format. See intrOptions for details

Data Feed

US Public Company Financials

Note

Financials will not work with freq defined, so it is generally not advised to mix market data and financials. It is also more cost-effective in terms of API calls to request market data history with i.prices since it loads OHLC, volume, splits, dividends and adjusted prices at once.


ksavin/intrinio documentation built on May 20, 2019, 7:03 p.m.