Skip to content

DOP to EGP exchange rate API

Dominican Peso to Egyptian Pound · quoted 2026-09-25

0.87140

▲ +12.31% over 1Y

1 DOP = 0.87140 EGP · 1 EGP = 1.1476 DOP · Get this rate via the API

1 DOP buys 0.87140 EGP as of 2026-09-25, so 1 EGP buys 1.1476 DOP. Over the last year, DOP/EGP traded between 0.73427 and 0.90196, averaged 0.81948 and rose 12.31%. The API holds daily DOP/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/EGP over 1Y

DOP/EGP over 1Y: show the values
PointDOP/EGP
2025-09-250.77588
2025-10-020.76576
2025-10-090.75913
2025-10-160.75579
2025-10-230.74873
2025-10-300.73611
2025-11-060.73629
2025-11-130.73427
2025-11-200.74723
2025-11-270.76149
2025-12-040.74995
2025-12-120.74364
2025-12-190.75773
2025-12-260.75848
2026-01-020.75600
2026-01-090.74318
2026-01-160.74048
2026-01-230.74903
2026-01-300.74486
2026-02-060.74200
2026-02-130.75050
2026-02-200.77229
2026-02-270.79414
2026-03-060.84290
2026-03-130.85451
2026-03-200.88886
2026-03-270.88643
2026-04-030.89627
2026-04-100.87933
2026-04-170.86488
2026-04-240.88200
2026-05-010.90196
2026-05-080.88364
2026-05-160.88738
2026-05-240.89741
2026-05-310.90070
2026-06-090.89248
2026-06-160.85751
2026-06-230.84895
2026-06-300.82397
2026-07-070.82676
2026-07-140.85915
2026-07-210.87363
2026-07-280.86799
2026-08-040.86378
2026-08-110.85896
2026-08-180.85701
2026-08-260.86165
2026-09-020.86630
2026-09-090.86804
2026-09-160.88060
2026-09-230.86518

High

0.90196

Low

0.73427

Average

0.81948

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/EGP API questions

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

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

How far back does DOP/EGP historical data go?

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