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: show the values
| Point | JOD/LBP |
|---|---|
| 2025-09-25 | 126670.35 |
| 2025-10-02 | 126679.24 |
| 2025-10-09 | 126442.31 |
| 2025-10-16 | 126671.84 |
| 2025-10-23 | 126395.86 |
| 2025-10-30 | 126543.71 |
| 2025-11-06 | 127044.89 |
| 2025-11-13 | 126714.68 |
| 2025-11-20 | 126714.52 |
| 2025-11-27 | 126463.47 |
| 2025-12-04 | 126669.68 |
| 2025-12-12 | 126367.25 |
| 2025-12-19 | 126691.24 |
| 2025-12-26 | 126459.01 |
| 2026-01-02 | 126913.65 |
| 2026-01-09 | 126840.26 |
| 2026-01-16 | 126923.94 |
| 2026-01-23 | 121428.23 |
| 2026-01-30 | 126872.09 |
| 2026-02-06 | 126767.14 |
| 2026-02-13 | 126803.30 |
| 2026-02-20 | 126764.27 |
| 2026-02-27 | 126774.99 |
| 2026-03-06 | 125624.94 |
| 2026-03-13 | 126544.75 |
| 2026-03-20 | 125723.62 |
| 2026-03-27 | 126522.55 |
| 2026-04-03 | 126487.58 |
| 2026-04-10 | 126235.11 |
| 2026-04-17 | 126275.64 |
| 2026-04-24 | 126234.33 |
| 2026-05-01 | 126301.29 |
| 2026-05-08 | 126278.77 |
| 2026-05-16 | 124779.66 |
| 2026-05-24 | 126708.16 |
| 2026-05-31 | 126007.61 |
| 2026-06-09 | 127118.47 |
| 2026-06-16 | 126586.36 |
| 2026-06-23 | 126524.10 |
| 2026-06-30 | 126576.75 |
| 2026-07-07 | 126238.41 |
| 2026-07-14 | 126759.82 |
| 2026-07-21 | 126703.86 |
| 2026-07-28 | 126711.98 |
| 2026-08-04 | 126705.85 |
| 2026-08-11 | 126776.80 |
| 2026-08-18 | 126608.37 |
| 2026-08-26 | 126414.06 |
| 2026-09-02 | 126712.56 |
| 2026-09-09 | 126571.66 |
| 2026-09-16 | 126338.86 |
| 2026-09-23 | 127439.48 |
High
127439.48
Low
121428.23
Average
126450.35
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.