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: Union[str, list[str]]

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

Optional: False

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.