available_symbols
FinancialModelingPrep.available_symbols — Functionavailable_symbols(fmp)Returns all available symbols in the API.
Arguments
fmp::FMP: A Financial Modeling Prep instance.
See Symbols-List for more details.
Examples
# create a FMP API instance
fmp = FMP()
# get a list of all available symbols
data = available_symbols(fmp)tradeable_symbols
FinancialModelingPrep.tradeable_symbols — Functiontradeable_symbols(fmp)Returns all tradeable symbols in the API.
Arguments
fmp::FMP: A Financial Modeling Prep instance.
See Tradeable-Symbols-List for more details.
Examples
# create a FMP API instance
fmp = FMP()
# get a list of all available symbols
data = tradeable_symbols(fmp)etf_symbols
FinancialModelingPrep.etf_symbols — Functionetf_symbols(fmp)Returns all tradeable symbols in the API.
Arguments
fmp::FMP: A Financial Modeling Prep instance.
See ETF-Symbols for more details.
Examples
# create a FMP API instance
fmp = FMP()
# get a list of all etf symbols
data = etf_symbols(fmp)