Skip to main content

share_statistics

Get data about share float for a given company.

Parameters

symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp, yfinance.


Returns

results: 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: date | datetime | None | str
The date of the data.

free_float: float | None
Percentage of unrestricted shares of a publicly-traded company.

float_shares: int | float | None
Number of shares available for trading by the general public.

outstanding_shares: int | float | None
Total number of shares of a publicly-traded company.