performance
Get price performance data for a given stock. This includes price changes for different time periods.
Parameters
- standard
- finviz
- fmp
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): finviz, fmp.
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): finviz, fmp.
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): finviz, fmp.
Returns
results: PricePerformance
Serializable results.
provider: Optional[Literal['finviz', 'fmp']]
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.
Data
- standard
- finviz
- fmp
symbol: str | None
Symbol representing the entity requested in the data.
one_day: float | None
One-day return.
wtd: float | None
Week to date return.
one_week: float | None
One-week return.
mtd: float | None
Month to date return.
one_month: float | None
One-month return.
qtd: float | None
Quarter to date return.
three_month: float | None
Three-month return.
six_month: float | None
Six-month return.
ytd: float | None
Year to date return.
one_year: float | None
One-year return.
two_year: float | None
Two-year return.
three_year: float | None
Three-year return.
four_year: float | None
Four-year
five_year: float | None
Five-year return.
ten_year: float | None
Ten-year return.
max: float | None
Return from the beginning of the time series.
symbol: str | None
The ticker symbol.
one_day: float | None
One-day return.
wtd: float | None
Week to date return.
one_week: float | None
One-week return.
mtd: float | None
Month to date return.
one_month: float | None
One-month return.
qtd: float | None
Quarter to date return.
three_month: float | None
Three-month return.
six_month: float | None
Six-month return.
ytd: float | None
Year to date return.
one_year: float | None
One-year return.
two_year: float | None
Two-year return.
three_year: float | None
Three-year return.
four_year: float | None
Four-year
five_year: float | None
Five-year return.
ten_year: float | None
Ten-year return.
max: float | None
Return from the beginning of the time series.
volatility_week: float | None
One-week realized volatility, as a normalized percent.
volatility_month: float | None
One-month realized volatility, as a normalized percent.
price: float | None
Last Price.
volume: float | None
Current volume.
average_volume: float | None
Average daily volume.
relative_volume: float | None
Relative volume as a ratio of current volume to average volume.
analyst_recommendation: float | None
The analyst consensus, on a scale of 1-5 where 1 is a buy and 5 is a sell.
symbol: str | None
Symbol representing the entity requested in the data.
one_day: float | None
One-day return.
wtd: float | None
Week to date return.
one_week: float | None
One-week return.
mtd: float | None
Month to date return.
one_month: float | None
One-month return.
qtd: float | None
Quarter to date return.
three_month: float | None
Three-month return.
six_month: float | None
Six-month return.
ytd: float | None
Year to date return.
one_year: float | None
One-year return.
two_year: float | None
Two-year return.
three_year: float | None
Three-year return.
four_year: float | None
Four-year
five_year: float | None
Five-year return.
ten_year: float | None
Ten-year return.
max: float | None
Return from the beginning of the time series.