Description Usage Arguments Value Examples
Returns 10,000 or more symbols for a specific date. This generates one API call for each date. Dates must be entered one at a time.
1 | fmpc_price_batch_eod(priceDate = Sys.Date() - 1)
|
priceDate |
price date to pull all securities. Use format yyyy-mm-dd |
data frame of a single days prices
1 2 3 4 5 6 7 | ## Not run:
fmpc_set_token('FMPAPIKEY')
allSymbs = fmpc_price_batch_eod('2020-06-24')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.