Skip to content

PHP to HKD exchange rate API

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

0.12509

▼ +6.43% over 1Y

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

1 PHP buys 0.12509 HKD as of 2026-09-25, so 1 HKD buys 7.9940 PHP. Over the last year, PHP/HKD traded between 0.12498 and 0.13576, averaged 0.13006 and fell 6.43%. The API holds daily PHP/HKD rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

PHP/HKD over 1Y

PHP/HKD over 1Y: show the values
PointPHP/HKD
2025-09-250.13368
2025-10-020.13388
2025-10-090.13372
2025-10-160.13386
2025-10-230.13257
2025-10-300.13179
2025-11-060.13218
2025-11-130.13196
2025-11-200.13185
2025-11-270.13235
2025-12-040.13185
2025-12-110.13189
2025-12-180.13277
2025-12-250.13213
2026-01-010.13213
2026-01-080.13172
2026-01-150.13104
2026-01-220.13186
2026-01-290.13229
2026-02-050.13300
2026-02-120.13472
2026-02-190.13462
2026-02-260.13576
2026-03-050.13341
2026-03-120.13171
2026-03-190.13017
2026-03-260.12993
2026-04-020.12929
2026-04-090.13101
2026-04-160.13046
2026-04-230.12965
2026-04-300.12745
2026-05-070.12972
2026-05-140.12731
2026-05-210.12719
2026-05-280.12727
2026-06-040.12720
2026-06-110.12777
2026-06-180.12926
2026-06-250.12815
2026-07-020.12739
2026-07-090.12721
2026-07-160.12721
2026-07-230.12694
2026-07-300.12746
2026-08-060.12904
2026-08-130.12796
2026-08-200.12707
2026-08-270.12663
2026-09-030.12544
2026-09-100.12531
2026-09-170.12509
2026-09-240.12498

High

0.13576

Low

0.12498

Average

0.13006

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PHP/HKD API questions

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

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

How far back does PHP/HKD historical data go?

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