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: show the values
| Point | GBP/NOK |
|---|---|
| 2025-12-31 | 13.5721 |
| 2026-01-07 | 13.5717 |
| 2026-01-14 | 13.5360 |
| 2026-01-21 | 13.3080 |
| 2026-01-28 | 13.2677 |
| 2026-02-04 | 13.2306 |
| 2026-02-11 | 12.9494 |
| 2026-02-18 | 12.8708 |
| 2026-02-25 | 12.9625 |
| 2026-03-04 | 12.9104 |
| 2026-03-11 | 12.9338 |
| 2026-03-18 | 12.7562 |
| 2026-03-25 | 13.0381 |
| 2026-04-01 | 12.8661 |
| 2026-04-08 | 12.8359 |
| 2026-04-15 | 12.7912 |
| 2026-04-22 | 12.5565 |
| 2026-04-29 | 12.5365 |
| 2026-05-06 | 12.6178 |
| 2026-05-13 | 12.3874 |
| 2026-05-20 | 12.4360 |
| 2026-05-27 | 12.4651 |
| 2026-06-03 | 12.4968 |
| 2026-06-10 | 12.7012 |
| 2026-06-17 | 12.7315 |
| 2026-06-24 | 12.9484 |
| 2026-07-01 | 13.1582 |
| 2026-07-08 | 13.0345 |
| 2026-07-15 | 13.0399 |
| 2026-07-22 | 12.8275 |
| 2026-07-29 | 12.8429 |
| 2026-08-05 | 12.8132 |
| 2026-08-12 | 12.8119 |
| 2026-08-19 | 12.7447 |
| 2026-08-26 | 12.7136 |
| 2026-09-02 | 12.5876 |
| 2026-09-09 | 12.4537 |
| 2026-09-16 | 12.5828 |
| 2026-09-23 | 12.5643 |
High
13.5721
Low
12.3874
Average
12.8510
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.