Skip to content

TOP to EGP exchange rate API

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

21.8697

▲ +1.61% over 30D

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 30 days, TOP/EGP traded between 21.2424 and 22.2610, averaged 21.8186 and rose 1.61%. 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 30D

TOP/EGP over 30D: show the values
PointTOP/EGP
2026-08-2621.5227
2026-08-2721.5156
2026-08-2821.5309
2026-08-2921.2424
2026-08-3021.4082
2026-08-3121.7155
2026-09-0121.7471
2026-09-0221.8293
2026-09-0321.7939
2026-09-0421.7877
2026-09-0521.5733
2026-09-0621.6210
2026-09-0721.7454
2026-09-0821.8197
2026-09-0921.9013
2026-09-1021.9222
2026-09-1121.9188
2026-09-1221.7059
2026-09-1321.7724
2026-09-1421.9749
2026-09-1521.9838
2026-09-1622.0911
2026-09-1722.1626
2026-09-1822.0833
2026-09-1921.7836
2026-09-2022.0006
2026-09-2122.2610
2026-09-2222.1796
2026-09-2322.0230
2026-09-2421.8737
2026-09-2521.8343

High

22.2610

Low

21.2424

Average

21.8186

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.