Central Banks & Monetary
Peru GDP - monthly indicator and quarterly accounts
Peruvian GDP series combined into one response: monthly GDP indicator (indice 2007 = 100), real quarterly GDP (millones S/ at 2007 prices), and nominal quarterly GDP (millones S/). Note the monthly and quarterly frequencies require two upstream calls (different frequency families).
get/api/v1/central-banks/bcrp/gdp
Query parameters
start_periodstring nullable
Optional start period. Monthly format YYYY-M or quarterly YYYY-Q - applied to whichever series the period format matches.
Optional start period. Monthly format YYYY-M or quarterly YYYY-Q - applied to whichever series the period format matches.
end_periodstring nullable
Optional end period.
Optional end period.
Response
Three GDP series side by side.
Example response
{
"data": {
"monthly_index": [
{
"period": "Ene.2024",
"date": "2024-01-31T00:00:00Z",
"value": 3.02
}
],
"quarterly_real": [
{
"period": "Ene.2024",
"date": "2024-01-31T00:00:00Z",
"value": 3.02
}
],
"quarterly_nominal": [
{
"period": "Ene.2024",
"date": "2024-01-31T00:00:00Z",
"value": 3.02
}
]
},
"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": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}