Skip to main content

Etf Price Performance


Implementation details

Class names

Model nameParameters classData class
EtfPricePerformanceEtfPricePerformanceQueryParamsEtfPricePerformanceData

Import Statement

from openbb_core.provider.standard_models. import (
EtfPricePerformanceData,
EtfPricePerformanceQueryParams,
)

Parameters

symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): finviz, fmp, intrinio.

Data

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.