Skip to content

DKK to SGD exchange rate API

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

0.19498

▼ +3.59% over YTD

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

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

DKK/SGD over YTD

DKK/SGD over YTD: show the values
PointDKK/SGD
2025-12-310.20224
2026-01-070.20036
2026-01-140.20083
2026-01-210.20139
2026-01-280.20234
2026-02-040.20124
2026-02-110.20106
2026-02-180.20038
2026-02-250.19951
2026-03-040.19867
2026-03-110.19750
2026-03-180.19719
2026-03-250.19847
2026-04-010.19906
2026-04-080.19939
2026-04-150.20060
2026-04-220.19997
2026-04-290.20009
2026-05-060.19962
2026-05-130.19942
2026-05-200.19874
2026-05-270.19898
2026-06-030.19923
2026-06-100.19889
2026-06-170.19901
2026-06-240.19694
2026-07-010.19750
2026-07-080.19741
2026-07-150.19717
2026-07-220.19704
2026-07-290.19679
2026-08-050.19806
2026-08-120.19752
2026-08-190.19810
2026-08-260.19820
2026-09-020.19720
2026-09-090.19694
2026-09-160.19651
2026-09-230.19513

High

0.20234

Low

0.19498

Average

0.19874

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=SGD").json()

Replace YOUR_API_KEY with the key from your dashboard.

DKK/SGD API questions

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

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

How far back does DKK/SGD historical data go?

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