getDTSymbols | R Documentation |
getDTSymbols
adapts quantmod::getSymbols
to convert
results to data.table
.
getDTSymbols(x, ..., cache = TRUE)
x |
A symbol or list of symbols to retrieve from Yahoo and adjust. |
... |
Additional arguments passed to quantmod::getSymbols. |
cache |
Whether to check cache for data before calling quantmod::getSymbols. |
A data.table
of data for input symbols with adjustments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.