Skip to content

EGP to SGD exchange rate API

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

0.02466

▼ +8.24% over 1Y

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

1 EGP buys 0.02466 SGD as of 2026-09-26, so 1 SGD buys 40.5548 EGP. Over the last year, EGP/SGD traded between 0.02369 and 0.02757, averaged 0.02583 and fell 8.24%. The API holds daily EGP/SGD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/SGD over 1Y

EGP/SGD over 1Y: show the values
PointEGP/SGD
2025-09-260.02687
2025-10-030.02700
2025-10-100.02728
2025-10-170.02721
2025-10-240.02730
2025-10-310.02756
2025-11-070.02751
2025-11-140.02752
2025-11-210.02757
2025-11-280.02724
2025-12-050.02724
2025-12-120.02717
2025-12-190.02718
2025-12-260.02701
2026-01-020.02697
2026-01-090.02724
2026-01-160.02726
2026-01-230.02715
2026-01-300.02703
2026-02-060.02717
2026-02-130.02698
2026-02-200.02669
2026-02-270.02640
2026-03-060.02556
2026-03-130.02444
2026-03-200.02450
2026-03-270.02442
2026-04-030.02369
2026-04-100.02399
2026-04-170.02457
2026-04-240.02426
2026-05-010.02376
2026-05-080.02405
2026-05-150.02420
2026-05-220.02419
2026-05-290.02446
2026-06-050.02477
2026-06-120.02470
2026-06-190.02586
2026-06-260.02614
2026-07-030.02627
2026-07-100.02602
2026-07-170.02556
2026-07-240.02515
2026-07-310.02513
2026-08-070.02574
2026-08-140.02544
2026-08-210.02493
2026-08-280.02530
2026-09-040.02487
2026-09-110.02469
2026-09-180.02453
2026-09-250.02467

High

0.02757

Low

0.02369

Average

0.02583

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/SGD API questions

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

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

How far back does EGP/SGD historical data go?

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