/ecb/series
Get a single ECB time series by its full key, with observations and metadata
Price: 1 credit
💡 AI Hint: Fetch one European Central Bank time series by its full key (e.g. EXR.D.USD.EUR.SP00.A for the daily US dollar / euro reference exchange rate, ICP.M.U2.N.000000.4.ANR for euro area annual inflation). Returns the resolved series title and dimensions plus the requested observations, each with a time period and numeric value. Use start_period and end_period to bound the date range; otherwise the most recent observations are returned. Discover series keys via the datasets/series/search endpoint.
⚠️ Common errors: 412: Series not found
Authorizations
API token from the dashboard
Headers
Body
Full series key identifying a single time series
"EXR.D.USD.EUR.SP00.A"
"ICP.M.U2.N.000000.4.ANR"
"FM.B.U2.EUR.4F.KR.MRR_FR.LEV"
Number of most recent observations to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Earliest time period, inclusive
"2020"
Latest time period, inclusive
"2024"
Response
Successful Response