Skip to main content

Economic Indicators


Implementation details

Class names

Model nameParameters classData class
EconomicIndicatorsEconomicIndicatorsQueryParamsEconomicIndicatorsData

Import Statement

from openbb_core.provider.standard_models.economic_indicators import (
EconomicIndicatorsData,
EconomicIndicatorsQueryParams,
)

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.

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