Description Usage Arguments Value
returns intraday market data for a specified symbol
1 2 3 4 5 6 7 8 | time_series_intraday(
symbol,
outputsize = "full",
interval = "1min",
from = NULL,
to = NULL,
nDays = 0
)
|
symbol |
string, a market data symbol such as "AMZN" |
outputsize |
Depreciated |
interval |
"1min"; choices are 1min, 5min, 15min, 30min, 60min |
from |
date YYYY-MM-DD Optional return data starting at this date |
to |
date YYYY-MM-DD Optional return data upto and including this date |
nDays |
Optional 0 == all data; if >0 only most recent nDays of intraday data will be returned |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.