R/marketInfo.R
fmpc_symbols_available.RdUse a valid API Token to pull all symbols that have a profile on FMP Cloud.
Pull the profile using fmpc_security_profile. Set API
token using fmpc_set_token.
fmpc_symbols_available()a data frame of symbols with descriptions
if (FALSE) {
# Must set a valid API token
fmpc_set_token('FMPAPIKEY')
fmpc_symbols_available()
}