search_time_series_groups
Search BCRP's economic and financial time series database using keywords to identify relevant time series groups for analysis. Returns unique group names matching the search criteria.
Instructions
Search for time series groups using one or multiple keywords.
This function searches the BCRP (Banco Central de Reserva del Perú) database for time series groups that match the provided keywords. It returns a list of unique time series group names that contain or relate to the search terms.
Args: keywords (List[str]): A list containing one or more keywords to search for. Each keyword should be a single word without spaces.
Returns: List[str]: A list of unique time series group names that match the search criteria. Returns an empty list if no matches are found.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keywords | Yes |