x-api-key: ********************curl --location '/api/v1/central-banks/bcra/aggregates?start_date=2026-01-01&end_date=2026-04-17&limit=30' \
--header 'x-api-key: <api-key>'{
"data": {
"m0": {
"id_variable": 0,
"observations": [
{
"fecha": "string",
"valor": 0
}
],
"count": 0
},
"m1_circulacion": {
"id_variable": 0,
"observations": [
{
"fecha": "string",
"valor": 0
}
],
"count": 0
},
"m1_billetes_publico": {
"id_variable": 0,
"observations": [
{
"fecha": "string",
"valor": 0
}
],
"count": 0
},
"m1_cc_privada": {
"id_variable": 0,
"observations": [
{
"fecha": "string",
"valor": 0
}
],
"count": 0
},
"m2_cajas_ahorro": {
"id_variable": 0,
"observations": [
{
"fecha": "string",
"valor": 0
}
],
"count": 0
},
"m3_total_efectivo": {
"id_variable": 0,
"observations": [
{
"fecha": "string",
"valor": 0
}
],
"count": 0
},
"m4_plazo_fijo": {
"id_variable": 0,
"observations": [
{
"fecha": "string",
"valor": 0
}
],
"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
}
}