Central Banks & Monetary
Curated BCRP series catalog
Hand-curated dictionary of well-known BCRP series codes exposed by Sugra. Maintained inside the repo because BCRP's official /metadatos catalog page is HTML-only and returns HTTP 403 to non-browser clients. Use this catalog as a discovery aid before calling /series/{code} or /batch.
get/api/v1/central-banks/bcrp/catalog
Response
Catalog entries with code, name, category, frequency, unit, and notes.
Example response
{
"data": {
"series": [
{
"code": "PD04722MM",
"name": "Tasa de referencia de politica monetaria",
"category": "monetary",
"frequency": "monthly",
"unit": "% annual",
"notes": "BCRP main policy rate. Use for /policy-rate."
}
]
},
"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"
]
}
}