Skip to content

JOD to LRD exchange rate API

Jordanian Dinar to Liberian Dollar · quoted 2026-09-25

242.5811

▼ +4.66% over 1Y

1 JOD = 242.5811 LRD · 1 LRD = 0.004122 JOD · Get this rate via the API

1 JOD buys 242.5811 LRD as of 2026-09-25, so 1 LRD buys 0.004122 JOD. Over the last year, JOD/LRD traded between 242.5811 and 263.3903, averaged 256.0360 and fell 4.66%. The API holds daily JOD/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/LRD over 1Y

JOD/LRD over 1Y: show the values
PointJOD/LRD
2025-09-25254.4410
2025-10-02256.1530
2025-10-09255.0554
2025-10-16257.6697
2025-10-23257.8470
2025-10-30258.5689
2025-11-06258.6015
2025-11-13258.1020
2025-11-20254.8863
2025-11-27250.7709
2025-12-04250.3825
2025-12-12248.9080
2025-12-19250.3835
2025-12-26250.4855
2026-01-02251.6690
2026-01-09253.0113
2026-01-16254.5452
2026-01-23261.1537
2026-01-30261.3850
2026-02-06262.3362
2026-02-13263.3903
2026-02-20261.7331
2026-02-27259.1029
2026-03-06257.3440
2026-03-13258.9732
2026-03-20258.1618
2026-03-27258.6544
2026-04-03258.3580
2026-04-10259.8701
2026-04-17259.5080
2026-04-24259.9142
2026-05-01259.3020
2026-05-08259.6655
2026-05-16258.6430
2026-05-24258.2951
2026-05-31257.9827
2026-06-09257.3927
2026-06-16256.9872
2026-06-23256.9809
2026-06-30257.5657
2026-07-07255.5417
2026-07-14256.5925
2026-07-21255.5831
2026-07-28255.7384
2026-08-04254.7746
2026-08-11254.6429
2026-08-18256.0511
2026-08-26255.9055
2026-09-02254.9458
2026-09-09252.7982
2026-09-16246.2476
2026-09-23244.3261

High

263.3903

Low

242.5811

Average

256.0360

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/LRD API questions

How do I get the JOD/LRD exchange rate from an API?

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

How far back does JOD/LRD historical data go?

Daily JOD/LRD 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/LRD 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.