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: show the values
| Point | JMD/LKR |
|---|---|
| 2025-09-24 | 1.8539 |
| 2025-10-01 | 1.8521 |
| 2025-10-08 | 1.8937 |
| 2025-10-15 | 1.8936 |
| 2025-10-22 | 1.8874 |
| 2025-10-29 | 1.9014 |
| 2025-11-05 | 1.8992 |
| 2025-11-12 | 1.8984 |
| 2025-11-19 | 1.9225 |
| 2025-11-26 | 1.9235 |
| 2025-12-03 | 1.9267 |
| 2025-12-11 | 1.9376 |
| 2025-12-18 | 1.9359 |
| 2025-12-25 | 1.9409 |
| 2026-01-01 | 1.9493 |
| 2026-01-08 | 1.9560 |
| 2026-01-15 | 1.9621 |
| 2026-01-22 | 1.9709 |
| 2026-01-29 | 1.9786 |
| 2026-02-05 | 1.9781 |
| 2026-02-12 | 1.9778 |
| 2026-02-19 | 1.9850 |
| 2026-02-26 | 1.9974 |
| 2026-03-05 | 1.9929 |
| 2026-03-12 | 1.9823 |
| 2026-03-19 | 1.9751 |
| 2026-03-26 | 1.9913 |
| 2026-04-02 | 1.9978 |
| 2026-04-09 | 2.0084 |
| 2026-04-16 | 2.0096 |
| 2026-04-23 | 1.9986 |
| 2026-04-30 | 2.0418 |
| 2026-05-07 | 2.0363 |
| 2026-05-15 | 2.0567 |
| 2026-05-23 | 2.1226 |
| 2026-05-30 | 2.0961 |
| 2026-06-06 | 2.1341 |
| 2026-06-15 | 2.1103 |
| 2026-06-22 | 2.1200 |
| 2026-06-29 | 2.1367 |
| 2026-07-06 | 2.1197 |
| 2026-07-13 | 2.1235 |
| 2026-07-20 | 2.1282 |
| 2026-07-27 | 2.1272 |
| 2026-08-03 | 2.1310 |
| 2026-08-10 | 2.1212 |
| 2026-08-17 | 2.1071 |
| 2026-08-25 | 2.0825 |
| 2026-09-01 | 2.0788 |
| 2026-09-08 | 2.0738 |
| 2026-09-15 | 2.0953 |
| 2026-09-22 | 2.0971 |
High
2.1367
Low
1.8521
Average
2.0116
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD¤cies=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¤cies=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.