Skip to content

EGP to PHP exchange rate API

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

1.2112

▲ +0.53% over 7D

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 7 days, EGP/PHP traded between 1.2047 and 1.2152, averaged 1.2087 and rose 0.53%. 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 7D

EGP/PHP over 7D: show the values
PointEGP/PHP
2026-09-181.2048
2026-09-191.2053
2026-09-201.2047
2026-09-211.2078
2026-09-221.2080
2026-09-231.2148
2026-09-241.2152
2026-09-251.2068

High

1.2152

Low

1.2047

Average

1.2087

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.