Description Usage Arguments Value
View source: R/get_daily_prices.R
Get daily prices for specified stocks
1 2 3 4 5 6 7 | get_daily_prices(
symbols,
start_date = Sys.Date() - 30,
end_date = Sys.Date(),
blob_file = NA,
blob_cont = "fundamentals"
)
|
symbols |
Start date |
start_date |
End dateevents |
end_date |
End date |
blob_file |
Name of blob file. If NA, the file wan't be saved on Azure Store blob. |
blob_cont |
Azure storage blob container |
Result of GET request
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.