Get Series
get_seriesGeneric SDMX data fetch from any Norges Bank flow. key is dot-separated SDMX dimension filters; leave a position empty to wildcard it. Examples: flow_ref="EXR", key="B.USD.NOK.SP" (daily USD→NOK spot); flow_ref="IR" (all interest-rate series). Use list_flows to see available flow references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Series key: dot-separated dimension values (empty positions = wildcard). Optional; omit for the whole flow. | |
| last_n | No | Return only the last N observations. | |
| flow_ref | Yes | Flow reference — EXR, IR, GOVT_KEYFIGURES, GOVT_GENERIC_RATES. | |
| end_period | No | End period (YYYY-MM-DD or YYYY). | |
| start_period | No | Start period (YYYY-MM-DD or YYYY). |