Skip to content

EGP to SRD exchange rate API

Egyptian Pound to Surinam Dollar · quoted 2026-09-25

0.72954

▼ +7.93% over 1Y

1 EGP = 0.72954 SRD · 1 SRD = 1.3707 EGP · Get this rate via the API

1 EGP buys 0.72954 SRD as of 2026-09-25, so 1 SRD buys 1.3707 EGP. Over the last year, EGP/SRD traded between 0.68654 and 0.83378, averaged 0.76514 and fell 7.93%. The API holds daily EGP/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/SRD over 1Y

EGP/SRD over 1Y: show the values
PointEGP/SRD
2025-09-250.79236
2025-10-020.80242
2025-10-090.80246
2025-10-160.82203
2025-10-230.83378
2025-10-300.82940
2025-11-060.81480
2025-11-130.81673
2025-11-200.81340
2025-11-270.80593
2025-12-040.81129
2025-12-120.81002
2025-12-190.80888
2025-12-260.80727
2026-01-020.79861
2026-01-090.81076
2026-01-160.80922
2026-01-230.81130
2026-01-300.80895
2026-02-060.80738
2026-02-130.80768
2026-02-200.79086
2026-02-270.78926
2026-03-060.75368
2026-03-130.71593
2026-03-200.71942
2026-03-270.71414
2026-04-030.68654
2026-04-100.70778
2026-04-170.72419
2026-04-240.71074
2026-05-010.69910
2026-05-080.71000
2026-05-160.70638
2026-05-240.70464
2026-05-310.71049
2026-06-090.72215
2026-06-160.74894
2026-06-230.75341
2026-06-300.76312
2026-07-070.77394
2026-07-140.74779
2026-07-210.73655
2026-07-280.74661
2026-08-040.75461
2026-08-110.75331
2026-08-180.75010
2026-08-260.75568
2026-09-020.74590
2026-09-090.74410
2026-09-160.72508
2026-09-230.73371

High

0.83378

Low

0.68654

Average

0.76514

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/SRD API questions

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

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

How far back does EGP/SRD historical data go?

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