Skip to content

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

JOD/LKR over 1Y: show the values
PointJOD/LKR
2025-09-25419.0575
2025-10-02418.8080
2025-10-09427.7502
2025-10-16428.2671
2025-10-23428.7279
2025-10-30429.8829
2025-11-06430.4200
2025-11-13430.6462
2025-11-20435.3832
2025-11-27435.1150
2025-12-04435.6805
2025-12-12436.5986
2025-12-19436.8923
2025-12-26436.9949
2026-01-02437.2308
2026-01-09437.1463
2026-01-16437.6321
2026-01-23437.9132
2026-01-30437.3195
2026-02-06437.5161
2026-02-13437.2904
2026-02-20437.4531
2026-02-27437.2528
2026-03-06439.7967
2026-03-13439.7927
2026-03-20440.4376
2026-03-27444.4743
2026-04-03445.2151
2026-04-10445.9611
2026-04-17446.6604
2026-04-24449.3769
2026-05-01451.5474
2026-05-08454.6275
2026-05-16463.4927
2026-05-24467.9002
2026-05-31465.8668
2026-06-09475.9635
2026-06-16471.4274
2026-06-23472.7431
2026-06-30475.0029
2026-07-07473.2244
2026-07-14475.1089
2026-07-21475.3454
2026-07-28475.1531
2026-08-04474.6031
2026-08-11473.1986
2026-08-18469.2846
2026-08-26464.2319
2026-09-02464.0317
2026-09-09464.5049
2026-09-16467.5723
2026-09-23465.3321

High

475.9635

Low

418.8080

Average

449.5359

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&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=JOD&currencies=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&currencies=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.