Skip to content

EGP to PHP exchange rate API

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

1.2047

▼ +2.21% over 30D

1 EGP = 1.2047 PHP · 1 PHP = 0.83006 EGP · Get this rate via the API

1 EGP buys 1.2047 PHP as of 2026-09-26, so 1 PHP buys 0.83006 EGP. Over the last 30 days, EGP/PHP traded between 1.2028 and 1.2468, averaged 1.2200 and fell 2.21%. 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 30D

EGP/PHP over 30D: show the values
PointEGP/PHP
2026-08-271.2320
2026-08-281.2388
2026-08-291.2435
2026-08-301.2468
2026-08-311.2297
2026-09-011.2273
2026-09-021.2263
2026-09-031.2272
2026-09-041.2297
2026-09-051.2317
2026-09-061.2314
2026-09-071.2302
2026-09-081.2261
2026-09-091.2221
2026-09-101.2201
2026-09-111.2195
2026-09-121.2181
2026-09-131.2237
2026-09-141.2197
2026-09-151.2123
2026-09-161.2053
2026-09-171.2028
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
2026-09-261.2047

High

1.2468

Low

1.2028

Average

1.2200

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.