v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Central Banks & Monetary

Batch BCRP series fetch (up to 10 codes)

Fetch up to 10 BCRP series in a single upstream call. All codes must share the same frequency. Useful for building custom indicator baskets in one round trip. Pass codes as a comma-separated list.

get/api/v1/central-banks/bcrp/batch

Query parameters

codesstring required

Comma-separated list of 1 to 10 BCRP codes, same frequency.

Comma-separated list of 1 to 10 BCRP codes, same frequency.

start_periodstring nullable

Optional start period (format depends on frequency).

Optional start period (format depends on frequency).

end_periodstring nullable

Optional end period.

Optional end period.

langstring

Title language: 'esp' (default) or 'ing'.

Title language: 'esp' (default) or 'ing'.

Response

Multi-series payload with aligned observations by period.

Example response

{
  "data": {
    "series": [
      {
        "code": "PN01273PM",
        "name": "Indice de precios Lima Metropolitana (var% 12 meses) - IPC",
        "decimals": 2,
        "observations": [
          {
            "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"
    ]
  }
}