Skip to content

GBP to NOK exchange rate API

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

12.5884

▲ +6.83% over 5Y

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 5 years, GBP/NOK traded between 11.5520 and 14.2803, averaged 13.0501 and rose 6.83%. 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 5Y

GBP/NOK over 5Y: show the values
PointGBP/NOK
2021-09-2711.7835
2021-11-0811.5521
2021-12-2011.9612
2022-01-3112.0363
2022-03-1411.7486
2022-04-2711.6176
2022-06-0811.8487
2022-07-2011.8954
2022-08-3111.5520
2022-10-1211.8562
2022-11-2312.0019
2023-01-0512.1455
2023-02-1612.3210
2023-03-3012.8817
2023-05-1613.3578
2023-06-2713.6717
2023-08-0813.1096
2023-09-1913.3203
2023-10-3113.5905
2023-12-1213.7068
2024-01-2613.2749
2024-03-0813.3143
2024-04-2313.6328
2024-06-0513.4924
2024-07-1714.0112
2024-08-2713.8836
2024-10-0114.1515
2024-10-3114.2544
2024-11-3014.0641
2024-12-3014.2803
2025-01-2914.0684
2025-02-2814.1929
2025-03-3013.5630
2025-04-2913.8909
2025-05-2913.7137
2025-06-2813.8134
2025-07-2813.6681
2025-08-2713.6634
2025-09-2613.3987
2025-10-2613.3235
2025-11-2513.4820
2025-12-2513.5287
2026-01-2413.3388
2026-02-2312.8904
2026-03-2513.0381
2026-04-2412.6177
2026-05-2412.4521
2026-06-2312.9269
2026-07-2312.8373
2026-08-2212.6832
2026-09-2112.6055

High

14.2803

Low

11.5520

Average

13.0501

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.