get_main_indices_by_period
Retrieve main economic indices from the Israeli Central Bureau of Statistics (CBS) for a specified time range. Filter data by start and end dates, set language (Hebrew or English), and manage results with pagination.
Instructions
Get main indices filtered by period from Israel Statistics API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endDate | Yes | Ending period in yyyymm format, e.g., '202412' for December 2024. Must be later than startDate. | |
explanation | No | Additional explanation or context for the request | |
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. | |
startDate | Yes | Starting period in yyyymm format, e.g., '202001' for January 2020. Cannot be earlier than 199701 (January 1997). |