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: show the values
| Point | TOP/EGP |
|---|---|
| 2025-12-31 | 20.0390 |
| 2026-01-07 | 19.8324 |
| 2026-01-14 | 19.8925 |
| 2026-01-21 | 20.0507 |
| 2026-01-28 | 20.0092 |
| 2026-02-04 | 20.1212 |
| 2026-02-11 | 20.0754 |
| 2026-02-18 | 20.0626 |
| 2026-02-25 | 20.4919 |
| 2026-03-04 | 21.3253 |
| 2026-03-11 | 22.1097 |
| 2026-03-18 | 22.3380 |
| 2026-03-25 | 22.3932 |
| 2026-04-01 | 22.8601 |
| 2026-04-08 | 22.8885 |
| 2026-04-16 | 22.3545 |
| 2026-04-23 | 22.3142 |
| 2026-04-30 | 23.0216 |
| 2026-05-07 | 22.6206 |
| 2026-05-14 | 22.8079 |
| 2026-05-21 | 22.8262 |
| 2026-05-28 | 22.3781 |
| 2026-06-04 | 22.1093 |
| 2026-06-11 | 21.9560 |
| 2026-06-18 | 21.5519 |
| 2026-06-25 | 20.9321 |
| 2026-07-02 | 20.7156 |
| 2026-07-09 | 20.9505 |
| 2026-07-16 | 21.4771 |
| 2026-07-23 | 21.8932 |
| 2026-07-30 | 21.6672 |
| 2026-08-06 | 21.0812 |
| 2026-08-13 | 21.3061 |
| 2026-08-20 | 21.6702 |
| 2026-08-27 | 21.5156 |
| 2026-09-03 | 21.7939 |
| 2026-09-10 | 21.9222 |
| 2026-09-17 | 22.1626 |
| 2026-09-24 | 21.8737 |
High
23.0216
Low
19.8324
Average
21.5315
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.