Get Series Data
get_series_dataFetch the actual time-series observations for a CBS series by its numeric series id (the leaf id found via catalog_browse). Returns metadata (subject path, unit, prices, last update) plus an array of observations with TimePeriod (e.g. "2026-04") and Value. Covers Israeli economic and demographic statistics. Optionally filter by start_period / end_period (YYYY-MM or YYYY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Content language. Default "en". | |
| series_id | Yes | Numeric series id, e.g. 1 (foreign-trade deficit). | |
| end_period | No | Latest period, e.g. "2026-06". | |
| start_period | No | Earliest period, e.g. "2025-01" or "2024". |