DOP to LBP exchange rate API
Dominican Peso to Lebanese Pound · quoted 2026-09-26
1504.32
▲ +4.43% over 1Y
1 DOP = 1504.32 LBP · 1 LBP = 0.000665 DOP · Get this rate via the API
1 DOP buys 1504.32 LBP as of 2026-09-26, so 1 LBP buys 0.000665 DOP. Over the last year, DOP/LBP traded between 1392.16 and 1547.61, averaged 1477.64 and rose 4.43%. The API holds daily DOP/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/LBP over 1Y: show the values
| Point | DOP/LBP |
|---|---|
| 2025-09-26 | 1440.47 |
| 2025-10-03 | 1432.90 |
| 2025-10-10 | 1429.16 |
| 2025-10-17 | 1413.67 |
| 2025-10-24 | 1407.88 |
| 2025-10-31 | 1399.54 |
| 2025-11-07 | 1393.66 |
| 2025-11-14 | 1392.16 |
| 2025-11-21 | 1408.95 |
| 2025-11-28 | 1431.36 |
| 2025-12-05 | 1413.67 |
| 2025-12-13 | 1409.06 |
| 2025-12-20 | 1430.05 |
| 2025-12-27 | 1428.32 |
| 2026-01-03 | 1420.37 |
| 2026-01-10 | 1422.74 |
| 2026-01-17 | 1421.62 |
| 2026-01-24 | 1452.79 |
| 2026-01-31 | 1454.85 |
| 2026-02-07 | 1460.13 |
| 2026-02-14 | 1480.82 |
| 2026-02-21 | 1451.60 |
| 2026-02-28 | 1491.34 |
| 2026-03-07 | 1473.23 |
| 2026-03-14 | 1446.10 |
| 2026-03-21 | 1513.95 |
| 2026-03-28 | 1499.37 |
| 2026-04-04 | 1464.69 |
| 2026-04-11 | 1483.23 |
| 2026-04-18 | 1481.95 |
| 2026-04-25 | 1503.19 |
| 2026-05-02 | 1504.94 |
| 2026-05-09 | 1508.84 |
| 2026-05-17 | 1515.34 |
| 2026-05-25 | 1520.94 |
| 2026-06-01 | 1526.12 |
| 2026-06-10 | 1536.34 |
| 2026-06-17 | 1532.23 |
| 2026-06-24 | 1529.98 |
| 2026-07-01 | 1506.95 |
| 2026-07-08 | 1519.82 |
| 2026-07-15 | 1529.00 |
| 2026-07-22 | 1540.34 |
| 2026-07-29 | 1547.61 |
| 2026-08-05 | 1540.26 |
| 2026-08-12 | 1541.53 |
| 2026-08-20 | 1530.47 |
| 2026-08-27 | 1543.64 |
| 2026-09-03 | 1514.22 |
| 2026-09-10 | 1525.63 |
| 2026-09-17 | 1540.00 |
| 2026-09-24 | 1503.72 |
High
1547.61
Low
1392.16
Average
1477.64
Get this rate via the API
One GET request returns the DOP/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=DOP¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=LBP").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/LBP API questions
How do I get the DOP/LBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/LBP rate in rates.LBP.
How far back does DOP/LBP historical data go?
Daily DOP/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 DOP/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.