/ecb/datasets
Get multiple ECB time series from a dataset, sliced by dimension filters
Price: 1 credit
💡 AI Hint: Fetch several European Central Bank time series at once from a single dataset (e.g. EXR for exchange rates, BSI for monetary aggregates, ICP for consumer prices). Slice the dataset with either a dot-separated key (empty segments match all values, + joins alternatives) or a filters mapping of dimension id to value codes. Each returned series has its resolved title, dimensions and observations. Look up dimension ids and value codes via the datasets/dimensions endpoint; an unfiltered dataset can contain a very large number of series.
⚠️ Common errors: 412: Dataset not found or no series for the requested slice
Authorizations
API token from the dashboard
Headers
Body
Dataset code
"EXR"
"BSI"
"ICP"
"FM"
Number of series to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Dot-separated dimension key with optional wildcards; empty segments match all values
"D.USD.EUR.SP00.A"
Dimension filters as a mapping of dimension id to allowed value codes; used to build the key when key is not given
{
"CURRENCY": ["USD", "JPY"],
"CURRENCY_DENOM": ["EUR"],
"FREQ": ["D"]
}Earliest time period, inclusive
"2020"
Latest time period, inclusive
"2024"
Response
Successful Response