TOP to EGP exchange rate API
Pa’anga to Egyptian Pound · quoted 2026-09-25
21.8697
▲ +4.22% over 5Y
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 5 years, TOP/EGP traded between 19.8603 and 22.8601, averaged 21.0819 and rose 4.22%. 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 5Y: show the values
| Point | TOP/EGP |
|---|---|
| 2024-08-24 | 20.9843 |
| 2024-10-06 | 21.0064 |
| 2024-11-05 | 21.2129 |
| 2024-12-05 | 21.2394 |
| 2025-01-04 | 21.0612 |
| 2025-02-03 | 20.6333 |
| 2025-03-05 | 21.1661 |
| 2025-04-05 | 21.0264 |
| 2025-05-05 | 21.6313 |
| 2025-06-05 | 21.3609 |
| 2025-07-05 | 20.9585 |
| 2025-08-04 | 20.8863 |
| 2025-09-03 | 20.7020 |
| 2025-10-03 | 20.1818 |
| 2025-11-02 | 20.1324 |
| 2025-12-02 | 19.8603 |
| 2026-01-01 | 19.9341 |
| 2026-01-31 | 20.0198 |
| 2026-03-02 | 20.7965 |
| 2026-04-01 | 22.8601 |
| 2026-05-02 | 22.2779 |
| 2026-06-01 | 22.4034 |
| 2026-07-01 | 20.7310 |
| 2026-07-31 | 21.7845 |
| 2026-08-30 | 21.4082 |
High
22.8601
Low
19.8603
Average
21.0819
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.