Description Usage Arguments Value Warning Examples
Pulls all symbols available on FMP Cloud that has historical pricing data. Markets can include equities, mutual funds, commodities, indexes, and more.
1 | fmpc_symbols_by_market(market = "all")
|
market |
select one or more markets to pull available symbols. options include: 'all', 'etf', 'commodity', 'euronext', 'nyse',' amex', 'tsx', 'index', 'mutual_fund', 'nasdaq', 'crypto', 'forex' |
a data frame of pricing, split, and dividend history
Running 'all' generates 11 API calls
1 2 3 4 5 6 7 8 9 | ## Not run:
# A valid token must be set to use this function
fmpc_set_token('FMPAPIKEY')
fmpc_symbols_by_market(market = c('index','commodity'))
fmpc_symbols_by_market() # default will pull all markets
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.