Skip to content

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

LKR/SDG over 1Y: show the values
PointLKR/SDG
2025-09-271.9895
2025-10-041.9836
2025-10-111.9895
2025-10-181.9770
2025-10-251.9761
2025-11-011.9696
2025-11-081.9700
2025-11-151.9568
2025-11-221.9504
2025-11-291.9496
2025-12-061.9463
2025-12-141.9391
2025-12-211.9389
2025-12-281.9381
2026-01-041.9366
2026-01-111.9370
2026-01-181.9323
2026-01-251.9325
2026-02-011.9348
2026-02-081.9374
2026-02-151.9378
2026-02-221.9375
2026-03-011.9387
2026-03-081.9280
2026-03-151.9275
2026-03-221.9227
2026-03-291.9064
2026-04-051.6597
2026-04-121.9039
2026-04-191.8974
2026-04-261.8860
2026-05-031.8778
2026-05-101.8665
2026-05-181.8224
2026-05-261.8500
2026-06-021.8074
2026-06-111.8018
2026-06-181.7956
2026-06-251.7786
2026-07-021.7841
2026-07-091.7855
2026-07-161.7821
2026-07-231.7818
2026-07-301.7834
2026-08-061.7851
2026-08-131.7946
2026-08-211.8166
2026-08-281.8251
2026-09-041.8247
2026-09-111.8223
2026-09-181.8131
2026-09-251.8138

High

1.9895

Low

1.6597

Average

1.8823

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=SDG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=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&currencies=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.