Description Usage Arguments Value
returns market end of day adjusted data for a specified symbol
1 2 3 4 5 6 7 | time_series_daily_adjusted(
symbol,
outputsize = "compact",
from = NULL,
to = NULL,
lastN = 100
)
|
symbol |
string, a market data symbol such as "AMZN" |
outputsize |
depreciated |
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 |
lastN |
100 Optional; if 0 all data returned; if >0 lastN specifies how many of the most recent trading days will be returned |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.