Skip to content

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

SGD/NOK over 1Y: show the values
PointSGD/NOK
2025-09-257.7247
2025-10-027.7180
2025-10-097.7246
2025-10-167.7714
2025-10-237.6881
2025-10-307.7522
2025-11-067.7964
2025-11-137.7265
2025-11-207.7984
2025-11-277.8483
2025-12-047.7949
2025-12-117.8068
2025-12-187.9017
2025-12-257.7982
2026-01-017.8485
2026-01-087.8650
2026-01-157.8295
2026-01-227.7040
2026-01-297.5476
2026-02-057.6386
2026-02-127.5103
2026-02-197.5443
2026-02-267.5680
2026-03-057.5571
2026-03-127.5767
2026-03-197.4580
2026-03-267.5073
2026-04-027.5694
2026-04-097.4720
2026-04-167.3727
2026-04-237.3148
2026-04-307.3070
2026-05-077.2946
2026-05-147.2465
2026-05-217.2114
2026-05-287.2614
2026-06-047.2641
2026-06-117.3969
2026-06-187.5059
2026-06-257.6211
2026-07-027.6501
2026-07-097.5288
2026-07-167.4848
2026-07-237.4451
2026-07-307.4286
2026-08-067.4336
2026-08-137.4406
2026-08-207.3368
2026-08-277.3473
2026-09-037.3387
2026-09-107.3166
2026-09-177.3931
2026-09-247.4160

High

7.9017

Low

7.2114

Average

7.5526

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&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=SGD&currencies=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&currencies=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.