EGP to PHP exchange rate API
Egyptian Pound to Philippine Peso · quoted 2026-09-25
1.2111
▲ +0.26% over 1Y
1 EGP = 1.2111 PHP · 1 PHP = 0.82566 EGP · Get this rate via the API
1 EGP buys 1.2111 PHP as of 2026-09-25, so 1 PHP buys 0.82566 EGP. Over the last year, EGP/PHP traded between 1.1233 and 1.2597, averaged 1.2095 and rose 0.26%. 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 1Y: show the values
| Point | EGP/PHP |
|---|---|
| 2025-09-25 | 1.2080 |
| 2025-10-02 | 1.2162 |
| 2025-10-09 | 1.2234 |
| 2025-10-16 | 1.2200 |
| 2025-10-23 | 1.2323 |
| 2025-10-30 | 1.2474 |
| 2025-11-06 | 1.2421 |
| 2025-11-13 | 1.2477 |
| 2025-11-20 | 1.2457 |
| 2025-11-27 | 1.2329 |
| 2025-12-04 | 1.2416 |
| 2025-12-11 | 1.2410 |
| 2025-12-18 | 1.2318 |
| 2025-12-25 | 1.2378 |
| 2026-01-01 | 1.2355 |
| 2026-01-08 | 1.2517 |
| 2026-01-15 | 1.2587 |
| 2026-01-22 | 1.2519 |
| 2026-01-29 | 1.2597 |
| 2026-02-05 | 1.2514 |
| 2026-02-12 | 1.2391 |
| 2026-02-19 | 1.2275 |
| 2026-02-26 | 1.2025 |
| 2026-03-05 | 1.1687 |
| 2026-03-12 | 1.1383 |
| 2026-03-19 | 1.1514 |
| 2026-03-26 | 1.1430 |
| 2026-04-02 | 1.1233 |
| 2026-04-09 | 1.1249 |
| 2026-04-16 | 1.1564 |
| 2026-04-23 | 1.1531 |
| 2026-04-30 | 1.1509 |
| 2026-05-07 | 1.1453 |
| 2026-05-14 | 1.1631 |
| 2026-05-21 | 1.1601 |
| 2026-05-28 | 1.1788 |
| 2026-06-04 | 1.1874 |
| 2026-06-11 | 1.1811 |
| 2026-06-18 | 1.2146 |
| 2026-06-25 | 1.2344 |
| 2026-07-02 | 1.2544 |
| 2026-07-09 | 1.2413 |
| 2026-07-16 | 1.2202 |
| 2026-07-23 | 1.2041 |
| 2026-07-30 | 1.2074 |
| 2026-08-06 | 1.2218 |
| 2026-08-13 | 1.2212 |
| 2026-08-20 | 1.2157 |
| 2026-08-27 | 1.2320 |
| 2026-09-03 | 1.2272 |
| 2026-09-10 | 1.2201 |
| 2026-09-17 | 1.2028 |
| 2026-09-24 | 1.2152 |
High
1.2597
Low
1.1233
Average
1.2095
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.