fetch_cpis_data
Retrieve CPIS database time series data for specified countries, indicators, and date ranges to analyze international investment positions.
Instructions
Retrieves compact format time series data from the CPIS database based on the input parameters.
Args:
freq (str): Frequency (e.g., "A" for annual).
country (str): Country code, multiple country codes can be connected with "+".
indicator (str): Indicator code.
counter_country (str): Counterpart country code.
start (str | int): Start year.
end (str | int): End year.
Returns:
str: Description of the queried data. Do not perform further analysis or retry if the query fails.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| freq | Yes | ||
| country | Yes | ||
| indicator | Yes | ||
| counter_country | Yes | ||
| start | Yes | ||
| end | Yes |