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: show the values
| Point | JOD/LRD |
|---|---|
| 2025-09-25 | 254.4410 |
| 2025-10-02 | 256.1530 |
| 2025-10-09 | 255.0554 |
| 2025-10-16 | 257.6697 |
| 2025-10-23 | 257.8470 |
| 2025-10-30 | 258.5689 |
| 2025-11-06 | 258.6015 |
| 2025-11-13 | 258.1020 |
| 2025-11-20 | 254.8863 |
| 2025-11-27 | 250.7709 |
| 2025-12-04 | 250.3825 |
| 2025-12-12 | 248.9080 |
| 2025-12-19 | 250.3835 |
| 2025-12-26 | 250.4855 |
| 2026-01-02 | 251.6690 |
| 2026-01-09 | 253.0113 |
| 2026-01-16 | 254.5452 |
| 2026-01-23 | 261.1537 |
| 2026-01-30 | 261.3850 |
| 2026-02-06 | 262.3362 |
| 2026-02-13 | 263.3903 |
| 2026-02-20 | 261.7331 |
| 2026-02-27 | 259.1029 |
| 2026-03-06 | 257.3440 |
| 2026-03-13 | 258.9732 |
| 2026-03-20 | 258.1618 |
| 2026-03-27 | 258.6544 |
| 2026-04-03 | 258.3580 |
| 2026-04-10 | 259.8701 |
| 2026-04-17 | 259.5080 |
| 2026-04-24 | 259.9142 |
| 2026-05-01 | 259.3020 |
| 2026-05-08 | 259.6655 |
| 2026-05-16 | 258.6430 |
| 2026-05-24 | 258.2951 |
| 2026-05-31 | 257.9827 |
| 2026-06-09 | 257.3927 |
| 2026-06-16 | 256.9872 |
| 2026-06-23 | 256.9809 |
| 2026-06-30 | 257.5657 |
| 2026-07-07 | 255.5417 |
| 2026-07-14 | 256.5925 |
| 2026-07-21 | 255.5831 |
| 2026-07-28 | 255.7384 |
| 2026-08-04 | 254.7746 |
| 2026-08-11 | 254.6429 |
| 2026-08-18 | 256.0511 |
| 2026-08-26 | 255.9055 |
| 2026-09-02 | 254.9458 |
| 2026-09-09 | 252.7982 |
| 2026-09-16 | 246.2476 |
| 2026-09-23 | 244.3261 |
High
263.3903
Low
242.5811
Average
256.0360
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.