HKD to XPF exchange rate API
Hong Kong Dollar to CFP Franc · quoted 2026-09-25
13.3826
▲ +3.69% over 1Y
1 HKD = 13.3826 XPF · 1 XPF = 0.07472 HKD · Get this rate via the API
1 HKD buys 13.3826 XPF as of 2026-09-25, so 1 XPF buys 0.07472 HKD. Over the last year, HKD/XPF traded between 12.8416 and 13.3826, averaged 13.1412 and rose 3.69%. The API holds daily HKD/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/XPF over 1Y: show the values
| Point | HKD/XPF |
|---|---|
| 2025-09-25 | 12.9069 |
| 2025-10-02 | 13.0789 |
| 2025-10-09 | 13.1781 |
| 2025-10-16 | 13.2008 |
| 2025-10-23 | 13.2533 |
| 2025-10-30 | 13.2626 |
| 2025-11-06 | 13.3222 |
| 2025-11-13 | 13.2543 |
| 2025-11-20 | 13.2921 |
| 2025-11-27 | 13.2406 |
| 2025-12-04 | 13.1757 |
| 2025-12-11 | 13.1395 |
| 2025-12-18 | 13.0747 |
| 2025-12-25 | 13.0311 |
| 2026-01-01 | 13.0458 |
| 2026-01-08 | 13.1046 |
| 2026-01-15 | 13.1602 |
| 2026-01-22 | 13.1030 |
| 2026-01-29 | 12.8579 |
| 2026-02-05 | 12.9119 |
| 2026-02-12 | 12.8416 |
| 2026-02-19 | 12.9406 |
| 2026-02-26 | 12.8889 |
| 2026-03-05 | 13.0911 |
| 2026-03-12 | 13.1569 |
| 2026-03-19 | 13.2698 |
| 2026-03-26 | 13.2177 |
| 2026-04-02 | 13.2108 |
| 2026-04-09 | 13.1190 |
| 2026-04-16 | 12.9630 |
| 2026-04-23 | 13.0266 |
| 2026-04-30 | 13.0389 |
| 2026-05-07 | 12.9883 |
| 2026-05-14 | 13.0227 |
| 2026-05-21 | 13.0981 |
| 2026-05-28 | 13.0854 |
| 2026-06-04 | 13.1169 |
| 2026-06-11 | 13.2042 |
| 2026-06-18 | 13.2363 |
| 2026-06-25 | 13.3623 |
| 2026-07-02 | 13.3325 |
| 2026-07-09 | 13.3242 |
| 2026-07-16 | 13.2911 |
| 2026-07-23 | 13.3422 |
| 2026-07-30 | 13.2632 |
| 2026-08-06 | 13.1640 |
| 2026-08-13 | 13.1773 |
| 2026-08-20 | 13.0344 |
| 2026-08-27 | 13.0616 |
| 2026-09-03 | 13.1034 |
| 2026-09-10 | 13.0506 |
| 2026-09-17 | 13.2565 |
| 2026-09-24 | 13.3679 |
High
13.3826
Low
12.8416
Average
13.1412
Get this rate via the API
One GET request returns the HKD/XPF 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=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/XPF API questions
How do I get the HKD/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/XPF rate in rates.XPF.
How far back does HKD/XPF historical data go?
Daily HKD/XPF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free HKD/XPF 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.