Skip to content

LKR to GMD exchange rate API

Sri Lanka Rupee to Dalasi · quoted 2026-09-27

0.22269

▼ +4.76% over 6M

1 LKR = 0.22269 GMD · 1 GMD = 4.4906 LKR · Get this rate via the API

1 LKR buys 0.22269 GMD as of 2026-09-27, so 1 GMD buys 4.4906 LKR. Over the last 6 months, LKR/GMD traded between 0.21605 and 0.23448, averaged 0.22382 and fell 4.76%. The API holds daily LKR/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/GMD over 6M

LKR/GMD over 6M: show the values
PointLKR/GMD
2026-03-310.23381
2026-04-070.23448
2026-04-140.23081
2026-04-210.23013
2026-04-280.22858
2026-05-050.22927
2026-05-120.22747
2026-05-200.22032
2026-05-280.22382
2026-06-040.21904
2026-06-130.21913
2026-06-200.21756
2026-06-270.21605
2026-07-040.21759
2026-07-110.21890
2026-07-180.21869
2026-07-250.22271
2026-08-010.22060
2026-08-080.21907
2026-08-150.22089
2026-08-230.22483
2026-08-300.22652
2026-09-060.22649
2026-09-130.22666
2026-09-200.22332

High

0.23448

Low

0.21605

Average

0.22382

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/GMD API questions

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

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

How far back does LKR/GMD historical data go?

Daily LKR/GMD 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/GMD 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.