Skip to content

JOD to LBP exchange rate API

Jordanian Dinar to Lebanese Pound · quoted 2026-09-25

126741.03

▲ +0.06% over 1Y

1 JOD = 126741.03 LBP · 1 LBP = 0.000008 JOD · Get this rate via the API

1 JOD buys 126741.03 LBP as of 2026-09-25, so 1 LBP buys 0.000008 JOD. Over the last year, JOD/LBP traded between 121428.23 and 127439.48, averaged 126450.35 and rose 0.06%. The API holds daily JOD/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/LBP over 1Y

JOD/LBP over 1Y: show the values
PointJOD/LBP
2025-09-25126670.35
2025-10-02126679.24
2025-10-09126442.31
2025-10-16126671.84
2025-10-23126395.86
2025-10-30126543.71
2025-11-06127044.89
2025-11-13126714.68
2025-11-20126714.52
2025-11-27126463.47
2025-12-04126669.68
2025-12-12126367.25
2025-12-19126691.24
2025-12-26126459.01
2026-01-02126913.65
2026-01-09126840.26
2026-01-16126923.94
2026-01-23121428.23
2026-01-30126872.09
2026-02-06126767.14
2026-02-13126803.30
2026-02-20126764.27
2026-02-27126774.99
2026-03-06125624.94
2026-03-13126544.75
2026-03-20125723.62
2026-03-27126522.55
2026-04-03126487.58
2026-04-10126235.11
2026-04-17126275.64
2026-04-24126234.33
2026-05-01126301.29
2026-05-08126278.77
2026-05-16124779.66
2026-05-24126708.16
2026-05-31126007.61
2026-06-09127118.47
2026-06-16126586.36
2026-06-23126524.10
2026-06-30126576.75
2026-07-07126238.41
2026-07-14126759.82
2026-07-21126703.86
2026-07-28126711.98
2026-08-04126705.85
2026-08-11126776.80
2026-08-18126608.37
2026-08-26126414.06
2026-09-02126712.56
2026-09-09126571.66
2026-09-16126338.86
2026-09-23127439.48

High

127439.48

Low

121428.23

Average

126450.35

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/LBP API questions

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

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

How far back does JOD/LBP historical data go?

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