Europa: Get Series
Europa via Parse · Finance
Retrieve full SDMX-JSON data for a specific ECB series, including all observations, dimensional metadata, and attributes. Use flow_ref and series_key to identify the series. The response follows the SDMX-JSON standard with header, dataSets (containing indexed observations), and structure (describing dimensions and attributes). Optional parameters allow filtering by time period or limiting observation count. API for the European Central Bank (ECB) Data Portal, providing access to official statistical series including exchange rates, interest rates, and monetary aggregates. Fulfilled by Parse from data.ecb.europa.eu.
- data-ecb-europa-eu
- europa
- finance
- government-public
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/dd55e128-6946-45f4-91ec-d3e008d5d666/get_series
- Interface artifact
- sha256:477f8810dc9bc9fc0ad59ade82c630da2d48ac55b22528bda4d3645ccf264174
- Manifest digest
- sha256:7f7decfb5c7186336dd75ccf47677b1c9dc952ec607a19f7fef4afdf336bcd5d
Request fields
- detail (string): Level of detail: 'full', 'dataonly', 'serieskeysonly', 'nodata'.: Allowed values: full, dataonly, serieskeysonly, nodata
- last_n (string): Return only the last N observations.
- first_n (string): Return only the first N observations.
- flow_ref (string, required): Dataflow identifier from list_dataflows (e.g. 'EXR' for Exchange Rates, 'ICP' for consumer prices).: Allowed values: EXR, ICP, FM, BSI, MIR
- end_period (string): End of the time range filter in ISO format YYYY-MM-DD or YYYY-MM or YYYY.
- series_key (string, required): Dot-separated series key within the dataflow (e.g. 'M.USD.EUR.SP00.A' for monthly USD/EUR exchange rate).
- start_period (string): Start of the time range filter in ISO format YYYY-MM-DD or YYYY-MM or YYYY.
- updated_after (string): ISO 8601 timestamp to retrieve only data updated after this time.
- include_history (string): Whether to include history of revisions: 'true' or 'false'.: Allowed values: true, false
Example queries
- {"detail":"full","last_n":"5","first_n":"5","flow_ref":"EXR","end_period":"2026-07","series_key":"M.USD.EUR.SP00.A","start_period":"2025-08","updated_after":"2026-02-21T00:00:00Z","include_history":"true"}