Skip to content

GBP to NOK exchange rate API

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

12.5884

▼ +6.05% over 1Y

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 last year, GBP/NOK traded between 12.4158 and 13.6016, averaged 12.9888 and fell 6.05%. 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 1Y

GBP/NOK over 1Y: show the values
PointGBP/NOK
2025-09-2613.3987
2025-10-0313.3790
2025-10-1013.4086
2025-10-1713.4897
2025-10-2413.3148
2025-10-3113.2129
2025-11-0713.3697
2025-11-1413.2585
2025-11-2113.3977
2025-11-2813.4421
2025-12-0513.4697
2025-12-1213.5234
2025-12-1913.6016
2025-12-2613.5099
2026-01-0213.5320
2026-01-0913.5721
2026-01-1613.5182
2026-01-2313.2957
2026-01-3013.1477
2026-02-0613.2152
2026-02-1312.9945
2026-02-2012.8941
2026-02-2712.7907
2026-03-0612.8874
2026-03-1312.9001
2026-03-2012.7594
2026-03-2712.9019
2026-04-0312.9146
2026-04-1012.7622
2026-04-1712.6388
2026-04-2412.6177
2026-05-0112.6095
2026-05-0812.5234
2026-05-1512.4584
2026-05-2212.4158
2026-05-2912.4229
2026-06-0512.5467
2026-06-1212.7750
2026-06-1912.8149
2026-06-2613.1051
2026-07-0313.1463
2026-07-1013.0920
2026-07-1712.9721
2026-07-2412.7512
2026-07-3112.7868
2026-08-0712.7966
2026-08-1412.7940
2026-08-2112.6853
2026-08-2812.6686
2026-09-0412.5771
2026-09-1112.5625
2026-09-1812.5868
2026-09-2512.5981

High

13.6016

Low

12.4158

Average

12.9888

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.