fmpc_symbols_by_market {fmpcloudr}R Documentation

Get available symbols across markets

Description

Pulls all symbols available on FMP Cloud that has historical pricing data. Markets can include equities, mutual funds, commodities, indexes, and more.

Usage

fmpc_symbols_by_market(market = "all")

Arguments

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'

Value

a data frame of pricing, split, and dividend history

Warning

Running 'all' generates 11 API calls

Examples


## 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)

[Package fmpcloudr version 0.1.5 Index]