Price Performance
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
PricePerformance | PricePerformanceQueryParams | PricePerformanceData |
Import Statement
from openbb_core.provider.standard_models. import (
PricePerformanceData,
PricePerformanceQueryParams,
)
Parameters
- standard
- finviz
- fmp
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): finviz, fmp. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): finviz, fmp. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): finviz, fmp. | False |
Data
- standard
- finviz
- fmp
Name | Type | Description |
---|---|---|
symbol | str | Symbol representing the entity requested in the data. |
one_day | float | One-day return. |
wtd | float | Week to date return. |
one_week | float | One-week return. |
mtd | float | Month to date return. |
one_month | float | One-month return. |
qtd | float | Quarter to date return. |
three_month | float | Three-month return. |
six_month | float | Six-month return. |
ytd | float | Year to date return. |
one_year | float | One-year return. |
two_year | float | Two-year return. |
three_year | float | Three-year return. |
four_year | float | Four-year |
five_year | float | Five-year return. |
ten_year | float | Ten-year return. |
max | float | Return from the beginning of the time series. |
Name | Type | Description |
---|---|---|
symbol | str | The ticker symbol. |
one_day | float | One-day return. |
wtd | float | Week to date return. |
one_week | float | One-week return. |
mtd | float | Month to date return. |
one_month | float | One-month return. |
qtd | float | Quarter to date return. |
three_month | float | Three-month return. |
six_month | float | Six-month return. |
ytd | float | Year to date return. |
one_year | float | One-year return. |
two_year | float | Two-year return. |
three_year | float | Three-year return. |
four_year | float | Four-year |
five_year | float | Five-year return. |
ten_year | float | Ten-year return. |
max | float | Return from the beginning of the time series. |
volatility_week | float | One-week realized volatility, as a normalized percent. |
volatility_month | float | One-month realized volatility, as a normalized percent. |
price | float | Last Price. |
volume | float | Current volume. |
average_volume | float | Average daily volume. |
relative_volume | float | Relative volume as a ratio of current volume to average volume. |
analyst_recommendation | float | The analyst consensus, on a scale of 1-5 where 1 is a buy and 5 is a sell. |
Name | Type | Description |
---|---|---|
symbol | str | The ticker symbol. |
one_day | float | One-day return. |
wtd | float | Week to date return. |
one_week | float | One-week return. |
mtd | float | Month to date return. |
one_month | float | One-month return. |
qtd | float | Quarter to date return. |
three_month | float | Three-month return. |
six_month | float | Six-month return. |
ytd | float | Year to date return. |
one_year | float | One-year return. |
two_year | float | Two-year return. |
three_year | float | Three-year return. |
four_year | float | Four-year |
five_year | float | Five-year return. |
ten_year | float | Ten-year return. |
max | float | Return from the beginning of the time series. |