Skip to content

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

EGP/SAR over 1Y: show the values
PointEGP/SAR
2025-09-250.07806
2025-10-020.07867
2025-10-090.07906
2025-10-160.07899
2025-10-230.07903
2025-10-300.07956
2025-11-060.07939
2025-11-130.07966
2025-11-200.07932
2025-11-270.07889
2025-12-040.07913
2025-12-110.07912
2025-12-180.07903
2025-12-250.07899
2026-01-010.07878
2026-01-080.07953
2026-01-150.07951
2026-01-220.07958
2026-01-290.08028
2026-02-050.08009
2026-02-120.08029
2026-02-190.07951
2026-02-260.07846
2026-03-050.07501
2026-03-120.07205
2026-03-190.07204
2026-03-260.07139
2026-04-020.06974
2026-04-090.07076
2026-04-160.07251
2026-04-230.07176
2026-04-300.07041
2026-05-070.07132
2026-05-150.07098
2026-05-230.07063
2026-05-300.07175
2026-06-060.07198
2026-06-150.07397
2026-06-220.07523
2026-06-290.07603
2026-07-060.07655
2026-07-130.07490
2026-07-200.07355
2026-07-270.07363
2026-08-030.07441
2026-08-100.07519
2026-08-170.07478
2026-08-250.07414
2026-09-010.07372
2026-09-080.07356
2026-09-150.07239
2026-09-220.07252

High

0.08029

Low

0.06974

Average

0.07570

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=SAR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=SAR");
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=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&currencies=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.