Skip to main content

Gdp Real


Implementation details

Class names

Model nameParameters classData class
GdpRealGdpRealQueryParamsGdpRealData

Import Statement

from openbb_core.provider.standard_models.gdp_real import (
GdpRealData,
GdpRealQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
unitsLiteral['idx', 'qoq', 'yoy']The unit of measurement for the data. Either idx (indicating 2015=100), qoq (previous period) or yoy (same period, previous year).)yoyTrue
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue
providerLiteral['oecd']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'oecd' if there is no default.oecdTrue

Data

NameTypeDescription
datedateThe date of the data.
valuefloatNominal GDP value on the date.