Skip to content

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

DOP/LBP over 1Y: show the values
PointDOP/LBP
2025-09-261440.47
2025-10-031432.90
2025-10-101429.16
2025-10-171413.67
2025-10-241407.88
2025-10-311399.54
2025-11-071393.66
2025-11-141392.16
2025-11-211408.95
2025-11-281431.36
2025-12-051413.67
2025-12-131409.06
2025-12-201430.05
2025-12-271428.32
2026-01-031420.37
2026-01-101422.74
2026-01-171421.62
2026-01-241452.79
2026-01-311454.85
2026-02-071460.13
2026-02-141480.82
2026-02-211451.60
2026-02-281491.34
2026-03-071473.23
2026-03-141446.10
2026-03-211513.95
2026-03-281499.37
2026-04-041464.69
2026-04-111483.23
2026-04-181481.95
2026-04-251503.19
2026-05-021504.94
2026-05-091508.84
2026-05-171515.34
2026-05-251520.94
2026-06-011526.12
2026-06-101536.34
2026-06-171532.23
2026-06-241529.98
2026-07-011506.95
2026-07-081519.82
2026-07-151529.00
2026-07-221540.34
2026-07-291547.61
2026-08-051540.26
2026-08-121541.53
2026-08-201530.47
2026-08-271543.64
2026-09-031514.22
2026-09-101525.63
2026-09-171540.00
2026-09-241503.72

High

1547.61

Low

1392.16

Average

1477.64

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&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=DOP&currencies=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&currencies=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.