Skip to content

HKD to KMF exchange rate API

Hong Kong Dollar to Comoro Franc · quoted 2026-09-25

55.1614

▲ +2.40% over 1Y

1 HKD = 55.1614 KMF · 1 KMF = 0.01813 HKD · Get this rate via the API

1 HKD buys 55.1614 KMF as of 2026-09-25, so 1 KMF buys 0.01813 HKD. Over the last year, HKD/KMF traded between 52.9139 and 55.1614, averaged 54.1889 and rose 2.40%. The API holds daily HKD/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/KMF over 1Y

HKD/KMF over 1Y: show the values
PointHKD/KMF
2025-09-2553.8662
2025-10-0253.8658
2025-10-0954.3274
2025-10-1654.2187
2025-10-2354.5641
2025-10-3054.5270
2025-11-0654.9817
2025-11-1354.6287
2025-11-2054.8288
2025-11-2754.4722
2025-12-0454.1935
2025-12-1253.8575
2025-12-1953.9156
2025-12-2653.6999
2026-01-0253.6736
2026-01-0954.1698
2026-01-1654.3322
2026-01-2353.7073
2026-01-3052.9139
2026-02-0653.4031
2026-02-1353.0222
2026-02-2053.5467
2026-02-2753.3003
2026-03-0654.1469
2026-03-1354.5669
2026-03-2054.2830
2026-03-2754.4230
2026-04-0354.4180
2026-04-1053.7489
2026-04-1753.5055
2026-04-2453.8612
2026-05-0153.6104
2026-05-0853.5247
2026-05-1654.0442
2026-05-2454.1089
2026-05-3153.8413
2026-06-0954.4120
2026-06-1654.2313
2026-06-2354.9020
2026-06-3055.0363
2026-07-0754.8502
2026-07-1455.1010
2026-07-2154.9884
2026-07-2855.1364
2026-08-0454.4951
2026-08-1154.3071
2026-08-1854.1736
2026-08-2653.7850
2026-09-0254.1763
2026-09-0953.9353
2026-09-1654.3308
2026-09-2354.8913

High

55.1614

Low

52.9139

Average

54.1889

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/KMF API questions

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

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

How far back does HKD/KMF historical data go?

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