real
Get Real GDP Data.
Parameters
- standard
- econdb
- oecd
start_date: date | None | str
Start date of the data, in YYYY-MM-DD format.
end_date: date | None | str
End date of the data, in YYYY-MM-DD format.
start_date: date | None | str
Start date of the data, in YYYY-MM-DD format.
end_date: date | None | str
End date of the data, in YYYY-MM-DD format.
country: str | None
Default: united_states
The country to get data.Use 'all' to get data for all available countries.
use_cache: bool | None
Default: True
If True, the request will be cached for one day. Using cache is recommended to avoid needlessly requesting the same data.
start_date: date | None | str
Start date of the data, in YYYY-MM-DD format.
end_date: date | None | str
End date of the data, in YYYY-MM-DD format.
country: str | None
Default: united_states
The country to get data. Use 'all' to get data for all available countries.
frequency: Literal['quarter', 'annual'] | None
Default: quarter
Frequency of the data.
Returns
results: GdpReal
Serializable results.
provider: Optional[Literal['econdb', 'oecd']]
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.
Data
- standard
- econdb
- oecd
date: date | str
The date of the data.
country: str | None
The country represented by the GDP value.
value: int | float
GDP value for the country and date.
date: date | str
The date of the data.
country: str | None
The country represented by the GDP value.
value: 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: date | str
The date of the data.
country: str | None
The country represented by the GDP value.
value: int | float
GDP value for the country and date.