Skip to content

TOP to EGP exchange rate API

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

21.8697

▲ +9.14% over YTD

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 year to date, TOP/EGP traded between 19.8324 and 23.0216, averaged 21.5315 and rose 9.14%. 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 YTD

TOP/EGP over YTD: show the values
PointTOP/EGP
2025-12-3120.0390
2026-01-0719.8324
2026-01-1419.8925
2026-01-2120.0507
2026-01-2820.0092
2026-02-0420.1212
2026-02-1120.0754
2026-02-1820.0626
2026-02-2520.4919
2026-03-0421.3253
2026-03-1122.1097
2026-03-1822.3380
2026-03-2522.3932
2026-04-0122.8601
2026-04-0822.8885
2026-04-1622.3545
2026-04-2322.3142
2026-04-3023.0216
2026-05-0722.6206
2026-05-1422.8079
2026-05-2122.8262
2026-05-2822.3781
2026-06-0422.1093
2026-06-1121.9560
2026-06-1821.5519
2026-06-2520.9321
2026-07-0220.7156
2026-07-0920.9505
2026-07-1621.4771
2026-07-2321.8932
2026-07-3021.6672
2026-08-0621.0812
2026-08-1321.3061
2026-08-2021.6702
2026-08-2721.5156
2026-09-0321.7939
2026-09-1021.9222
2026-09-1722.1626
2026-09-2421.8737

High

23.0216

Low

19.8324

Average

21.5315

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.