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: show the values
| Point | SGD/EGP |
|---|---|
| 2025-12-31 | 37.1046 |
| 2026-01-07 | 36.8818 |
| 2026-01-14 | 36.6539 |
| 2026-01-21 | 36.9986 |
| 2026-01-28 | 37.1927 |
| 2026-02-04 | 36.9271 |
| 2026-02-11 | 37.0714 |
| 2026-02-18 | 37.1391 |
| 2026-02-25 | 37.8600 |
| 2026-03-04 | 39.2749 |
| 2026-03-11 | 40.7502 |
| 2026-03-18 | 40.8083 |
| 2026-03-25 | 41.0953 |
| 2026-04-01 | 42.0974 |
| 2026-04-08 | 42.4082 |
| 2026-04-15 | 40.9854 |
| 2026-04-22 | 40.7502 |
| 2026-04-29 | 41.4471 |
| 2026-05-06 | 41.9006 |
| 2026-05-13 | 41.5936 |
| 2026-05-20 | 41.6216 |
| 2026-05-27 | 40.8689 |
| 2026-06-03 | 40.5059 |
| 2026-06-10 | 40.1995 |
| 2026-06-17 | 38.9529 |
| 2026-06-24 | 38.2362 |
| 2026-07-01 | 37.8848 |
| 2026-07-08 | 38.0848 |
| 2026-07-15 | 39.1629 |
| 2026-07-22 | 39.6509 |
| 2026-07-29 | 39.1502 |
| 2026-08-05 | 38.9846 |
| 2026-08-12 | 39.2676 |
| 2026-08-19 | 39.6670 |
| 2026-08-26 | 39.5996 |
| 2026-09-02 | 40.0581 |
| 2026-09-09 | 40.4751 |
| 2026-09-16 | 40.8732 |
| 2026-09-23 | 40.2762 |
High
42.4082
Low
36.6539
Average
39.5253
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.