TOP to EGP exchange rate API
Pa’anga to Egyptian Pound · quoted 2026-09-25
22.0152
▲ +6.84% over 1Y
1 TOP = 22.0152 EGP · 1 EGP = 0.04542 TOP · Get this rate via the API
1 TOP buys 22.0152 EGP as of 2026-09-25, so 1 EGP buys 0.04542 TOP. Over the last year, TOP/EGP traded between 19.7398 and 23.2236, averaged 21.1516 and rose 6.84%. 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: show the values
| Point | TOP/EGP |
|---|---|
| 2025-09-25 | 20.6061 |
| 2025-10-02 | 20.2162 |
| 2025-10-09 | 20.1028 |
| 2025-10-16 | 20.1781 |
| 2025-10-23 | 20.1666 |
| 2025-10-30 | 19.9006 |
| 2025-11-06 | 20.0787 |
| 2025-11-13 | 20.0318 |
| 2025-11-20 | 19.7960 |
| 2025-11-27 | 19.8747 |
| 2025-12-04 | 19.8997 |
| 2025-12-11 | 19.9214 |
| 2025-12-18 | 19.8228 |
| 2025-12-25 | 19.7398 |
| 2026-01-01 | 19.9341 |
| 2026-01-08 | 19.7496 |
| 2026-01-15 | 19.9064 |
| 2026-01-22 | 19.9569 |
| 2026-01-29 | 19.9156 |
| 2026-02-05 | 20.0147 |
| 2026-02-12 | 20.0480 |
| 2026-02-19 | 20.2015 |
| 2026-02-26 | 20.4923 |
| 2026-03-05 | 21.3758 |
| 2026-03-12 | 22.3427 |
| 2026-03-19 | 22.2483 |
| 2026-03-26 | 22.5574 |
| 2026-04-02 | 22.9406 |
| 2026-04-09 | 22.5837 |
| 2026-04-17 | 22.0470 |
| 2026-04-24 | 22.3901 |
| 2026-05-01 | 23.2236 |
| 2026-05-08 | 22.4853 |
| 2026-05-15 | 22.9846 |
| 2026-05-22 | 22.6595 |
| 2026-05-29 | 22.5699 |
| 2026-06-05 | 22.1880 |
| 2026-06-12 | 22.1101 |
| 2026-06-19 | 21.3026 |
| 2026-06-26 | 21.0446 |
| 2026-07-03 | 20.7478 |
| 2026-07-10 | 20.9698 |
| 2026-07-17 | 21.6722 |
| 2026-07-24 | 21.9340 |
| 2026-07-31 | 21.7845 |
| 2026-08-07 | 21.2873 |
| 2026-08-14 | 21.2912 |
| 2026-08-21 | 21.7209 |
| 2026-08-28 | 21.5309 |
| 2026-09-04 | 21.7877 |
| 2026-09-11 | 21.9188 |
| 2026-09-18 | 22.0833 |
| 2026-09-25 | 21.8343 |
High
23.2236
Low
19.7398
Average
21.1516
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.