Skip to content

DKK to LKR exchange rate API

Danish Krone to Sri Lanka Rupee · quoted 2026-09-26

50.2703

▲ +8.18% over 1Y

1 DKK = 50.2703 LKR · 1 LKR = 0.01989 DKK · Get this rate via the API

1 DKK buys 50.2703 LKR as of 2026-09-26, so 1 LKR buys 0.01989 DKK. Over the last year, DKK/LKR traded between 46.4706 and 52.3969, averaged 49.5717 and rose 8.18%. The API holds daily DKK/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DKK/LKR over 1Y

DKK/LKR over 1Y: show the values
PointDKK/LKR
2025-09-2646.4706
2025-10-0346.6545
2025-10-1046.9841
2025-10-1747.4855
2025-10-2447.2653
2025-10-3147.1747
2025-11-0747.2505
2025-11-1447.8029
2025-11-2147.5794
2025-11-2847.7789
2025-12-0548.1616
2025-12-1248.6133
2025-12-1948.5581
2025-12-2648.8605
2026-01-0248.6447
2026-01-0948.2882
2026-01-1648.2457
2026-01-2348.8132
2026-01-3049.4898
2026-02-0648.9941
2026-02-1349.2268
2026-02-2048.8461
2026-02-2748.9801
2026-03-0648.2532
2026-03-1347.8865
2026-03-2048.2959
2026-03-2748.5724
2026-04-0348.6754
2026-04-1049.5525
2026-04-1749.9891
2026-04-2449.9325
2026-05-0150.2860
2026-05-0850.7323
2026-05-1550.8316
2026-05-2251.7613
2026-05-2951.4022
2026-06-0552.3969
2026-06-1251.8245
2026-06-1951.2887
2026-06-2651.4022
2026-07-0351.4501
2026-07-1051.4139
2026-07-1751.5242
2026-07-2451.2662
2026-07-3151.6810
2026-08-0751.8846
2026-08-1451.6574
2026-08-2151.6982
2026-08-2851.2193
2026-09-0451.1387
2026-09-1151.0798
2026-09-1850.8590
2026-09-2550.4754

High

52.3969

Low

46.4706

Average

49.5717

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DKK/LKR API questions

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

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

How far back does DKK/LKR historical data go?

Daily DKK/LKR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free DKK/LKR 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.