EGP to DKK exchange rate API
Egyptian Pound to Danish Krone · quoted 2026-09-25
0.12693
▼ +3.85% over 1Y
1 EGP = 0.12693 DKK · 1 DKK = 7.8783 EGP · Get this rate via the API
1 EGP buys 0.12693 DKK as of 2026-09-25, so 1 DKK buys 7.8783 EGP. Over the last year, EGP/DKK traded between 0.11957 and 0.13685, averaged 0.12949 and fell 3.85%. The API holds daily EGP/DKK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/DKK over 1Y: show the values
| Point | EGP/DKK |
|---|---|
| 2025-09-25 | 0.13202 |
| 2025-10-02 | 0.13293 |
| 2025-10-09 | 0.13522 |
| 2025-10-16 | 0.13471 |
| 2025-10-23 | 0.13544 |
| 2025-10-30 | 0.13683 |
| 2025-11-06 | 0.13672 |
| 2025-11-13 | 0.13619 |
| 2025-11-20 | 0.13685 |
| 2025-11-27 | 0.13524 |
| 2025-12-04 | 0.13465 |
| 2025-12-11 | 0.13411 |
| 2025-12-18 | 0.13400 |
| 2025-12-25 | 0.13339 |
| 2026-01-01 | 0.13337 |
| 2026-01-08 | 0.13540 |
| 2026-01-15 | 0.13595 |
| 2026-01-22 | 0.13507 |
| 2026-01-29 | 0.13322 |
| 2026-02-05 | 0.13482 |
| 2026-02-12 | 0.13437 |
| 2026-02-19 | 0.13443 |
| 2026-02-26 | 0.13199 |
| 2026-03-05 | 0.12820 |
| 2026-03-12 | 0.12395 |
| 2026-03-19 | 0.12447 |
| 2026-03-26 | 0.12292 |
| 2026-04-02 | 0.12014 |
| 2026-04-09 | 0.12029 |
| 2026-04-16 | 0.12229 |
| 2026-04-23 | 0.12197 |
| 2026-04-30 | 0.11957 |
| 2026-05-07 | 0.12043 |
| 2026-05-14 | 0.12073 |
| 2026-05-21 | 0.12134 |
| 2026-05-28 | 0.12318 |
| 2026-06-04 | 0.12380 |
| 2026-06-11 | 0.12476 |
| 2026-06-18 | 0.13065 |
| 2026-06-25 | 0.13295 |
| 2026-07-02 | 0.13358 |
| 2026-07-09 | 0.13173 |
| 2026-07-16 | 0.12908 |
| 2026-07-23 | 0.12792 |
| 2026-07-30 | 0.12779 |
| 2026-08-06 | 0.13017 |
| 2026-08-13 | 0.12907 |
| 2026-08-20 | 0.12604 |
| 2026-08-27 | 0.12775 |
| 2026-09-03 | 0.12634 |
| 2026-09-10 | 0.12548 |
| 2026-09-17 | 0.12487 |
| 2026-09-24 | 0.12736 |
High
0.13685
Low
0.11957
Average
0.12949
Get this rate via the API
One GET request returns the EGP/DKK 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=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=DKK").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/DKK API questions
How do I get the EGP/DKK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=DKK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/DKK rate in rates.DKK.
How far back does EGP/DKK historical data go?
Daily EGP/DKK 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/DKK 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.