Macro Indicator List
macrodata_indicatorsSearch and filter macro-economic indicators by keyword and country. Retrieve details including code, description, periodicity, and importance level.
Instructions
List macro-economic indicators. keyword: search by name (e.g. "CPI", "非农", "GDP"). country: US/CN/HK/EU/JP/SG (omit for all). Returns {count, list[]{indicator_code, country, name, describe, periodicity, importance(1=low/2=mid/3=high)}}. Supports offset/limit pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of indicators to return (default 100, max 1000). | |
| offset | No | Pagination offset, default 0. | |
| country | No | Filter by country code. One of: "US", "CN", "HK", "EU", "JP", "SG". Omit to return all countries. | |
| keyword | No | Keyword to search indicator names (e.g. "CPI", "非农", "GDP"). |