Central Banks & Monetary
Peru monetary aggregates and credit
BCRP monetary accounts: monetary base (emision primaria, end of period), private sector credit in foreign currency (USD millions), sol deposits and savings, and system-wide USD liquidity growth. Batched in a single upstream call where possible.
get/api/v1/central-banks/bcrp/monetary-aggregates
Query parameters
start_periodstring nullable
Optional start period (YYYY-M).
Optional start period (YYYY-M).
end_periodstring nullable
Optional end period (YYYY-M).
Optional end period (YYYY-M).
Response
Headline monetary aggregates keyed by aggregate name.
Example response
{
"data": {
"currency_in_circulation": [
{
"period": "Ene.2024",
"date": "2024-01-31T00:00:00Z",
"value": 3.02
}
],
"demand_deposits_pen": [
{
"period": "Ene.2024",
"date": "2024-01-31T00:00:00Z",
"value": 3.02
}
],
"private_credit_usd": [
{
"period": "Ene.2024",
"date": "2024-01-31T00:00:00Z",
"value": 3.02
}
],
"deposits_pen": [
{
"period": "Ene.2024",
"date": "2024-01-31T00:00:00Z",
"value": 3.02
}
],
"liquidity_growth_usd": [
{
"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"
]
}
}