Skip to main content

Share Statistics


Implementation details

Class names

Model nameParameters classData class
ShareStatisticsShareStatisticsQueryParamsShareStatisticsData

Import Statement

from openbb_core.provider.standard_models.share_statistics import (
ShareStatisticsData,
ShareStatisticsQueryParams,
)

Parameters

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

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.