df_prices | R Documentation |
Create dataframe of close prices from multiple .csv files downloaded from https://stooq.pl/ with function stooq_download()
df_prices(files, start_date = 20000101, end_date = 20211231, source)
files |
Vector of .csv file names |
start_date |
Format 'yyyymmdd'. Default set to 20000101 |
end_date |
Format 'yyyymmdd'. Default set to 20211231 |
source |
Source folder of .csv files. Deafault is your current working directory |
Data frame of asset prices
files <- list.files('datasets\\') close_prices <- df_prices(files = files ,source = 'datasets\\')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.