search_time_series_groups
Locate time series groups in BCRP-MCP's database by entering keywords. Retrieve a list of unique group names matching the search criteria for efficient data exploration and analysis of Peru's economic indicators.
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 |