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

symbol: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): yfinance.

Optional: False


Returns

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

symbol: str

Symbol representing the entity requested in the data.

date: Union[date, str]

The date of the data.

free_float: float

Percentage of unrestricted shares of a publicly-traded company.

float_shares: float

Number of shares available for trading by the general public.

outstanding_shares: float

Total number of shares of a publicly-traded company.

source: str

Source of the received data.