Skip to content

PHP to EGP exchange rate API

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

0.82566

▼ +0.26% over 1Y

1 PHP = 0.82566 EGP · 1 EGP = 1.2111 PHP · Get this rate via the API

1 PHP buys 0.82566 EGP as of 2026-09-25, so 1 EGP buys 1.2111 PHP. Over the last year, PHP/EGP traded between 0.79385 and 0.89026, averaged 0.82758 and fell 0.26%. The API holds daily PHP/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PHP/EGP over 1Y

PHP/EGP over 1Y: show the values
PointPHP/EGP
2025-09-250.82779
2025-10-020.82221
2025-10-090.81742
2025-10-160.81970
2025-10-230.81151
2025-10-300.80167
2025-11-060.80510
2025-11-130.80147
2025-11-200.80275
2025-11-270.81107
2025-12-040.80539
2025-12-110.80583
2025-12-180.81182
2025-12-250.80790
2026-01-010.80936
2026-01-080.79893
2026-01-150.79445
2026-01-220.79876
2026-01-290.79385
2026-02-050.79910
2026-02-120.80704
2026-02-190.81467
2026-02-260.83161
2026-03-050.85565
2026-03-120.87849
2026-03-190.86853
2026-03-260.87489
2026-04-020.89026
2026-04-090.88897
2026-04-160.86475
2026-04-230.86720
2026-04-300.86889
2026-05-070.87316
2026-05-140.85974
2026-05-210.86196
2026-05-280.84833
2026-06-040.84221
2026-06-110.84668
2026-06-180.82330
2026-06-250.81012
2026-07-020.79720
2026-07-090.80562
2026-07-160.81952
2026-07-230.83050
2026-07-300.82823
2026-08-060.81848
2026-08-130.81885
2026-08-200.82257
2026-08-270.81167
2026-09-030.81485
2026-09-100.81958
2026-09-170.83137
2026-09-240.82292

High

0.89026

Low

0.79385

Average

0.82758

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

PHP/EGP API questions

How do I get the PHP/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PHP/EGP rate in rates.EGP.

How far back does PHP/EGP historical data go?

Daily PHP/EGP 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 PHP/EGP 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.