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: show the values
| Point | DKK/LKR |
|---|---|
| 2025-09-26 | 46.4706 |
| 2025-10-03 | 46.6545 |
| 2025-10-10 | 46.9841 |
| 2025-10-17 | 47.4855 |
| 2025-10-24 | 47.2653 |
| 2025-10-31 | 47.1747 |
| 2025-11-07 | 47.2505 |
| 2025-11-14 | 47.8029 |
| 2025-11-21 | 47.5794 |
| 2025-11-28 | 47.7789 |
| 2025-12-05 | 48.1616 |
| 2025-12-12 | 48.6133 |
| 2025-12-19 | 48.5581 |
| 2025-12-26 | 48.8605 |
| 2026-01-02 | 48.6447 |
| 2026-01-09 | 48.2882 |
| 2026-01-16 | 48.2457 |
| 2026-01-23 | 48.8132 |
| 2026-01-30 | 49.4898 |
| 2026-02-06 | 48.9941 |
| 2026-02-13 | 49.2268 |
| 2026-02-20 | 48.8461 |
| 2026-02-27 | 48.9801 |
| 2026-03-06 | 48.2532 |
| 2026-03-13 | 47.8865 |
| 2026-03-20 | 48.2959 |
| 2026-03-27 | 48.5724 |
| 2026-04-03 | 48.6754 |
| 2026-04-10 | 49.5525 |
| 2026-04-17 | 49.9891 |
| 2026-04-24 | 49.9325 |
| 2026-05-01 | 50.2860 |
| 2026-05-08 | 50.7323 |
| 2026-05-15 | 50.8316 |
| 2026-05-22 | 51.7613 |
| 2026-05-29 | 51.4022 |
| 2026-06-05 | 52.3969 |
| 2026-06-12 | 51.8245 |
| 2026-06-19 | 51.2887 |
| 2026-06-26 | 51.4022 |
| 2026-07-03 | 51.4501 |
| 2026-07-10 | 51.4139 |
| 2026-07-17 | 51.5242 |
| 2026-07-24 | 51.2662 |
| 2026-07-31 | 51.6810 |
| 2026-08-07 | 51.8846 |
| 2026-08-14 | 51.6574 |
| 2026-08-21 | 51.6982 |
| 2026-08-28 | 51.2193 |
| 2026-09-04 | 51.1387 |
| 2026-09-11 | 51.0798 |
| 2026-09-18 | 50.8590 |
| 2026-09-25 | 50.4754 |
High
52.3969
Low
46.4706
Average
49.5717
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=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¤cies=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.