Share Statistics
Implementation details
Class names
| Model name | Parameters class | Data class |
|---|---|---|
ShareStatistics | ShareStatisticsQueryParams | ShareStatisticsData |
Import Statement
from openbb_core.provider.standard_models.share_statistics import (
ShareStatisticsData,
ShareStatisticsQueryParams,
)
Parameters
- standard
- fmp
- intrinio
- yfinance
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp, yfinance.
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp, yfinance.
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp, yfinance.
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp, yfinance.
Data
- standard
- fmp
- intrinio
- yfinance
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.
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.
url: str | None
URL to the source document, if available.
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.
adjusted_outstanding_shares: float | None
Total number of shares of a publicly-traded company, adjusted for splits.
public_float: float | None
Aggregate market value of the shares of a publicly-traded company.
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.
implied_shares_outstanding: int | None
Implied Shares Outstanding of common equity, assuming the conversion of all convertible subsidiary equity into common.
short_interest: int | None
Number of shares that are reported short.
short_percent_of_float: float | None
Percentage of shares that are reported short, as a normalized percent.
days_to_cover: float | None
Number of days to repurchase the shares as a ratio of average daily volume
short_interest_prev_month: int | None
Number of shares that were reported short in the previous month.
short_interest_prev_date: date | None
Date of the previous month's report.
insider_ownership: float | None
Percentage of shares held by insiders, as a normalized percent.
institution_ownership: float | None
Percentage of shares held by institutions, as a normalized percent.
institution_float_ownership: float | None
Percentage of float held by institutions, as a normalized percent.
institutions_count: int | None
Number of institutions holding shares.