Skip to content

TOP to EGP exchange rate API

Pa’anga to Egyptian Pound · quoted 2026-09-25

21.8697

▲ +6.13% over 1Y

1 TOP = 21.8697 EGP · 1 EGP = 0.04573 TOP · Get this rate via the API

1 TOP buys 21.8697 EGP as of 2026-09-25, so 1 EGP buys 0.04573 TOP. Over the last year, TOP/EGP traded between 19.7398 and 23.2236, averaged 21.1489 and rose 6.13%. The API holds daily TOP/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/EGP over 1Y

TOP/EGP over 1Y: show the values
PointTOP/EGP
2025-09-2520.6061
2025-10-0220.2162
2025-10-0920.1028
2025-10-1620.1781
2025-10-2320.1666
2025-10-3019.9006
2025-11-0620.0787
2025-11-1320.0318
2025-11-2019.7960
2025-11-2719.8747
2025-12-0419.8997
2025-12-1119.9214
2025-12-1819.8228
2025-12-2519.7398
2026-01-0119.9341
2026-01-0819.7496
2026-01-1519.9064
2026-01-2219.9569
2026-01-2919.9156
2026-02-0520.0147
2026-02-1220.0480
2026-02-1920.2015
2026-02-2620.4923
2026-03-0521.3758
2026-03-1222.3427
2026-03-1922.2483
2026-03-2622.5574
2026-04-0222.9406
2026-04-0922.5837
2026-04-1722.0470
2026-04-2422.3901
2026-05-0123.2236
2026-05-0822.4853
2026-05-1522.9846
2026-05-2222.6595
2026-05-2922.5699
2026-06-0522.1880
2026-06-1222.1101
2026-06-1921.3026
2026-06-2621.0446
2026-07-0320.7478
2026-07-1020.9698
2026-07-1721.6722
2026-07-2421.9340
2026-07-3121.7845
2026-08-0721.2873
2026-08-1421.2912
2026-08-2121.7209
2026-08-2821.5309
2026-09-0421.7877
2026-09-1121.9188
2026-09-1822.0833
2026-09-2521.8343

High

23.2236

Low

19.7398

Average

21.1489

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/EGP API questions

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

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

How far back does TOP/EGP historical data go?

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