Skip to content

EGP to SDG exchange rate API

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

11.5932

▼ +7.82% over YTD

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 year to date, EGP/SDG traded between 10.4767 and 12.8202, averaged 11.8814 and fell 7.82%. 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 YTD

EGP/SDG over YTD: show the values
PointEGP/SDG
2025-12-3112.5768
2026-01-0712.6938
2026-01-1412.7042
2026-01-2112.6531
2026-01-2812.7759
2026-02-0412.7785
2026-02-1112.8202
2026-02-1812.7848
2026-02-2512.5319
2026-03-0411.9927
2026-03-1111.5602
2026-03-1811.4787
2026-03-2511.4174
2026-04-0110.4767
2026-04-0811.1193
2026-04-1511.5229
2026-04-2211.5594
2026-04-2911.3431
2026-05-0611.3002
2026-05-1411.3473
2026-05-2111.3037
2026-05-2911.4929
2026-06-0511.5818
2026-06-1411.6120
2026-06-2112.0077
2026-06-2812.1107
2026-07-0512.1867
2026-07-1212.0672
2026-07-1911.8758
2026-07-2611.6924
2026-08-0211.7596
2026-08-0912.0908
2026-08-1611.9480
2026-08-2411.8117
2026-08-3111.8291
2026-09-0711.7867
2026-09-1411.6446
2026-09-2111.5447

High

12.8202

Low

10.4767

Average

11.8814

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.