iex.chart {Riex} | R Documentation |
Returns adjusted and unadjusted historical data for up to 15 years. Useful for building charts.
Description
For more details, visit:https://iexcloud.io/docs/api/#historical-prices
Usage
iex.chart(x, r, iex_sk)
Arguments
x |
A character vector that can include one or multiple Tickers / Stocks Symbols |
r |
An alpha numeric object that represents the time range selected. |
iex_sk |
is a character vector that include IEX Cloud API Secret Token |
Value
Data frame that includes stock (s) financial data
Note
r takes only of of the values accepted IN API request. "5y", "2y", "1y", "ytd", "6m", "3m", "1m", "1d"
Author(s)
Myriam Ibrahim
See Also
Investors Exchange 'IEX' developer guide https://iexcloud.io/docs/api/
Investors Exchange Group (IEX Group) offers flexible and salable pricing.https://iexcloud.io/pricing/
View Investors Exchange Group (IEX Group) terms of use and subscription levels.https://iexcloud.io/terms/
Package 'iexcloudR'https://github.com/schardtbc/iexcloudR
Examples
## Not run:
iex.chart("TSLA", "1y", "sk")
## End(Not run)