GBP to PHP exchange rate API
Pound Sterling to Philippine Peso · quoted 2026-09-26
82.6837
▲ +17.95% over 5Y
1 GBP = 82.6837 PHP · 1 PHP = 0.01209 GBP · Get this rate via the API
1 GBP buys 82.6837 PHP as of 2026-09-26, so 1 PHP buys 0.01209 GBP. Over the last 5 years, GBP/PHP traded between 65.0592 and 84.2636, averaged 73.6852 and rose 17.95%. The API holds daily GBP/PHP rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
GBP/PHP over 5Y: show the values
| Point | GBP/PHP |
|---|---|
| 2021-09-27 | 70.1019 |
| 2021-11-08 | 67.8760 |
| 2021-12-20 | 66.0243 |
| 2022-01-31 | 68.5304 |
| 2022-03-14 | 68.4002 |
| 2022-04-27 | 65.5406 |
| 2022-06-08 | 66.3734 |
| 2022-07-20 | 67.3860 |
| 2022-08-31 | 65.2676 |
| 2022-10-12 | 65.0592 |
| 2022-11-23 | 68.2120 |
| 2023-01-05 | 67.0249 |
| 2023-02-16 | 66.3918 |
| 2023-03-30 | 67.1090 |
| 2023-05-16 | 70.1661 |
| 2023-06-27 | 70.4117 |
| 2023-08-08 | 71.6672 |
| 2023-09-19 | 70.3477 |
| 2023-10-31 | 69.0143 |
| 2023-12-12 | 69.9458 |
| 2024-01-26 | 71.7834 |
| 2024-03-08 | 71.3414 |
| 2024-04-23 | 71.4004 |
| 2024-06-05 | 75.1788 |
| 2024-07-17 | 75.9138 |
| 2024-08-27 | 74.4239 |
| 2024-10-01 | 75.5749 |
| 2024-10-31 | 75.6558 |
| 2024-11-30 | 74.6365 |
| 2024-12-30 | 72.8283 |
| 2025-01-29 | 72.5285 |
| 2025-02-28 | 73.0620 |
| 2025-03-30 | 74.4036 |
| 2025-04-29 | 75.0789 |
| 2025-05-29 | 75.0125 |
| 2025-06-28 | 77.5509 |
| 2025-07-28 | 76.8338 |
| 2025-08-27 | 76.9477 |
| 2025-09-26 | 77.6705 |
| 2025-10-26 | 78.2945 |
| 2025-11-25 | 77.3488 |
| 2025-12-25 | 79.5274 |
| 2026-01-24 | 80.4778 |
| 2026-02-23 | 77.7571 |
| 2026-03-25 | 80.4386 |
| 2026-04-24 | 81.8394 |
| 2026-05-24 | 83.0460 |
| 2026-06-23 | 80.6856 |
| 2026-07-23 | 82.4785 |
| 2026-08-22 | 84.2636 |
| 2026-09-21 | 84.1117 |
High
84.2636
Low
65.0592
Average
73.6852
Get this rate via the API
One GET request returns the GBP/PHP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=PHP").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/PHP API questions
How do I get the GBP/PHP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=PHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/PHP rate in rates.PHP.
How far back does GBP/PHP historical data go?
Daily GBP/PHP rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free GBP/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.