JOD to LBP exchange rate API
Jordanian Dinar to Lebanese Pound · quoted 2026-09-25
126741.03
▲ +0.07% over YTD
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 year to date, JOD/LBP traded between 125547.66 and 127088.93, averaged 126493.54 and rose 0.07%. 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 YTD: show the values
| Point | JOD/LBP |
|---|---|
| 2025-12-31 | 126652.03 |
| 2026-01-07 | 126335.00 |
| 2026-01-14 | 126918.74 |
| 2026-01-21 | 126069.70 |
| 2026-01-28 | 126879.04 |
| 2026-02-04 | 125877.95 |
| 2026-02-11 | 126725.02 |
| 2026-02-18 | 126572.97 |
| 2026-02-25 | 126852.97 |
| 2026-03-04 | 126381.59 |
| 2026-03-11 | 126563.31 |
| 2026-03-18 | 125989.16 |
| 2026-03-25 | 126523.83 |
| 2026-04-01 | 126396.21 |
| 2026-04-08 | 125547.66 |
| 2026-04-15 | 126369.16 |
| 2026-04-22 | 126255.67 |
| 2026-04-29 | 126290.57 |
| 2026-05-06 | 126305.83 |
| 2026-05-14 | 126769.88 |
| 2026-05-21 | 125912.05 |
| 2026-05-29 | 125789.67 |
| 2026-06-05 | 126593.19 |
| 2026-06-14 | 126422.08 |
| 2026-06-21 | 126877.06 |
| 2026-06-28 | 126446.73 |
| 2026-07-05 | 126355.59 |
| 2026-07-12 | 126965.20 |
| 2026-07-19 | 126821.53 |
| 2026-07-26 | 126562.59 |
| 2026-08-02 | 126801.44 |
| 2026-08-09 | 126345.39 |
| 2026-08-16 | 127048.55 |
| 2026-08-24 | 126711.11 |
| 2026-08-31 | 127088.93 |
| 2026-09-07 | 126543.22 |
| 2026-09-14 | 126577.22 |
| 2026-09-21 | 126369.15 |
High
127088.93
Low
125547.66
Average
126493.54
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.