Skip to main content

share_statistics

Get data about share float for a given company.

Examples

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

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): yfinance.False

Returns

OBBject
results : List[ShareStatistics]
Serializable results.

provider : Optional[Literal['fmp', 'intrinio', 'yfinance']]
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.
dateUnion[date, str]The date of the data.
free_floatfloatPercentage of unrestricted shares of a publicly-traded company.
float_sharesfloatNumber of shares available for trading by the general public.
outstanding_sharesfloatTotal number of shares of a publicly-traded company.
sourcestrSource of the received data.