Skip to content

DOP to ETB exchange rate API

Dominican Peso to Ethiopian Birr · quoted 2026-09-25

2.7413

▲ +17.12% over 1Y

1 DOP = 2.7413 ETB · 1 ETB = 0.36479 DOP · Get this rate via the API

1 DOP buys 2.7413 ETB as of 2026-09-25, so 1 ETB buys 0.36479 DOP. Over the last year, DOP/ETB traded between 2.3226 and 2.7720, averaged 2.5746 and rose 17.12%. The API holds daily DOP/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/ETB over 1Y

DOP/ETB over 1Y: show the values
PointDOP/ETB
2025-09-252.3405
2025-10-022.3275
2025-10-092.3226
2025-10-162.3388
2025-10-232.3629
2025-10-302.3669
2025-11-062.3799
2025-11-132.3897
2025-11-202.4308
2025-11-272.4570
2025-12-042.4487
2025-12-122.4327
2025-12-192.4761
2025-12-262.4822
2026-01-022.4618
2026-01-092.4524
2026-01-162.4410
2026-01-232.4727
2026-01-302.4719
2026-02-062.4685
2026-02-132.4976
2026-02-202.5068
2026-02-272.3288
2026-03-062.6093
2026-03-132.5556
2026-03-202.6747
2026-03-272.6408
2026-04-032.5704
2026-04-102.5930
2026-04-172.6079
2026-04-242.6249
2026-05-012.6429
2026-05-082.6255
2026-05-162.6441
2026-05-242.7084
2026-05-312.7246
2026-06-092.7314
2026-06-162.7233
2026-06-232.7187
2026-06-302.6841
2026-07-072.7192
2026-07-142.7347
2026-07-212.7598
2026-07-282.7494
2026-08-042.7720
2026-08-112.7694
2026-08-182.7499
2026-08-262.7638
2026-09-022.7545
2026-09-092.7433
2026-09-162.7425
2026-09-232.7180

High

2.7720

Low

2.3226

Average

2.5746

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/ETB API questions

How do I get the DOP/ETB exchange rate from an API?

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

How far back does DOP/ETB historical data go?

Daily DOP/ETB 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/ETB 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.