Skip to content

JOD to LKR exchange rate API

Jordanian Dinar to Sri Lanka Rupee · quoted 2026-09-25

466.5480

▲ +10.30% over 5Y

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 5 years, JOD/LKR traded between 403.3519 and 474.7472, averaged 432.1064 and rose 10.30%. 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 5Y

JOD/LKR over 5Y: show the values
PointJOD/LKR
2024-08-24422.9865
2024-10-07412.4808
2024-11-06407.1807
2024-12-06403.3519
2025-01-05408.7573
2025-02-04414.8251
2025-03-06410.6781
2025-04-06414.1134
2025-05-06415.4548
2025-06-07421.7892
2025-07-07417.8473
2025-08-06417.4317
2025-09-05418.5952
2025-10-06418.7348
2025-11-05429.9772
2025-12-05435.6843
2026-01-05437.5253
2026-02-04437.3237
2026-03-06439.7967
2026-04-05444.9909
2026-05-05452.1432
2026-06-06474.7472
2026-07-08473.6402
2026-08-07474.2647
2026-09-07463.8980

High

474.7472

Low

403.3519

Average

432.1064

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.