Skip to content

LRD to JOD exchange rate API

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

0.004122

▲ +4.89% over 1Y

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

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

LRD/JOD over 1Y

LRD/JOD over 1Y: show the values
PointLRD/JOD
2025-09-250.003930
2025-10-020.003903
2025-10-090.003920
2025-10-160.003880
2025-10-230.003878
2025-10-300.003867
2025-11-060.003866
2025-11-130.003874
2025-11-200.003923
2025-11-270.003987
2025-12-040.003993
2025-12-120.004017
2025-12-190.003993
2025-12-260.003992
2026-01-020.003973
2026-01-090.003952
2026-01-160.003928
2026-01-230.003829
2026-01-300.003825
2026-02-060.003811
2026-02-130.003796
2026-02-200.003820
2026-02-270.003859
2026-03-060.003885
2026-03-130.003861
2026-03-200.003873
2026-03-270.003866
2026-04-030.003870
2026-04-100.003848
2026-04-170.003853
2026-04-240.003847
2026-05-010.003856
2026-05-080.003851
2026-05-160.003866
2026-05-240.003871
2026-05-310.003876
2026-06-090.003885
2026-06-160.003891
2026-06-230.003891
2026-06-300.003882
2026-07-070.003913
2026-07-140.003897
2026-07-210.003912
2026-07-280.003910
2026-08-040.003925
2026-08-110.003927
2026-08-180.003905
2026-08-260.003907
2026-09-020.003922
2026-09-090.003955
2026-09-160.004060
2026-09-230.004092

High

0.004122

Low

0.003796

Average

0.003906

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LRD&currencies=JOD").json()

Replace YOUR_API_KEY with the key from your dashboard.

LRD/JOD API questions

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

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

How far back does LRD/JOD historical data go?

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