Skip to content

SGD to NOK exchange rate API

Singapore Dollar to Norwegian Krone · quoted 2026-09-25

7.4390

▲ +17.07% over 5Y

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 5 years, SGD/NOK traded between 6.3253 and 8.3827, averaged 7.6220 and rose 17.07%. 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 5Y

SGD/NOK over 5Y: show the values
PointSGD/NOK
2021-09-276.3545
2021-11-086.3253
2021-12-206.6114
2022-01-316.6238
2022-03-146.5958
2022-04-276.7003
2022-06-086.8654
2022-07-207.1334
2022-08-317.1149
2022-10-127.4704
2022-11-237.2514
2023-01-057.5458
2023-02-167.6652
2023-03-307.8514
2023-05-167.9842
2023-06-277.9612
2023-08-087.6493
2023-09-197.8724
2023-10-318.1745
2023-12-128.1345
2024-01-267.7780
2024-03-087.7892
2024-04-238.0664
2024-06-057.8290
2024-07-178.0201
2024-08-278.0559
2024-10-018.2513
2024-10-318.3039
2024-11-308.2420
2024-12-308.3619
2025-01-298.3827
2025-02-288.3526
2025-03-307.8164
2025-04-297.9257
2025-05-297.8972
2025-06-287.8991
2025-07-287.9258
2025-08-277.8873
2025-09-267.7563
2025-10-267.7045
2025-11-257.8787
2025-12-257.7982
2026-01-247.6778
2026-02-237.5444
2026-03-257.6104
2026-04-247.3266
2026-05-247.2429
2026-06-237.5479
2026-07-237.4451
2026-08-227.3216
2026-09-217.3824

High

8.3827

Low

6.3253

Average

7.6220

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.