Get Series
get_seriesPull observations for a Bundesbank series as SDMX-JSON. flowRef is the dataflow id (e.g. "BBEX3"); key is a dot-separated SDMX dimension filter in key order (e.g. "D.USD.EUR.BB.AC.000" = daily USD/EUR reference rate). Use dataflow_structure to discover the dimensions/codes for a flow. Leave a dimension empty to wildcard it (e.g. "D..EUR.BB.AC.000"). Filter by lastNObservations (most recent N) or a startPeriod/endPeriod date range (YYYY, YYYY-MM, or YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Dot-separated SDMX dimension filter, e.g. "D.USD.EUR.BB.AC.000". Empty segments wildcard a dimension. | |
| detail | No | SDMX detail level: "full" (default), "dataonly", "serieskeysonly", or "nodata". | |
| flowRef | Yes | Dataflow id, e.g. "BBEX3". | |
| endPeriod | No | Inclusive end period (YYYY, YYYY-MM, or YYYY-MM-DD). | |
| startPeriod | No | Inclusive start period (YYYY, YYYY-MM, or YYYY-MM-DD). | |
| lastNObservations | No | Return only the most recent N observations. |