Get Index Data
get_index_dataFetch monthly values for a CBS price index by its numeric code (from index_catalog, e.g. 120010 = CPI General). Returns per-month entries with the index value, the monthly percent change (percent) and the year-over-year change (percentYear) — i.e. Israeli inflation. Optionally filter by start_period / end_period (YYYY-MM or YYYY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Index code, e.g. 120010 (Consumer Price Index - General). | |
| lang | No | Content language. Default "en". | |
| end_period | No | Latest period, e.g. "2026-06". | |
| start_period | No | Earliest period, e.g. "2025-01". |