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
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): yfinance. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): yfinance. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): yfinance. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): yfinance. | False |
Data
- standard
- fmp
- intrinio
- yfinance
Name | Type | Description |
---|---|---|
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. |
Name | Type | Description |
---|---|---|
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. |
Name | Type | Description |
---|---|---|
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. |
adjusted_outstanding_shares | float | Total number of shares of a publicly-traded company, adjusted for splits. |
public_float | float | Aggregate market value of the shares of a publicly-traded company. |
Name | Type | Description |
---|---|---|
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. |
implied_shares_outstanding | int | Implied Shares Outstanding of common equity, assuming the conversion of all convertible subsidiary equity into common. |
short_interest | int | Number of shares that are reported short. |
short_percent_of_float | float | Percentage of shares that are reported short, as a normalized percent. |
days_to_cover | float | Number of days to repurchase the shares as a ratio of average daily volume |
short_interest_prev_month | int | Number of shares that were reported short in the previous month. |
short_interest_prev_date | date | Date of the previous month's report. |
insider_ownership | float | Percentage of shares held by insiders, as a normalized percent. |
institution_ownership | float | Percentage of shares held by institutions, as a normalized percent. |
institution_float_ownership | float | Percentage of float held by institutions, as a normalized percent. |
institutions_count | int | Number of institutions holding shares. |