Skip to content

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

EGP/PHP over 5Y: show the values
PointEGP/PHP
2024-08-241.1529
2024-10-061.1713
2024-11-051.2080
2024-12-051.1608
2025-01-041.1469
2025-02-031.1760
2025-03-051.1493
2025-04-051.1344
2025-05-051.0982
2025-06-051.1196
2025-07-051.1476
2025-08-041.1789
2025-09-031.1811
2025-10-031.2128
2025-11-021.2474
2025-12-021.2347
2026-01-011.2355
2026-01-311.2502
2026-03-021.1930
2026-04-011.1154
2026-05-011.1491
2026-05-311.1787
2026-06-301.2475
2026-07-301.2074
2026-08-291.2435

High

1.2502

Low

1.0982

Average

1.1827

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=PHP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=PHP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.