Skip to content

PHP to HKD exchange rate API

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

0.12509

▼ +5.27% over YTD

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 year to date, PHP/HKD traded between 0.12506 and 0.13586, averaged 0.12922 and fell 5.27%. 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 YTD

PHP/HKD over YTD: show the values
PointPHP/HKD
2025-12-310.13205
2026-01-070.13127
2026-01-140.13112
2026-01-210.13163
2026-01-280.13278
2026-02-040.13243
2026-02-110.13351
2026-02-180.13503
2026-02-250.13586
2026-03-040.13370
2026-03-110.13209
2026-03-180.13063
2026-03-250.13018
2026-04-010.13022
2026-04-080.13186
2026-04-150.13036
2026-04-220.13020
2026-04-290.12721
2026-05-060.12897
2026-05-130.12754
2026-05-200.12696
2026-05-270.12749
2026-06-030.12687
2026-06-100.12766
2026-06-170.12964
2026-06-240.12773
2026-07-010.12724
2026-07-080.12735
2026-07-150.12708
2026-07-220.12694
2026-07-290.12772
2026-08-050.12910
2026-08-120.12817
2026-08-190.12684
2026-08-260.12712
2026-09-020.12539
2026-09-090.12549
2026-09-160.12506
2026-09-230.12541

High

0.13586

Low

0.12506

Average

0.12922

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.