Skip to content

EGP to PHP exchange rate API

Egyptian Pound to Philippine Peso · quoted 2026-09-25

1.2112

▲ +5.95% over 6M

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 6 months, EGP/PHP traded between 1.1098 and 1.2496, averaged 1.1934 and rose 5.95%. 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 6M

EGP/PHP over 6M: show the values
PointEGP/PHP
2026-03-291.1432
2026-04-051.1098
2026-04-121.1269
2026-04-191.1523
2026-04-261.1572
2026-05-031.1472
2026-05-101.1507
2026-05-171.1678
2026-05-241.1665
2026-05-311.1787
2026-06-071.1832
2026-06-141.1779
2026-06-211.2175
2026-06-281.2399
2026-07-051.2496
2026-07-121.2391
2026-07-191.2208
2026-07-261.2061
2026-08-021.2020
2026-08-091.2289
2026-08-161.2252
2026-08-231.2149
2026-08-301.2468
2026-09-061.2314
2026-09-131.2237
2026-09-201.2047

High

1.2496

Low

1.1098

Average

1.1934

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.