Skip to content

GBP to NOK exchange rate API

Pound Sterling to Norwegian Krone · quoted 2026-09-26

12.5884

▼ +7.25% over YTD

1 GBP = 12.5884 NOK · 1 NOK = 0.07944 GBP · Get this rate via the API

1 GBP buys 12.5884 NOK as of 2026-09-26, so 1 NOK buys 0.07944 GBP. Over the year to date, GBP/NOK traded between 12.3874 and 13.5721, averaged 12.8510 and fell 7.25%. The API holds daily GBP/NOK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

GBP/NOK over YTD

GBP/NOK over YTD: show the values
PointGBP/NOK
2025-12-3113.5721
2026-01-0713.5717
2026-01-1413.5360
2026-01-2113.3080
2026-01-2813.2677
2026-02-0413.2306
2026-02-1112.9494
2026-02-1812.8708
2026-02-2512.9625
2026-03-0412.9104
2026-03-1112.9338
2026-03-1812.7562
2026-03-2513.0381
2026-04-0112.8661
2026-04-0812.8359
2026-04-1512.7912
2026-04-2212.5565
2026-04-2912.5365
2026-05-0612.6178
2026-05-1312.3874
2026-05-2012.4360
2026-05-2712.4651
2026-06-0312.4968
2026-06-1012.7012
2026-06-1712.7315
2026-06-2412.9484
2026-07-0113.1582
2026-07-0813.0345
2026-07-1513.0399
2026-07-2212.8275
2026-07-2912.8429
2026-08-0512.8132
2026-08-1212.8119
2026-08-1912.7447
2026-08-2612.7136
2026-09-0212.5876
2026-09-0912.4537
2026-09-1612.5828
2026-09-2312.5643

High

13.5721

Low

12.3874

Average

12.8510

For developers

Get this rate via the API

One GET request returns the GBP/NOK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=NOK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=NOK").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/NOK API questions

How do I get the GBP/NOK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/NOK rate in rates.NOK.

How far back does GBP/NOK historical data go?

Daily GBP/NOK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/NOK exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.