Skip to content

EGP to SDG exchange rate API

Egyptian Pound to Sudanese Pound · quoted 2026-09-25

11.5932

▼ +7.09% over 1Y

1 EGP = 11.5932 SDG · 1 SDG = 0.08626 EGP · Get this rate via the API

1 EGP buys 11.5932 SDG as of 2026-09-25, so 1 SDG buys 0.08626 EGP. Over the last year, EGP/SDG traded between 10.4172 and 12.8105, averaged 12.0854 and fell 7.09%. The API holds daily EGP/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/SDG over 1Y

EGP/SDG over 1Y: show the values
PointEGP/SDG
2025-09-2512.4781
2025-10-0212.5860
2025-10-0912.6463
2025-10-1612.6370
2025-10-2312.6429
2025-10-3012.7239
2025-11-0612.6763
2025-11-1312.7146
2025-11-2012.6600
2025-11-2712.5842
2025-12-0412.6176
2025-12-1212.6183
2025-12-1912.6085
2025-12-2612.6189
2026-01-0212.5737
2026-01-0912.6982
2026-01-1612.6939
2026-01-2312.7385
2026-01-3012.7926
2026-02-0612.8048
2026-02-1312.8105
2026-02-2012.6254
2026-02-2712.5159
2026-03-0611.9747
2026-03-1311.4620
2026-03-2011.4894
2026-03-2711.3817
2026-04-0310.4172
2026-04-1011.3205
2026-04-1711.6057
2026-04-2411.4121
2026-05-0111.2076
2026-05-0811.3903
2026-05-1611.3499
2026-05-2411.3343
2026-05-3111.4715
2026-06-0911.5734
2026-06-1611.9446
2026-06-2312.0661
2026-06-3012.2029
2026-07-0712.2933
2026-07-1411.8750
2026-07-2111.7561
2026-07-2811.8626
2026-08-0411.9545
2026-08-1111.9757
2026-08-1811.9114
2026-08-2611.9359
2026-09-0211.7693
2026-09-0911.7376
2026-09-1611.5318
2026-09-2311.6575

High

12.8105

Low

10.4172

Average

12.0854

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/SDG API questions

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

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

How far back does EGP/SDG historical data go?

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