EGP to PHP exchange rate API
Egyptian Pound to Philippine Peso · quoted 2026-09-25
1.2112
▲ +5.06% over 5Y
1 EGP = 1.2112 PHP · 1 PHP = 0.82561 EGP · Get this rate via the API
1 EGP buys 1.2112 PHP as of 2026-09-25, so 1 PHP buys 0.82561 EGP. Over the last 5 years, EGP/PHP traded between 1.0982 and 1.2502, averaged 1.1827 and rose 5.06%. The API holds daily EGP/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/PHP over 5Y: show the values
| Point | EGP/PHP |
|---|---|
| 2024-08-24 | 1.1529 |
| 2024-10-06 | 1.1713 |
| 2024-11-05 | 1.2080 |
| 2024-12-05 | 1.1608 |
| 2025-01-04 | 1.1469 |
| 2025-02-03 | 1.1760 |
| 2025-03-05 | 1.1493 |
| 2025-04-05 | 1.1344 |
| 2025-05-05 | 1.0982 |
| 2025-06-05 | 1.1196 |
| 2025-07-05 | 1.1476 |
| 2025-08-04 | 1.1789 |
| 2025-09-03 | 1.1811 |
| 2025-10-03 | 1.2128 |
| 2025-11-02 | 1.2474 |
| 2025-12-02 | 1.2347 |
| 2026-01-01 | 1.2355 |
| 2026-01-31 | 1.2502 |
| 2026-03-02 | 1.1930 |
| 2026-04-01 | 1.1154 |
| 2026-05-01 | 1.1491 |
| 2026-05-31 | 1.1787 |
| 2026-06-30 | 1.2475 |
| 2026-07-30 | 1.2074 |
| 2026-08-29 | 1.2435 |
High
1.2502
Low
1.0982
Average
1.1827
Get this rate via the API
One GET request returns the EGP/PHP 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=EGP¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=PHP").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/PHP API questions
How do I get the EGP/PHP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=PHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/PHP rate in rates.PHP.
How far back does EGP/PHP historical data go?
Daily EGP/PHP 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 EGP/PHP 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.