Skip to content

EGP to ZAR exchange rate API

Egyptian Pound to Rand · quoted 2026-09-24

0.31683

▼ +8.67% over YTD

1 EGP = 0.31683 ZAR · 1 ZAR = 3.1562 EGP · Get this rate via the API

1 EGP buys 0.31683 ZAR as of 2026-09-24, so 1 ZAR buys 3.1562 EGP. Over the year to date, EGP/ZAR traded between 0.30216 and 0.34816, averaged 0.32411 and fell 8.67%. The API holds daily EGP/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/ZAR over YTD

EGP/ZAR over YTD: show the values
PointEGP/ZAR
2025-12-310.34692
2026-01-070.34816
2026-01-140.34727
2026-01-210.34397
2026-01-280.33845
2026-02-040.33948
2026-02-110.33938
2026-02-180.34135
2026-02-250.33118
2026-03-040.32607
2026-03-110.31587
2026-03-180.32294
2026-03-250.32173
2026-04-010.31100
2026-04-080.30216
2026-04-150.31472
2026-04-220.31728
2026-04-290.31353
2026-05-060.30872
2026-05-130.31087
2026-05-200.31138
2026-05-270.31328
2026-06-030.31330
2026-06-100.32056
2026-06-170.32448
2026-06-240.33468
2026-07-010.33449
2026-07-080.33243
2026-07-150.32372
2026-07-220.32180
2026-07-290.33098
2026-08-050.32721
2026-08-120.32125
2026-08-190.32089
2026-08-260.31653
2026-09-020.31557
2026-09-090.31367
2026-09-160.31258
2026-09-230.31750

High

0.34816

Low

0.30216

Average

0.32411

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/ZAR API questions

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

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

How far back does EGP/ZAR historical data go?

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