Description Usage Arguments Value
Using prices endpoint downloads data for a subset of
tags, allowed by i.historicalData. However, it loads multiple
tags with a single call, which allows spending less API credits.
1 |
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" |
from |
History start date (either Date or a character in 'YYYY-MM-DD' format),
If |
to |
History end date (either Date or a character in 'YYYY-MM-DD' format),
If |
freq |
Data periodicity. A string containing any of
|
Data in specified format. See intrOptions for details. Columns:
tickerSecurity identifier
datePrice date
openThe actual observed first traded stock price on the trading date
highThe actual observed highest traded stock price on the trading date
lowThe actual observed lowest traded stock price on the trading date
closeThe actual observed last trade stock price on the trading date
volumeThe actual observed number of shares of stock traded between market participants on the trading date
ex_dividendThe non-split adjusted dividend per share on the ex-dividend date - not available on index historical prices
split_ratioThe split factor on the split date - not available on index historical prices
adj_openThe dividend and split adjusted open price - not available on index historical prices
adj_highThe dividend and split adjusted high price - not available on index historical prices
adj_lowThe dividend and split adjusted low price - not available on index historical prices
adj_closeThe dividend and split adjusted close price - not available on index historical prices
adj_volumeThe dividend and split adjusted volume - not available on index historical prices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.