JOD to LKR exchange rate API
Jordanian Dinar to Sri Lanka Rupee · quoted 2026-09-25
466.5480
▲ +11.33% over 1Y
1 JOD = 466.5480 LKR · 1 LKR = 0.002143 JOD · Get this rate via the API
1 JOD buys 466.5480 LKR as of 2026-09-25, so 1 LKR buys 0.002143 JOD. Over the last year, JOD/LKR traded between 418.8080 and 475.9635, averaged 449.5359 and rose 11.33%. The API holds daily JOD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/LKR over 1Y: show the values
| Point | JOD/LKR |
|---|---|
| 2025-09-25 | 419.0575 |
| 2025-10-02 | 418.8080 |
| 2025-10-09 | 427.7502 |
| 2025-10-16 | 428.2671 |
| 2025-10-23 | 428.7279 |
| 2025-10-30 | 429.8829 |
| 2025-11-06 | 430.4200 |
| 2025-11-13 | 430.6462 |
| 2025-11-20 | 435.3832 |
| 2025-11-27 | 435.1150 |
| 2025-12-04 | 435.6805 |
| 2025-12-12 | 436.5986 |
| 2025-12-19 | 436.8923 |
| 2025-12-26 | 436.9949 |
| 2026-01-02 | 437.2308 |
| 2026-01-09 | 437.1463 |
| 2026-01-16 | 437.6321 |
| 2026-01-23 | 437.9132 |
| 2026-01-30 | 437.3195 |
| 2026-02-06 | 437.5161 |
| 2026-02-13 | 437.2904 |
| 2026-02-20 | 437.4531 |
| 2026-02-27 | 437.2528 |
| 2026-03-06 | 439.7967 |
| 2026-03-13 | 439.7927 |
| 2026-03-20 | 440.4376 |
| 2026-03-27 | 444.4743 |
| 2026-04-03 | 445.2151 |
| 2026-04-10 | 445.9611 |
| 2026-04-17 | 446.6604 |
| 2026-04-24 | 449.3769 |
| 2026-05-01 | 451.5474 |
| 2026-05-08 | 454.6275 |
| 2026-05-16 | 463.4927 |
| 2026-05-24 | 467.9002 |
| 2026-05-31 | 465.8668 |
| 2026-06-09 | 475.9635 |
| 2026-06-16 | 471.4274 |
| 2026-06-23 | 472.7431 |
| 2026-06-30 | 475.0029 |
| 2026-07-07 | 473.2244 |
| 2026-07-14 | 475.1089 |
| 2026-07-21 | 475.3454 |
| 2026-07-28 | 475.1531 |
| 2026-08-04 | 474.6031 |
| 2026-08-11 | 473.1986 |
| 2026-08-18 | 469.2846 |
| 2026-08-26 | 464.2319 |
| 2026-09-02 | 464.0317 |
| 2026-09-09 | 464.5049 |
| 2026-09-16 | 467.5723 |
| 2026-09-23 | 465.3321 |
High
475.9635
Low
418.8080
Average
449.5359
Get this rate via the API
One GET request returns the JOD/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=JOD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/LKR API questions
How do I get the JOD/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/LKR rate in rates.LKR.
How far back does JOD/LKR historical data go?
Daily JOD/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 JOD/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.