Skip to content

SCR to EGP exchange rate API

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

3.6472

▲ +12.80% over 1Y

1 SCR = 3.6472 EGP · 1 EGP = 0.27418 SCR · Get this rate via the API

1 SCR buys 3.6472 EGP as of 2026-09-24, so 1 EGP buys 0.27418 SCR. Over the last year, SCR/EGP traded between 3.1515 and 3.8772, averaged 3.4843 and rose 12.80%. The API holds daily SCR/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/EGP over 1Y

SCR/EGP over 1Y: show the values
PointSCR/EGP
2025-09-243.2332
2025-10-013.2699
2025-10-083.2686
2025-10-153.4990
2025-10-223.2937
2025-10-293.2855
2025-11-053.1651
2025-11-123.3312
2025-11-193.3455
2025-11-263.3586
2025-12-033.3080
2025-12-113.3447
2025-12-183.2508
2025-12-253.2885
2026-01-013.1515
2026-01-083.3988
2026-01-153.3044
2026-01-223.2957
2026-01-293.2871
2026-02-053.2020
2026-02-123.4104
2026-02-193.4603
2026-02-263.4721
2026-03-053.4138
2026-03-123.5265
2026-03-193.4411
2026-03-263.7867
2026-04-023.7099
2026-04-093.7421
2026-04-163.6070
2026-04-233.8257
2026-04-303.8772
2026-05-073.7809
2026-05-153.8672
2026-05-233.8584
2026-05-303.5986
2026-06-063.8503
2026-06-153.5334
2026-06-223.4679
2026-06-293.3961
2026-07-063.4279
2026-07-133.4208
2026-07-203.6395
2026-07-273.6111
2026-08-033.4998
2026-08-103.4339
2026-08-173.5266
2026-08-253.5329
2026-09-013.5864
2026-09-083.5803
2026-09-153.6624
2026-09-223.5894

High

3.8772

Low

3.1515

Average

3.4843

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/EGP API questions

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

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

How far back does SCR/EGP historical data go?

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