executive_compensation
FinancialModelingPrep.executive_compensation — Functionexecutive_compensation(fmp, symbol)Returns executive compensation for the specified symbol.
Arguments
fmp::FMP: A Financial Modeling Prep instance.symbol::String: A stock symbol.
See Executive-Compensation for more details.
Examples
# create a FMP API instance
fmp = FMP()
# get the excecutive compensation for AAPL
data = executive_compensation(fmp, "AAPL")executive_compensation_benchmarks
FinancialModelingPrep.executive_compensation_benchmarks — Functionexecutivecompensationbenchmarks(fmp, year)
Returns executive compensation benchmarks for the specified year.
Arguments
fmp::FMP: A Financial Modeling Prep instance.year::Integer: A calendar year.
See Executive-Compensation for more details.
Examples
# create a FMP API instance
fmp = FMP()
# get the excecutive compensation benchmarks for 2020
data = executive_compensation_benchmarks(fmp, year = 2020)