get_main_indices_by_period
Retrieve key economic indicators from Israel's Central Bureau of Statistics for specific time periods. Filter data by date range to analyze trends in price indices and economic metrics.
Instructions
Get main indices filtered by period from Israel Statistics API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | Starting period in yyyymm format, e.g., '202001' for January 2020. Cannot be earlier than 199701 (January 1997). | |
| endDate | Yes | Ending period in yyyymm format, e.g., '202412' for December 2024. Must be later than startDate. | |
| lang | No | Language for response. Options: he=Hebrew (default) | en=English. Use 'en' for English responses. | |
| page | No | Page number for pagination. Start with 1 for first page. Use with pagesize to navigate large result sets. | |
| pagesize | No | Number of results per page (maximum 1000). Controls how many items to return. Use with page for pagination. | |
| explanation | No | Additional explanation or context for the request |