Skip to main content

available_indicators

Get the available economic indicators for a provider.

Examples

from openbb import obb
obb.economy.available_indicators(provider='econdb')

Parameters

NameTypeDescriptionDefaultOptional
;

Returns

OBBject
results : List[AvailableIndicators]
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

NameTypeDescription
symbol_rootstrThe root symbol representing the indicator.
symbolstrSymbol representing the entity requested in the data. The root symbol with additional codes.
countrystrThe name of the country, region, or entity represented by the symbol.
isostrThe ISO code of the country, region, or entity represented by the symbol.
descriptionstrThe description of the indicator.
frequencystrThe frequency of the indicator data.