Skip to content

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

HKD/XPF over 1Y: show the values
PointHKD/XPF
2025-09-2512.9069
2025-10-0213.0789
2025-10-0913.1781
2025-10-1613.2008
2025-10-2313.2533
2025-10-3013.2626
2025-11-0613.3222
2025-11-1313.2543
2025-11-2013.2921
2025-11-2713.2406
2025-12-0413.1757
2025-12-1113.1395
2025-12-1813.0747
2025-12-2513.0311
2026-01-0113.0458
2026-01-0813.1046
2026-01-1513.1602
2026-01-2213.1030
2026-01-2912.8579
2026-02-0512.9119
2026-02-1212.8416
2026-02-1912.9406
2026-02-2612.8889
2026-03-0513.0911
2026-03-1213.1569
2026-03-1913.2698
2026-03-2613.2177
2026-04-0213.2108
2026-04-0913.1190
2026-04-1612.9630
2026-04-2313.0266
2026-04-3013.0389
2026-05-0712.9883
2026-05-1413.0227
2026-05-2113.0981
2026-05-2813.0854
2026-06-0413.1169
2026-06-1113.2042
2026-06-1813.2363
2026-06-2513.3623
2026-07-0213.3325
2026-07-0913.3242
2026-07-1613.2911
2026-07-2313.3422
2026-07-3013.2632
2026-08-0613.1640
2026-08-1313.1773
2026-08-2013.0344
2026-08-2713.0616
2026-09-0313.1034
2026-09-1013.0506
2026-09-1713.2565
2026-09-2413.3679

High

13.3826

Low

12.8416

Average

13.1412

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=XPF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=XPF");
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=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&currencies=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.