Skip to main content

List all macroeconomic indicators

GET https://data.partnr.ai/v2/macroeconomics/indicators

Returns a list all the available macroeconomic indicators.

Request Parameters

No parameters.

Response

CodeDescription
200Returns a list of macroeconomic indicators.
401Unauthorized.

Example

[
{
"id": "INTEREST_RATE",
"countries": [
{
"id": "BRA",
"units": ["ANNUAL", "MONTHLY", "DAILY"]
}
]
},
{
"id": "INTERBANK_RATE",
"countries": [
{
"id": "BRA",
"units": ["ANNUAL", "MONTHLY", "DAILY"]
}
]
},
{
"id": "INFLATION_RATE",
"countries": [
{
"id": "BRA",
"units": ["MONTHLY", "ANNUAL"]
}
]
},
{
"id": "JP_MORGAN_EMBI",
"countries": [
{
"id": "BRA",
"units": ["DAILY"]
}
]
}
]
info

Note that the id field is used as the indicator's unique identifier when querying for data.