bcrp_search_catalog
Search the BCRP economic data catalog by keyword to find series codes, names, frequency, and units needed to query data. Filter by category or frequency to narrow results.
Instructions
Search the built-in catalog of important BCRP series by keyword.
Returns matching series codes, names, descriptions, frequency, units, and
the period format needed to query them with bcrp_get_series.
Example queries:
'tipo de cambio' → exchange rate series
'tasa referencia' → BCRP policy rate
'reservas internacionales' → international reserves
'cobre' → copper price
'liquidez' → monetary liquidity (M1/M2)
'credito' → private sector credit
'BVL' → Lima stock exchange index
'PBI' → GDP quarterly series
Use bcrp_list_catalog_categories to see all available categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term (Spanish or English). E.g. 'exchange rate', 'tipo de cambio' | |
| category | No | Filter by category ID. E.g. 'exchange_rates_daily', 'liquidity_monthly'. Use bcrp_list_catalog_categories to see all options. | |
| frequency | No | Filter by frequency: 'daily', 'monthly', 'quarterly', 'annual' |