Skip to main content

indicators

Get economic indicators by country and indicator.

Parameters

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

country: str | None | list[str | None]
The country to get data. Multiple items allowed for provider(s): econdb, imf.

frequency: str | None
The frequency of the 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.


Returns

results: EconomicIndicators

Serializable results.

provider: Optional[Literal['econdb', 'imf']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

date: date | None | str
The date of the data.

symbol_root: str | None
The root symbol for the indicator (e.g. GDP).

symbol: str | None
Symbol representing the entity requested in the data.

country: str | None
The country represented by the data.

value: int | float | None