Instructions for Retrieving Time Series in SDMX Format Using the API
Template
https://apis.cbs.gov.il/sdmx/data/{agency}/{id}/{version}
Parameters
| Parameter | Type | Explanation | Default | Required parameter |
| agency | string | the agency responsible for the data structure | – | V |
| id | string | the name of the data structure | – | V |
| version | decimal | version number | – | V |
| startPeriod | mm-yyyy | from date | 01-1900 | X |
| endPeriod | mm-yyyy | to date | 01-2100 | X |
| last | number>0 | number of objects to be retrieved from the series starting with the most up-to-date values and onward | all | X |
| addNull | true/false | contains values that are empty or not | true | X |
Examples