Skip to content

EGP to DOP exchange rate API

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

1.1476

▼ +10.96% over 1Y

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

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

EGP/DOP over 1Y

EGP/DOP over 1Y: show the values
PointEGP/DOP
2025-09-251.2889
2025-10-021.3059
2025-10-091.3173
2025-10-161.3231
2025-10-231.3356
2025-10-301.3585
2025-11-061.3582
2025-11-131.3619
2025-11-201.3383
2025-11-271.3132
2025-12-041.3334
2025-12-121.3447
2025-12-191.3197
2025-12-261.3184
2026-01-021.3227
2026-01-091.3456
2026-01-161.3505
2026-01-231.3351
2026-01-301.3425
2026-02-061.3477
2026-02-131.3325
2026-02-201.2949
2026-02-271.2592
2026-03-061.1864
2026-03-131.1703
2026-03-201.1250
2026-03-271.1281
2026-04-031.1157
2026-04-101.1372
2026-04-171.1562
2026-04-241.1338
2026-05-011.1087
2026-05-081.1317
2026-05-161.1269
2026-05-241.1143
2026-05-311.1102
2026-06-091.1205
2026-06-161.1662
2026-06-231.1779
2026-06-301.2136
2026-07-071.2095
2026-07-141.1639
2026-07-211.1446
2026-07-281.1521
2026-08-041.1577
2026-08-111.1642
2026-08-181.1668
2026-08-261.1606
2026-09-021.1543
2026-09-091.1520
2026-09-161.1356
2026-09-231.1558

High

1.3619

Low

1.1087

Average

1.2271

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=DOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/DOP API questions

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

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

How far back does EGP/DOP historical data go?

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