Skip to content

HKD to PHP exchange rate API

Hong Kong Dollar to Philippine Peso · quoted 2026-09-25

7.9939

▲ +21.55% over 5Y

1 HKD = 7.9939 PHP · 1 PHP = 0.12509 HKD · Get this rate via the API

1 HKD buys 7.9939 PHP as of 2026-09-25, so 1 PHP buys 0.12509 HKD. Over the last 5 years, HKD/PHP traded between 6.3969 and 8.0040, averaged 7.2971 and rose 21.55%. The API holds daily HKD/PHP rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

HKD/PHP over 5Y

HKD/PHP over 5Y: show the values
PointHKD/PHP
2021-09-276.5764
2021-11-086.4340
2021-12-206.3969
2022-01-316.5505
2022-03-146.6886
2022-04-276.6464
2022-06-086.7397
2022-07-207.1692
2022-08-317.1543
2022-10-127.5005
2022-11-237.2996
2023-01-057.1490
2023-02-167.0264
2023-03-306.9236
2023-05-167.1519
2023-06-277.0582
2023-08-087.2226
2023-09-197.2453
2023-10-317.2576
2023-12-127.1231
2024-01-267.2151
2024-03-087.1071
2024-04-237.3458
2024-06-057.5306
2024-07-177.4622
2024-08-277.2172
2024-10-017.2931
2024-10-317.4900
2024-11-307.5315
2024-12-307.4522
2025-01-297.4974
2025-02-287.4531
2025-03-307.3936
2025-04-297.2308
2025-05-297.1063
2025-06-287.2067
2025-07-287.2892
2025-08-277.3563
2025-09-267.4746
2025-10-267.5660
2025-11-257.5675
2025-12-257.5682
2026-01-247.5625
2026-02-237.3710
2026-03-257.6819
2026-04-247.7416
2026-05-247.8830
2026-06-237.7873
2026-07-237.8776
2026-08-227.8766
2026-09-218.0040

High

8.0040

Low

6.3969

Average

7.2971

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/PHP API questions

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

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

How far back does HKD/PHP historical data go?

Daily HKD/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 HKD/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.