Skip to content

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

EGP/PHP over 1Y: show the values
PointEGP/PHP
2025-09-251.2080
2025-10-021.2162
2025-10-091.2234
2025-10-161.2200
2025-10-231.2323
2025-10-301.2474
2025-11-061.2421
2025-11-131.2477
2025-11-201.2457
2025-11-271.2329
2025-12-041.2416
2025-12-111.2410
2025-12-181.2318
2025-12-251.2378
2026-01-011.2355
2026-01-081.2517
2026-01-151.2587
2026-01-221.2519
2026-01-291.2597
2026-02-051.2514
2026-02-121.2391
2026-02-191.2275
2026-02-261.2025
2026-03-051.1687
2026-03-121.1383
2026-03-191.1514
2026-03-261.1430
2026-04-021.1233
2026-04-091.1249
2026-04-161.1564
2026-04-231.1531
2026-04-301.1509
2026-05-071.1453
2026-05-141.1631
2026-05-211.1601
2026-05-281.1788
2026-06-041.1874
2026-06-111.1811
2026-06-181.2146
2026-06-251.2344
2026-07-021.2544
2026-07-091.2413
2026-07-161.2202
2026-07-231.2041
2026-07-301.2074
2026-08-061.2218
2026-08-131.2212
2026-08-201.2157
2026-08-271.2320
2026-09-031.2272
2026-09-101.2201
2026-09-171.2028
2026-09-241.2152

High

1.2597

Low

1.1233

Average

1.2095

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.