Skip to content

DJF to EGP exchange rate API

Djibouti Franc to Egyptian Pound · quoted 2026-09-25

0.29076

▲ +7.43% over 1Y

1 DJF = 0.29076 EGP · 1 EGP = 3.4393 DJF · Get this rate via the API

1 DJF buys 0.29076 EGP as of 2026-09-25, so 1 EGP buys 3.4393 DJF. Over the last year, DJF/EGP traded between 0.26308 and 0.30473, averaged 0.27926 and rose 7.43%. The API holds daily DJF/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DJF/EGP over 1Y

DJF/EGP over 1Y: show the values
PointDJF/EGP
2025-09-250.27065
2025-10-020.26841
2025-10-090.26712
2025-10-160.26745
2025-10-230.26720
2025-10-300.26552
2025-11-060.26582
2025-11-130.26512
2025-11-200.26637
2025-11-270.26789
2025-12-040.26719
2025-12-120.26724
2025-12-190.26715
2025-12-260.26713
2026-01-020.26795
2026-01-090.26523
2026-01-160.26499
2026-01-230.26427
2026-01-300.26334
2026-02-060.26308
2026-02-130.26355
2026-02-200.26697
2026-02-270.26919
2026-03-060.28155
2026-03-130.29376
2026-03-200.29429
2026-03-270.29632
2026-04-030.30473
2026-04-100.29873
2026-04-170.29081
2026-04-240.29608
2026-05-010.30149
2026-05-080.29510
2026-05-160.29618
2026-05-240.29679
2026-05-310.29301
2026-06-090.29164
2026-06-160.28282
2026-06-230.27912
2026-06-300.27638
2026-07-070.27437
2026-07-140.28334
2026-07-210.28674
2026-07-280.28440
2026-08-040.28178
2026-08-110.28140
2026-08-180.28292
2026-08-260.28249
2026-09-020.28635
2026-09-090.28739
2026-09-160.29228
2026-09-230.28890

High

0.30473

Low

0.26308

Average

0.27926

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DJF/EGP API questions

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

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

How far back does DJF/EGP historical data go?

Daily DJF/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 DJF/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.