Skip to content

EGP to SCR exchange rate API

Egyptian Pound to Seychelles Rupee · quoted 2026-09-25

0.27686

▼ +8.34% over 1Y

1 EGP = 0.27686 SCR · 1 SCR = 3.6120 EGP · Get this rate via the API

1 EGP buys 0.27686 SCR as of 2026-09-25, so 1 SCR buys 3.6120 EGP. Over the last year, EGP/SCR traded between 0.25725 and 0.31991, averaged 0.29031 and fell 8.34%. The API holds daily EGP/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/SCR over 1Y

EGP/SCR over 1Y: show the values
PointEGP/SCR
2025-09-250.30204
2025-10-020.30794
2025-10-090.30920
2025-10-160.30750
2025-10-230.29097
2025-10-300.30069
2025-11-060.30067
2025-11-130.31308
2025-11-200.30064
2025-11-270.30946
2025-12-040.30227
2025-12-120.31642
2025-12-190.28887
2025-12-260.31240
2026-01-020.31800
2026-01-090.26766
2026-01-160.31991
2026-01-230.30892
2026-01-300.30584
2026-02-060.30631
2026-02-130.30689
2026-02-200.31830
2026-02-270.28486
2026-03-060.29845
2026-03-130.28523
2026-03-200.28813
2026-03-270.27412
2026-04-030.26410
2026-04-100.28590
2026-04-170.26567
2026-04-240.26116
2026-05-010.27296
2026-05-080.26271
2026-05-160.25725
2026-05-240.28136
2026-05-310.28237
2026-06-090.26733
2026-06-160.28431
2026-06-230.28611
2026-06-300.29381
2026-07-070.29921
2026-07-140.28299
2026-07-210.27818
2026-07-280.27718
2026-08-040.28892
2026-08-110.28223
2026-08-180.28882
2026-08-260.28216
2026-09-020.28351
2026-09-090.27940
2026-09-160.27493
2026-09-230.28236

High

0.31991

Low

0.25725

Average

0.29031

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/SCR API questions

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

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

How far back does EGP/SCR historical data go?

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