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: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): finviz, fmp, intrinio.

Optional: False

Data

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.