Instructions for Retrieving Time Series in SDMX Format Using the API

Template

https://apis.cbs.gov.il/sdmx/data/{agency}/{id}/{version}

Parameters

ParameterTypeExplanationDefaultRequired parameter
agencystringthe agency responsible for the data structureV
idstringthe name of the data structureV
versiondecimalversion numberV
startPeriodmm-yyyyfrom date01-1900X
endPeriodmm-yyyyto date01-2100X
lastnumber>0number of objects to be retrieved from the series starting with the most up-to-date values and onwardallX
addNulltrue/falsecontains values that are empty or nottrueX

 

Examples

To retrieve OECD series data of STES codehttps://apis.cbs.gov.il/sdmx/data/oecd/stes/1?format=xml&download=false
To retrieve OECD series data of BMD4_FDI_AL codehttps://apis.cbs.gov.il/sdmx/data/oecd/BMD4_FDI_AL/1?format=xml&download=false
To retrieve series data for specific dates and without empty valueshttps://apis.cbs.gov.il/sdmx/data/oecd/stes/1?format=xml&download=false&addNull=false&startPeriod=01-2000&endPeriod=01-2020