Skip to content

SGD to DKK exchange rate API

Singapore Dollar to Danish Krone · quoted 2026-09-24

5.1286

▲ +3.95% over 1Y

1 SGD = 5.1286 DKK · 1 DKK = 0.19498 SGD · Get this rate via the API

1 SGD buys 5.1286 DKK as of 2026-09-24, so 1 DKK buys 0.19498 SGD. Over the last year, SGD/DKK traded between 4.9338 and 5.1286, averaged 5.0110 and rose 3.95%. The API holds daily SGD/DKK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

SGD/DKK over 1Y

SGD/DKK over 1Y: show the values
PointSGD/DKK
2025-09-244.9338
2025-10-014.9397
2025-10-084.9573
2025-10-154.9570
2025-10-224.9624
2025-10-294.9584
2025-11-054.9711
2025-11-124.9513
2025-11-194.9451
2025-11-264.9695
2025-12-034.9460
2025-12-104.9533
2025-12-174.9345
2025-12-244.9352
2025-12-314.9447
2026-01-074.9910
2026-01-144.9792
2026-01-214.9654
2026-01-284.9422
2026-02-044.9693
2026-02-114.9737
2026-02-184.9906
2026-02-255.0123
2026-03-045.0333
2026-03-115.0632
2026-03-185.0713
2026-03-255.0386
2026-04-015.0236
2026-04-085.0153
2026-04-154.9850
2026-04-225.0007
2026-04-294.9978
2026-05-065.0094
2026-05-135.0146
2026-05-205.0318
2026-05-275.0256
2026-06-035.0194
2026-06-105.0279
2026-06-175.0248
2026-06-245.0778
2026-07-015.0633
2026-07-085.0657
2026-07-155.0719
2026-07-225.0752
2026-07-295.0814
2026-08-055.0488
2026-08-125.0628
2026-08-195.0479
2026-08-265.0454
2026-09-025.0709
2026-09-095.0776
2026-09-165.0888
2026-09-235.1248

High

5.1286

Low

4.9338

Average

5.0110

For developers

Get this rate via the API

One GET request returns the SGD/DKK 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=DKK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=DKK");
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=DKK").json()

Replace YOUR_API_KEY with the key from your dashboard.

SGD/DKK API questions

How do I get the SGD/DKK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=DKK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SGD/DKK rate in rates.DKK.

How far back does SGD/DKK historical data go?

Daily SGD/DKK 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/DKK 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.