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: show the values
| Point | SGD/DKK |
|---|---|
| 2025-09-24 | 4.9338 |
| 2025-10-01 | 4.9397 |
| 2025-10-08 | 4.9573 |
| 2025-10-15 | 4.9570 |
| 2025-10-22 | 4.9624 |
| 2025-10-29 | 4.9584 |
| 2025-11-05 | 4.9711 |
| 2025-11-12 | 4.9513 |
| 2025-11-19 | 4.9451 |
| 2025-11-26 | 4.9695 |
| 2025-12-03 | 4.9460 |
| 2025-12-10 | 4.9533 |
| 2025-12-17 | 4.9345 |
| 2025-12-24 | 4.9352 |
| 2025-12-31 | 4.9447 |
| 2026-01-07 | 4.9910 |
| 2026-01-14 | 4.9792 |
| 2026-01-21 | 4.9654 |
| 2026-01-28 | 4.9422 |
| 2026-02-04 | 4.9693 |
| 2026-02-11 | 4.9737 |
| 2026-02-18 | 4.9906 |
| 2026-02-25 | 5.0123 |
| 2026-03-04 | 5.0333 |
| 2026-03-11 | 5.0632 |
| 2026-03-18 | 5.0713 |
| 2026-03-25 | 5.0386 |
| 2026-04-01 | 5.0236 |
| 2026-04-08 | 5.0153 |
| 2026-04-15 | 4.9850 |
| 2026-04-22 | 5.0007 |
| 2026-04-29 | 4.9978 |
| 2026-05-06 | 5.0094 |
| 2026-05-13 | 5.0146 |
| 2026-05-20 | 5.0318 |
| 2026-05-27 | 5.0256 |
| 2026-06-03 | 5.0194 |
| 2026-06-10 | 5.0279 |
| 2026-06-17 | 5.0248 |
| 2026-06-24 | 5.0778 |
| 2026-07-01 | 5.0633 |
| 2026-07-08 | 5.0657 |
| 2026-07-15 | 5.0719 |
| 2026-07-22 | 5.0752 |
| 2026-07-29 | 5.0814 |
| 2026-08-05 | 5.0488 |
| 2026-08-12 | 5.0628 |
| 2026-08-19 | 5.0479 |
| 2026-08-26 | 5.0454 |
| 2026-09-02 | 5.0709 |
| 2026-09-09 | 5.0776 |
| 2026-09-16 | 5.0888 |
| 2026-09-23 | 5.1248 |
High
5.1286
Low
4.9338
Average
5.0110
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.