norges-bank-api

Access financial data from Norges Bank's SDMX REST API.

1|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/avocodetoast/norges-bank-api-skill --skill norges-bank-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: norges-bank-api
Source: https://github.com/avocodetoast/norges-bank-api-skill/tree/main/norges-bank-api
Command: npx skills add https://github.com/avocodetoast/norges-bank-api-skill --skill norges-bank-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill provides direct access to Norges Bank's financial data, ensuring up-to-date and accurate information for analysis and decision-making.

Core Features & Use Cases

  • Real-time Data Access: Retrieve financial data directly from Norges Bank's open API.
  • Data Series Coverage: Wide range of data series including interest rates, exchange rates, government debt, liquidity statistics, and more.
  • Use Case: Analyze the development of EUR/NOK exchange rates over the last three months or obtain the latest interest rate figures for the Norwegian economy.

Quick Start

Use the norges-bank-api skill to retrieve the latest exchange rate for EUR/NOK.

Frequently Asked Questions about norges-bank-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get exchange rates and interest rates from Norges Bank using Python?

To get exchange rates and interest rates from Norges Bank using Python, you can use this Skill to directly access their SDMX REST API. It handles HTTP requests and parses the SDMX JSON format for analysis.

What financial data series are available through the Norges Bank SDMX API?

The Norges Bank SDMX API provides a wide range of financial data series including interest rates, exchange rates, government debt, liquidity statistics, and the financial conditions index.

Do I need the requests library to retrieve Norges Bank financial data?

Yes, you need the Python requests library to retrieve Norges Bank financial data. This Skill relies on it for executing HTTP requests and handling the SDMX JSON responses returned by the API.

Can I analyze historical EUR/NOK exchange rates using the Norges Bank API?

Yes, you can analyze historical EUR/NOK exchange rates using the Norges Bank API. This Skill retrieves real-time and historical data series directly from the portal for tracking currency development over specific periods.

What is the best way to access Norges Bank's financial conditions index?

The best way to access Norges Bank's financial conditions index is through their SDMX REST API. This Skill provides direct programmatic access, ensuring you retrieve accurate and up-to-date data for your analysis.

How does the SDMX JSON format work when fetching liquidity statistics from Norges Bank?

When fetching liquidity statistics from Norges Bank, the SDMX JSON format structures the returned data payload. This Skill manages the requests and parses this specific JSON format for your use.