Skip to content

SGD to EGP exchange rate API

Singapore Dollar to Egyptian Pound · quoted 2026-09-26

40.5534

▲ +9.29% over YTD

1 SGD = 40.5534 EGP · 1 EGP = 0.02466 SGD · Get this rate via the API

1 SGD buys 40.5534 EGP as of 2026-09-26, so 1 EGP buys 0.02466 SGD. Over the year to date, SGD/EGP traded between 36.6539 and 42.4082, averaged 39.5253 and rose 9.29%. The API holds daily SGD/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SGD/EGP over YTD

SGD/EGP over YTD: show the values
PointSGD/EGP
2025-12-3137.1046
2026-01-0736.8818
2026-01-1436.6539
2026-01-2136.9986
2026-01-2837.1927
2026-02-0436.9271
2026-02-1137.0714
2026-02-1837.1391
2026-02-2537.8600
2026-03-0439.2749
2026-03-1140.7502
2026-03-1840.8083
2026-03-2541.0953
2026-04-0142.0974
2026-04-0842.4082
2026-04-1540.9854
2026-04-2240.7502
2026-04-2941.4471
2026-05-0641.9006
2026-05-1341.5936
2026-05-2041.6216
2026-05-2740.8689
2026-06-0340.5059
2026-06-1040.1995
2026-06-1738.9529
2026-06-2438.2362
2026-07-0137.8848
2026-07-0838.0848
2026-07-1539.1629
2026-07-2239.6509
2026-07-2939.1502
2026-08-0538.9846
2026-08-1239.2676
2026-08-1939.6670
2026-08-2639.5996
2026-09-0240.0581
2026-09-0940.4751
2026-09-1640.8732
2026-09-2340.2762

High

42.4082

Low

36.6539

Average

39.5253

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SGD/EGP API questions

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

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

How far back does SGD/EGP historical data go?

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