beneficial_ownership
FinancialModelingPrep.beneficial_ownership — Functionbeneficial_ownership(fmp, symbol)Returns beneficial ownership for the specified symbol.
Arguments
fmp::FMP: A Financial Modeling Prep instance.symbol::String: A stock symbol.
See Individual-Beneficial-Ownership for more details.
Examples
# create a FMP API instance
fmp = FMP()
# get the beneficial ownership for AAPL
data = beneficial_ownership(fmp, "AAPL")