Skip to content

SRD to EGP exchange rate API

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

1.3707

▲ +9.46% over YTD

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

1 SRD buys 1.3707 EGP as of 2026-09-25, so 1 EGP buys 0.72954 SRD. Over the year to date, SRD/EGP traded between 1.2255 and 1.4421, averaged 1.3400 and rose 9.46%. The API holds daily SRD/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SRD/EGP over YTD

SRD/EGP over YTD: show the values
PointSRD/EGP
2025-12-311.2522
2026-01-071.2331
2026-01-141.2383
2026-01-211.2365
2026-01-281.2255
2026-02-041.2305
2026-02-111.2334
2026-02-181.2433
2026-02-251.2652
2026-03-041.3305
2026-03-111.3839
2026-03-181.3868
2026-03-251.4000
2026-04-011.4421
2026-04-081.4390
2026-04-151.3935
2026-04-221.3852
2026-04-291.4131
2026-05-061.4179
2026-05-141.4229
2026-05-211.4252
2026-05-291.4013
2026-06-051.3846
2026-06-141.3815
2026-06-211.3329
2026-06-281.3209
2026-07-051.3093
2026-07-121.3206
2026-07-191.3418
2026-07-261.3514
2026-08-021.3496
2026-08-091.3120
2026-08-161.3185
2026-08-241.3447
2026-08-311.3439
2026-09-071.3429
2026-09-141.3637
2026-09-211.3698

High

1.4421

Low

1.2255

Average

1.3400

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SRD/EGP API questions

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

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

How far back does SRD/EGP historical data go?

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