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: show the values
| Point | SCR/EGP |
|---|---|
| 2025-09-24 | 3.2332 |
| 2025-10-01 | 3.2699 |
| 2025-10-08 | 3.2686 |
| 2025-10-15 | 3.4990 |
| 2025-10-22 | 3.2937 |
| 2025-10-29 | 3.2855 |
| 2025-11-05 | 3.1651 |
| 2025-11-12 | 3.3312 |
| 2025-11-19 | 3.3455 |
| 2025-11-26 | 3.3586 |
| 2025-12-03 | 3.3080 |
| 2025-12-11 | 3.3447 |
| 2025-12-18 | 3.2508 |
| 2025-12-25 | 3.2885 |
| 2026-01-01 | 3.1515 |
| 2026-01-08 | 3.3988 |
| 2026-01-15 | 3.3044 |
| 2026-01-22 | 3.2957 |
| 2026-01-29 | 3.2871 |
| 2026-02-05 | 3.2020 |
| 2026-02-12 | 3.4104 |
| 2026-02-19 | 3.4603 |
| 2026-02-26 | 3.4721 |
| 2026-03-05 | 3.4138 |
| 2026-03-12 | 3.5265 |
| 2026-03-19 | 3.4411 |
| 2026-03-26 | 3.7867 |
| 2026-04-02 | 3.7099 |
| 2026-04-09 | 3.7421 |
| 2026-04-16 | 3.6070 |
| 2026-04-23 | 3.8257 |
| 2026-04-30 | 3.8772 |
| 2026-05-07 | 3.7809 |
| 2026-05-15 | 3.8672 |
| 2026-05-23 | 3.8584 |
| 2026-05-30 | 3.5986 |
| 2026-06-06 | 3.8503 |
| 2026-06-15 | 3.5334 |
| 2026-06-22 | 3.4679 |
| 2026-06-29 | 3.3961 |
| 2026-07-06 | 3.4279 |
| 2026-07-13 | 3.4208 |
| 2026-07-20 | 3.6395 |
| 2026-07-27 | 3.6111 |
| 2026-08-03 | 3.4998 |
| 2026-08-10 | 3.4339 |
| 2026-08-17 | 3.5266 |
| 2026-08-25 | 3.5329 |
| 2026-09-01 | 3.5864 |
| 2026-09-08 | 3.5803 |
| 2026-09-15 | 3.6624 |
| 2026-09-22 | 3.5894 |
High
3.8772
Low
3.1515
Average
3.4843
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.