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: show the values
| Point | GBP/NOK |
|---|---|
| 2025-09-26 | 13.3987 |
| 2025-10-03 | 13.3790 |
| 2025-10-10 | 13.4086 |
| 2025-10-17 | 13.4897 |
| 2025-10-24 | 13.3148 |
| 2025-10-31 | 13.2129 |
| 2025-11-07 | 13.3697 |
| 2025-11-14 | 13.2585 |
| 2025-11-21 | 13.3977 |
| 2025-11-28 | 13.4421 |
| 2025-12-05 | 13.4697 |
| 2025-12-12 | 13.5234 |
| 2025-12-19 | 13.6016 |
| 2025-12-26 | 13.5099 |
| 2026-01-02 | 13.5320 |
| 2026-01-09 | 13.5721 |
| 2026-01-16 | 13.5182 |
| 2026-01-23 | 13.2957 |
| 2026-01-30 | 13.1477 |
| 2026-02-06 | 13.2152 |
| 2026-02-13 | 12.9945 |
| 2026-02-20 | 12.8941 |
| 2026-02-27 | 12.7907 |
| 2026-03-06 | 12.8874 |
| 2026-03-13 | 12.9001 |
| 2026-03-20 | 12.7594 |
| 2026-03-27 | 12.9019 |
| 2026-04-03 | 12.9146 |
| 2026-04-10 | 12.7622 |
| 2026-04-17 | 12.6388 |
| 2026-04-24 | 12.6177 |
| 2026-05-01 | 12.6095 |
| 2026-05-08 | 12.5234 |
| 2026-05-15 | 12.4584 |
| 2026-05-22 | 12.4158 |
| 2026-05-29 | 12.4229 |
| 2026-06-05 | 12.5467 |
| 2026-06-12 | 12.7750 |
| 2026-06-19 | 12.8149 |
| 2026-06-26 | 13.1051 |
| 2026-07-03 | 13.1463 |
| 2026-07-10 | 13.0920 |
| 2026-07-17 | 12.9721 |
| 2026-07-24 | 12.7512 |
| 2026-07-31 | 12.7868 |
| 2026-08-07 | 12.7966 |
| 2026-08-14 | 12.7940 |
| 2026-08-21 | 12.6853 |
| 2026-08-28 | 12.6686 |
| 2026-09-04 | 12.5771 |
| 2026-09-11 | 12.5625 |
| 2026-09-18 | 12.5868 |
| 2026-09-25 | 12.5981 |
High
13.6016
Low
12.4158
Average
12.9888
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.