Skip to content

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

EGP/DKK over 1Y: show the values
PointEGP/DKK
2025-09-250.13202
2025-10-020.13293
2025-10-090.13522
2025-10-160.13471
2025-10-230.13544
2025-10-300.13683
2025-11-060.13672
2025-11-130.13619
2025-11-200.13685
2025-11-270.13524
2025-12-040.13465
2025-12-110.13411
2025-12-180.13400
2025-12-250.13339
2026-01-010.13337
2026-01-080.13540
2026-01-150.13595
2026-01-220.13507
2026-01-290.13322
2026-02-050.13482
2026-02-120.13437
2026-02-190.13443
2026-02-260.13199
2026-03-050.12820
2026-03-120.12395
2026-03-190.12447
2026-03-260.12292
2026-04-020.12014
2026-04-090.12029
2026-04-160.12229
2026-04-230.12197
2026-04-300.11957
2026-05-070.12043
2026-05-140.12073
2026-05-210.12134
2026-05-280.12318
2026-06-040.12380
2026-06-110.12476
2026-06-180.13065
2026-06-250.13295
2026-07-020.13358
2026-07-090.13173
2026-07-160.12908
2026-07-230.12792
2026-07-300.12779
2026-08-060.13017
2026-08-130.12907
2026-08-200.12604
2026-08-270.12775
2026-09-030.12634
2026-09-100.12548
2026-09-170.12487
2026-09-240.12736

High

0.13685

Low

0.11957

Average

0.12949

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=DKK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=DKK");
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=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&currencies=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.