Skip to content

DOP to ETB exchange rate API

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

2.7413

▲ +4.55% over 6M

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 6 months, DOP/ETB traded between 2.5778 and 2.7856, averaged 2.7031 and rose 4.55%. 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 6M

DOP/ETB over 6M: show the values
PointDOP/ETB
2026-03-292.6219
2026-04-052.5778
2026-04-122.6059
2026-04-192.6045
2026-04-262.5950
2026-05-032.6385
2026-05-102.6256
2026-05-182.6134
2026-05-262.7326
2026-06-022.7041
2026-06-112.7540
2026-06-182.7486
2026-06-252.7452
2026-07-022.6770
2026-07-092.7329
2026-07-162.7626
2026-07-232.7599
2026-07-302.7641
2026-08-062.7647
2026-08-132.7648
2026-08-212.7856
2026-08-282.7758
2026-09-042.7269
2026-09-112.7385
2026-09-182.7180

High

2.7856

Low

2.5778

Average

2.7031

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.