quarter_year to switch to aggregate 6612 (quarterly national accounts). Variables pulled: nominal GDP in Milhoes de Reais, volume change percent, deflator. Source: Instituto Brasileiro de Geografia e Estatistica (IBGE).x-api-key: ********************curl --location '/api/v1/statistical-agencies/ibge/gdp?year=2022&quarter_year=2024Q4' \
--header 'x-api-key: <api-key>'valor in million BRL or percent, depending on variable.{
"data": {
"aggregate_id": 0,
"frequency": "string",
"period": "string",
"observations": [
{
"variavel": "string",
"variavel_id": "string",
"unidade": "string",
"localidade": "string",
"localidade_id": "string",
"nivel_territorial": "string",
"classificacao": null,
"periodo": "string",
"valor": 0,
"valor_raw": "string"
}
],
"count": 0
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}