Description Usage Arguments Value Examples
Download or Read Price Data
1 2 3 4 5 6 | get_symbols_csv(
symbol_table,
column = "Symbol",
update = FALSE,
folder = "/Users/admin/Documents/RSudio.wd/#projects/@price_data"
)
|
symbol_table |
table containing columns with stock ticker ("Symbol") and ISIN ("ISIN") |
column |
which ticker symbols column to use for download; "Symbol" mainstock exchange, "Symbol_FRA" Frankfurt stock exchange, "Symbol_XETRA" |
update |
logical, TRUE if prices should be downloaded, FALSE if prices should be loaded from local archive |
folder |
archive folder directory |
returns a list of xts objects containing price data
1 | stock_table %>% get_symbols_csv(update = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.