Gdp Real
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
GdpReal | GdpRealQueryParams | GdpRealData |
Import Statement
from openbb_core.provider.standard_models.gdp_real import (
GdpRealData,
GdpRealQueryParams,
)
Parameters
- standard
- econdb
- oecd
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
country
: Union[str, list[str]]
The country to get data.Use 'all' to get data for all available countries. Multiple items allowed for provider(s): econdb.
• Default: united_states
• Optional: True
use_cache
: bool
If True, the request will be cached for one day. Using cache is recommended to avoid needlessly requesting the same data.
• Default: True
• Optional: True
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
country
: Union[str, list[str]]
The country to get data. Use 'all' to get data for all available countries. Multiple items allowed for provider(s): oecd.
Choices
oecd
oecd_26
oecd_europe
g7
g20
euro_area
european_union_27
european_union_15
nafta
argentina
australia
austria
belgium
bulgaria
brazil
canada
chile
colombia
costa_rica
croatia
czech_republic
denmark
estonia
finland
france
germany
greece
hungary
iceland
india
indonesia
ireland
israel
italy
japan
korea
latvia
lithuania
luxembourg
mexico
netherlands
new_zealand
norway
poland
portugal
romania
russia
saudi_arabia
slovak_republic
slovenia
south_africa
spain
sweden
switzerland
turkey
united_kingdom
united_states
all
• Default: united_states
• Optional: True
frequency
: Literal['quarter', 'annual']
Frequency of the data.
• Default: quarter
• Optional: True
Data
- standard
- econdb
- oecd
date
: Union[date, str]
The date of the data.
country
: str
The country represented by the GDP value.
value
: Union[int, float]
GDP value for the country and date.
date
: Union[date, str]
The date of the data.
country
: str
The country represented by the GDP value.
value
: Union[int, float]
Real GDP value for the country and date.
real_growth_qoq
: float
Real GDP growth rate quarter over quarter.
real_growth_yoy
: float
Real GDP growth rate year over year.
date
: Union[date, str]
The date of the data.
country
: str
The country represented by the GDP value.
value
: Union[int, float]
GDP value for the country and date.