EGP to SAR exchange rate API
Egyptian Pound to Saudi Riyal · quoted 2026-09-25
0.07243
▼ +7.21% over 1Y
1 EGP = 0.07243 SAR · 1 SAR = 13.8057 EGP · Get this rate via the API
1 EGP buys 0.07243 SAR as of 2026-09-25, so 1 SAR buys 13.8057 EGP. Over the last year, EGP/SAR traded between 0.06974 and 0.08029, averaged 0.07570 and fell 7.21%. The API holds daily EGP/SAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/SAR over 1Y: show the values
| Point | EGP/SAR |
|---|---|
| 2025-09-25 | 0.07806 |
| 2025-10-02 | 0.07867 |
| 2025-10-09 | 0.07906 |
| 2025-10-16 | 0.07899 |
| 2025-10-23 | 0.07903 |
| 2025-10-30 | 0.07956 |
| 2025-11-06 | 0.07939 |
| 2025-11-13 | 0.07966 |
| 2025-11-20 | 0.07932 |
| 2025-11-27 | 0.07889 |
| 2025-12-04 | 0.07913 |
| 2025-12-11 | 0.07912 |
| 2025-12-18 | 0.07903 |
| 2025-12-25 | 0.07899 |
| 2026-01-01 | 0.07878 |
| 2026-01-08 | 0.07953 |
| 2026-01-15 | 0.07951 |
| 2026-01-22 | 0.07958 |
| 2026-01-29 | 0.08028 |
| 2026-02-05 | 0.08009 |
| 2026-02-12 | 0.08029 |
| 2026-02-19 | 0.07951 |
| 2026-02-26 | 0.07846 |
| 2026-03-05 | 0.07501 |
| 2026-03-12 | 0.07205 |
| 2026-03-19 | 0.07204 |
| 2026-03-26 | 0.07139 |
| 2026-04-02 | 0.06974 |
| 2026-04-09 | 0.07076 |
| 2026-04-16 | 0.07251 |
| 2026-04-23 | 0.07176 |
| 2026-04-30 | 0.07041 |
| 2026-05-07 | 0.07132 |
| 2026-05-15 | 0.07098 |
| 2026-05-23 | 0.07063 |
| 2026-05-30 | 0.07175 |
| 2026-06-06 | 0.07198 |
| 2026-06-15 | 0.07397 |
| 2026-06-22 | 0.07523 |
| 2026-06-29 | 0.07603 |
| 2026-07-06 | 0.07655 |
| 2026-07-13 | 0.07490 |
| 2026-07-20 | 0.07355 |
| 2026-07-27 | 0.07363 |
| 2026-08-03 | 0.07441 |
| 2026-08-10 | 0.07519 |
| 2026-08-17 | 0.07478 |
| 2026-08-25 | 0.07414 |
| 2026-09-01 | 0.07372 |
| 2026-09-08 | 0.07356 |
| 2026-09-15 | 0.07239 |
| 2026-09-22 | 0.07252 |
High
0.08029
Low
0.06974
Average
0.07570
Get this rate via the API
One GET request returns the EGP/SAR 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=EGP¤cies=SAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SAR").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/SAR API questions
How do I get the EGP/SAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/SAR rate in rates.SAR.
How far back does EGP/SAR historical data go?
Daily EGP/SAR 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/SAR 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.