LKR to SDG exchange rate API
Sri Lanka Rupee to Sudanese Pound · quoted 2026-09-27
1.8194
▼ +8.55% over 1Y
1 LKR = 1.8194 SDG · 1 SDG = 0.54964 LKR · Get this rate via the API
1 LKR buys 1.8194 SDG as of 2026-09-27, so 1 SDG buys 0.54964 LKR. Over the last year, LKR/SDG traded between 1.6597 and 1.9895, averaged 1.8823 and fell 8.55%. The API holds daily LKR/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/SDG over 1Y: show the values
| Point | LKR/SDG |
|---|---|
| 2025-09-27 | 1.9895 |
| 2025-10-04 | 1.9836 |
| 2025-10-11 | 1.9895 |
| 2025-10-18 | 1.9770 |
| 2025-10-25 | 1.9761 |
| 2025-11-01 | 1.9696 |
| 2025-11-08 | 1.9700 |
| 2025-11-15 | 1.9568 |
| 2025-11-22 | 1.9504 |
| 2025-11-29 | 1.9496 |
| 2025-12-06 | 1.9463 |
| 2025-12-14 | 1.9391 |
| 2025-12-21 | 1.9389 |
| 2025-12-28 | 1.9381 |
| 2026-01-04 | 1.9366 |
| 2026-01-11 | 1.9370 |
| 2026-01-18 | 1.9323 |
| 2026-01-25 | 1.9325 |
| 2026-02-01 | 1.9348 |
| 2026-02-08 | 1.9374 |
| 2026-02-15 | 1.9378 |
| 2026-02-22 | 1.9375 |
| 2026-03-01 | 1.9387 |
| 2026-03-08 | 1.9280 |
| 2026-03-15 | 1.9275 |
| 2026-03-22 | 1.9227 |
| 2026-03-29 | 1.9064 |
| 2026-04-05 | 1.6597 |
| 2026-04-12 | 1.9039 |
| 2026-04-19 | 1.8974 |
| 2026-04-26 | 1.8860 |
| 2026-05-03 | 1.8778 |
| 2026-05-10 | 1.8665 |
| 2026-05-18 | 1.8224 |
| 2026-05-26 | 1.8500 |
| 2026-06-02 | 1.8074 |
| 2026-06-11 | 1.8018 |
| 2026-06-18 | 1.7956 |
| 2026-06-25 | 1.7786 |
| 2026-07-02 | 1.7841 |
| 2026-07-09 | 1.7855 |
| 2026-07-16 | 1.7821 |
| 2026-07-23 | 1.7818 |
| 2026-07-30 | 1.7834 |
| 2026-08-06 | 1.7851 |
| 2026-08-13 | 1.7946 |
| 2026-08-21 | 1.8166 |
| 2026-08-28 | 1.8251 |
| 2026-09-04 | 1.8247 |
| 2026-09-11 | 1.8223 |
| 2026-09-18 | 1.8131 |
| 2026-09-25 | 1.8138 |
High
1.9895
Low
1.6597
Average
1.8823
Get this rate via the API
One GET request returns the LKR/SDG 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=LKR¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/SDG API questions
How do I get the LKR/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/SDG rate in rates.SDG.
How far back does LKR/SDG historical data go?
Daily LKR/SDG 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 LKR/SDG 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.