Skip to content

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

GBP/PHP over 5Y: show the values
PointGBP/PHP
2021-09-2770.1019
2021-11-0867.8760
2021-12-2066.0243
2022-01-3168.5304
2022-03-1468.4002
2022-04-2765.5406
2022-06-0866.3734
2022-07-2067.3860
2022-08-3165.2676
2022-10-1265.0592
2022-11-2368.2120
2023-01-0567.0249
2023-02-1666.3918
2023-03-3067.1090
2023-05-1670.1661
2023-06-2770.4117
2023-08-0871.6672
2023-09-1970.3477
2023-10-3169.0143
2023-12-1269.9458
2024-01-2671.7834
2024-03-0871.3414
2024-04-2371.4004
2024-06-0575.1788
2024-07-1775.9138
2024-08-2774.4239
2024-10-0175.5749
2024-10-3175.6558
2024-11-3074.6365
2024-12-3072.8283
2025-01-2972.5285
2025-02-2873.0620
2025-03-3074.4036
2025-04-2975.0789
2025-05-2975.0125
2025-06-2877.5509
2025-07-2876.8338
2025-08-2776.9477
2025-09-2677.6705
2025-10-2678.2945
2025-11-2577.3488
2025-12-2579.5274
2026-01-2480.4778
2026-02-2377.7571
2026-03-2580.4386
2026-04-2481.8394
2026-05-2483.0460
2026-06-2380.6856
2026-07-2382.4785
2026-08-2284.2636
2026-09-2184.1117

High

84.2636

Low

65.0592

Average

73.6852

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=PHP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&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=GBP&currencies=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&currencies=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.