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: show the values
| Point | HKD/PHP |
|---|---|
| 2021-09-27 | 6.5764 |
| 2021-11-08 | 6.4340 |
| 2021-12-20 | 6.3969 |
| 2022-01-31 | 6.5505 |
| 2022-03-14 | 6.6886 |
| 2022-04-27 | 6.6464 |
| 2022-06-08 | 6.7397 |
| 2022-07-20 | 7.1692 |
| 2022-08-31 | 7.1543 |
| 2022-10-12 | 7.5005 |
| 2022-11-23 | 7.2996 |
| 2023-01-05 | 7.1490 |
| 2023-02-16 | 7.0264 |
| 2023-03-30 | 6.9236 |
| 2023-05-16 | 7.1519 |
| 2023-06-27 | 7.0582 |
| 2023-08-08 | 7.2226 |
| 2023-09-19 | 7.2453 |
| 2023-10-31 | 7.2576 |
| 2023-12-12 | 7.1231 |
| 2024-01-26 | 7.2151 |
| 2024-03-08 | 7.1071 |
| 2024-04-23 | 7.3458 |
| 2024-06-05 | 7.5306 |
| 2024-07-17 | 7.4622 |
| 2024-08-27 | 7.2172 |
| 2024-10-01 | 7.2931 |
| 2024-10-31 | 7.4900 |
| 2024-11-30 | 7.5315 |
| 2024-12-30 | 7.4522 |
| 2025-01-29 | 7.4974 |
| 2025-02-28 | 7.4531 |
| 2025-03-30 | 7.3936 |
| 2025-04-29 | 7.2308 |
| 2025-05-29 | 7.1063 |
| 2025-06-28 | 7.2067 |
| 2025-07-28 | 7.2892 |
| 2025-08-27 | 7.3563 |
| 2025-09-26 | 7.4746 |
| 2025-10-26 | 7.5660 |
| 2025-11-25 | 7.5675 |
| 2025-12-25 | 7.5682 |
| 2026-01-24 | 7.5625 |
| 2026-02-23 | 7.3710 |
| 2026-03-25 | 7.6819 |
| 2026-04-24 | 7.7416 |
| 2026-05-24 | 7.8830 |
| 2026-06-23 | 7.7873 |
| 2026-07-23 | 7.8776 |
| 2026-08-22 | 7.8766 |
| 2026-09-21 | 8.0040 |
High
8.0040
Low
6.3969
Average
7.2971
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.