SGD to NOK exchange rate API
Singapore Dollar to Norwegian Krone · quoted 2026-09-25
7.4390
▼ +3.70% over 1Y
1 SGD = 7.4390 NOK · 1 NOK = 0.13443 SGD · Get this rate via the API
1 SGD buys 7.4390 NOK as of 2026-09-25, so 1 NOK buys 0.13443 SGD. Over the last year, SGD/NOK traded between 7.2114 and 7.9017, averaged 7.5526 and fell 3.70%. The API holds daily SGD/NOK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
SGD/NOK over 1Y: show the values
| Point | SGD/NOK |
|---|---|
| 2025-09-25 | 7.7247 |
| 2025-10-02 | 7.7180 |
| 2025-10-09 | 7.7246 |
| 2025-10-16 | 7.7714 |
| 2025-10-23 | 7.6881 |
| 2025-10-30 | 7.7522 |
| 2025-11-06 | 7.7964 |
| 2025-11-13 | 7.7265 |
| 2025-11-20 | 7.7984 |
| 2025-11-27 | 7.8483 |
| 2025-12-04 | 7.7949 |
| 2025-12-11 | 7.8068 |
| 2025-12-18 | 7.9017 |
| 2025-12-25 | 7.7982 |
| 2026-01-01 | 7.8485 |
| 2026-01-08 | 7.8650 |
| 2026-01-15 | 7.8295 |
| 2026-01-22 | 7.7040 |
| 2026-01-29 | 7.5476 |
| 2026-02-05 | 7.6386 |
| 2026-02-12 | 7.5103 |
| 2026-02-19 | 7.5443 |
| 2026-02-26 | 7.5680 |
| 2026-03-05 | 7.5571 |
| 2026-03-12 | 7.5767 |
| 2026-03-19 | 7.4580 |
| 2026-03-26 | 7.5073 |
| 2026-04-02 | 7.5694 |
| 2026-04-09 | 7.4720 |
| 2026-04-16 | 7.3727 |
| 2026-04-23 | 7.3148 |
| 2026-04-30 | 7.3070 |
| 2026-05-07 | 7.2946 |
| 2026-05-14 | 7.2465 |
| 2026-05-21 | 7.2114 |
| 2026-05-28 | 7.2614 |
| 2026-06-04 | 7.2641 |
| 2026-06-11 | 7.3969 |
| 2026-06-18 | 7.5059 |
| 2026-06-25 | 7.6211 |
| 2026-07-02 | 7.6501 |
| 2026-07-09 | 7.5288 |
| 2026-07-16 | 7.4848 |
| 2026-07-23 | 7.4451 |
| 2026-07-30 | 7.4286 |
| 2026-08-06 | 7.4336 |
| 2026-08-13 | 7.4406 |
| 2026-08-20 | 7.3368 |
| 2026-08-27 | 7.3473 |
| 2026-09-03 | 7.3387 |
| 2026-09-10 | 7.3166 |
| 2026-09-17 | 7.3931 |
| 2026-09-24 | 7.4160 |
High
7.9017
Low
7.2114
Average
7.5526
Get this rate via the API
One GET request returns the SGD/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=SGD¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=NOK").json()Replace YOUR_API_KEY with the key from your dashboard.
SGD/NOK API questions
How do I get the SGD/NOK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SGD/NOK rate in rates.NOK.
How far back does SGD/NOK historical data go?
Daily SGD/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 SGD/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.