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: show the values
| Point | EGP/SDG |
|---|---|
| 2025-12-31 | 12.5768 |
| 2026-01-07 | 12.6938 |
| 2026-01-14 | 12.7042 |
| 2026-01-21 | 12.6531 |
| 2026-01-28 | 12.7759 |
| 2026-02-04 | 12.7785 |
| 2026-02-11 | 12.8202 |
| 2026-02-18 | 12.7848 |
| 2026-02-25 | 12.5319 |
| 2026-03-04 | 11.9927 |
| 2026-03-11 | 11.5602 |
| 2026-03-18 | 11.4787 |
| 2026-03-25 | 11.4174 |
| 2026-04-01 | 10.4767 |
| 2026-04-08 | 11.1193 |
| 2026-04-15 | 11.5229 |
| 2026-04-22 | 11.5594 |
| 2026-04-29 | 11.3431 |
| 2026-05-06 | 11.3002 |
| 2026-05-14 | 11.3473 |
| 2026-05-21 | 11.3037 |
| 2026-05-29 | 11.4929 |
| 2026-06-05 | 11.5818 |
| 2026-06-14 | 11.6120 |
| 2026-06-21 | 12.0077 |
| 2026-06-28 | 12.1107 |
| 2026-07-05 | 12.1867 |
| 2026-07-12 | 12.0672 |
| 2026-07-19 | 11.8758 |
| 2026-07-26 | 11.6924 |
| 2026-08-02 | 11.7596 |
| 2026-08-09 | 12.0908 |
| 2026-08-16 | 11.9480 |
| 2026-08-24 | 11.8117 |
| 2026-08-31 | 11.8291 |
| 2026-09-07 | 11.7867 |
| 2026-09-14 | 11.6446 |
| 2026-09-21 | 11.5447 |
High
12.8202
Low
10.4767
Average
11.8814
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.