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: show the values
| Point | TOP/EGP |
|---|---|
| 2026-08-26 | 21.5227 |
| 2026-08-27 | 21.5156 |
| 2026-08-28 | 21.5309 |
| 2026-08-29 | 21.2424 |
| 2026-08-30 | 21.4082 |
| 2026-08-31 | 21.7155 |
| 2026-09-01 | 21.7471 |
| 2026-09-02 | 21.8293 |
| 2026-09-03 | 21.7939 |
| 2026-09-04 | 21.7877 |
| 2026-09-05 | 21.5733 |
| 2026-09-06 | 21.6210 |
| 2026-09-07 | 21.7454 |
| 2026-09-08 | 21.8197 |
| 2026-09-09 | 21.9013 |
| 2026-09-10 | 21.9222 |
| 2026-09-11 | 21.9188 |
| 2026-09-12 | 21.7059 |
| 2026-09-13 | 21.7724 |
| 2026-09-14 | 21.9749 |
| 2026-09-15 | 21.9838 |
| 2026-09-16 | 22.0911 |
| 2026-09-17 | 22.1626 |
| 2026-09-18 | 22.0833 |
| 2026-09-19 | 21.7836 |
| 2026-09-20 | 22.0006 |
| 2026-09-21 | 22.2610 |
| 2026-09-22 | 22.1796 |
| 2026-09-23 | 22.0230 |
| 2026-09-24 | 21.8737 |
| 2026-09-25 | 21.8343 |
High
22.2610
Low
21.2424
Average
21.8186
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.