list_macro_indicators
List available macro indicators (GDP, CPI, PMI) filtered by country or keyword to obtain indicator codes for subsequent data retrieval.
Instructions
List available macro indicators (GDP, CPI, PMI, etc.).
Use first to discover indicator_code, then pass to get_macro_data. list_macro_indicators(country="CN")
Args: keyword: Filter keyword (optional) country: CN/US/HK/JP/EU (optional) count: Max results (default 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| country | No | ||
| keyword | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |