/imf/datasets

POST /api/imf/datasets

Price: 10 credits

Get observations from an IMF dataset by its id, sliced by dimension filters

How to use it

Fetch numeric observations from a single IMF statistical dataset by its id (e.g. CPI for consumer prices, FM for fiscal monitor, GDD for global debt). Each observation is returned as a flat record with the code for every series dimension (country, indicator, frequency, etc.), the time period, and the numeric value. Use the filters, since, and until arguments to slice the dataset to the cells you need — an unfiltered dataset can contain millions of cells. Look up the available dimension ids and value codes for a dataset via the dimensions endpoint.

Parameters

Request body

Response

Errors

Response headers