Skip to main content

institutional

Get data about institutional ownership for a given company over time.

Examples

from openbb import obb
obb.equity.ownership.institutional(symbol='AAPL', provider='fmp')

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False

Returns

OBBject
results : List[InstitutionalOwnership]
Serializable results.

provider : Optional[Literal['fmp']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
cikstrCentral Index Key (CIK) for the requested entity.
dateUnion[date, str]The date of the data.