Skip to content

JMD to LKR exchange rate API

Jamaican Dollar to Sri Lanka Rupee · quoted 2026-09-24

2.0968

▲ +13.10% over 1Y

1 JMD = 2.0968 LKR · 1 LKR = 0.47692 JMD · Get this rate via the API

1 JMD buys 2.0968 LKR as of 2026-09-24, so 1 LKR buys 0.47692 JMD. Over the last year, JMD/LKR traded between 1.8521 and 2.1367, averaged 2.0116 and rose 13.10%. The API holds daily JMD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JMD/LKR over 1Y

JMD/LKR over 1Y: show the values
PointJMD/LKR
2025-09-241.8539
2025-10-011.8521
2025-10-081.8937
2025-10-151.8936
2025-10-221.8874
2025-10-291.9014
2025-11-051.8992
2025-11-121.8984
2025-11-191.9225
2025-11-261.9235
2025-12-031.9267
2025-12-111.9376
2025-12-181.9359
2025-12-251.9409
2026-01-011.9493
2026-01-081.9560
2026-01-151.9621
2026-01-221.9709
2026-01-291.9786
2026-02-051.9781
2026-02-121.9778
2026-02-191.9850
2026-02-261.9974
2026-03-051.9929
2026-03-121.9823
2026-03-191.9751
2026-03-261.9913
2026-04-021.9978
2026-04-092.0084
2026-04-162.0096
2026-04-231.9986
2026-04-302.0418
2026-05-072.0363
2026-05-152.0567
2026-05-232.1226
2026-05-302.0961
2026-06-062.1341
2026-06-152.1103
2026-06-222.1200
2026-06-292.1367
2026-07-062.1197
2026-07-132.1235
2026-07-202.1282
2026-07-272.1272
2026-08-032.1310
2026-08-102.1212
2026-08-172.1071
2026-08-252.0825
2026-09-012.0788
2026-09-082.0738
2026-09-152.0953
2026-09-222.0971

High

2.1367

Low

1.8521

Average

2.0116

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JMD/LKR API questions

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

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

How far back does JMD/LKR historical data go?

Daily JMD/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 JMD/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.