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: show the values
| Point | EGP/DOP |
|---|---|
| 2025-09-25 | 1.2889 |
| 2025-10-02 | 1.3059 |
| 2025-10-09 | 1.3173 |
| 2025-10-16 | 1.3231 |
| 2025-10-23 | 1.3356 |
| 2025-10-30 | 1.3585 |
| 2025-11-06 | 1.3582 |
| 2025-11-13 | 1.3619 |
| 2025-11-20 | 1.3383 |
| 2025-11-27 | 1.3132 |
| 2025-12-04 | 1.3334 |
| 2025-12-12 | 1.3447 |
| 2025-12-19 | 1.3197 |
| 2025-12-26 | 1.3184 |
| 2026-01-02 | 1.3227 |
| 2026-01-09 | 1.3456 |
| 2026-01-16 | 1.3505 |
| 2026-01-23 | 1.3351 |
| 2026-01-30 | 1.3425 |
| 2026-02-06 | 1.3477 |
| 2026-02-13 | 1.3325 |
| 2026-02-20 | 1.2949 |
| 2026-02-27 | 1.2592 |
| 2026-03-06 | 1.1864 |
| 2026-03-13 | 1.1703 |
| 2026-03-20 | 1.1250 |
| 2026-03-27 | 1.1281 |
| 2026-04-03 | 1.1157 |
| 2026-04-10 | 1.1372 |
| 2026-04-17 | 1.1562 |
| 2026-04-24 | 1.1338 |
| 2026-05-01 | 1.1087 |
| 2026-05-08 | 1.1317 |
| 2026-05-16 | 1.1269 |
| 2026-05-24 | 1.1143 |
| 2026-05-31 | 1.1102 |
| 2026-06-09 | 1.1205 |
| 2026-06-16 | 1.1662 |
| 2026-06-23 | 1.1779 |
| 2026-06-30 | 1.2136 |
| 2026-07-07 | 1.2095 |
| 2026-07-14 | 1.1639 |
| 2026-07-21 | 1.1446 |
| 2026-07-28 | 1.1521 |
| 2026-08-04 | 1.1577 |
| 2026-08-11 | 1.1642 |
| 2026-08-18 | 1.1668 |
| 2026-08-26 | 1.1606 |
| 2026-09-02 | 1.1543 |
| 2026-09-09 | 1.1520 |
| 2026-09-16 | 1.1356 |
| 2026-09-23 | 1.1558 |
High
1.3619
Low
1.1087
Average
1.2271
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.