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: show the values
| Point | HKD/KMF |
|---|---|
| 2025-09-25 | 53.8662 |
| 2025-10-02 | 53.8658 |
| 2025-10-09 | 54.3274 |
| 2025-10-16 | 54.2187 |
| 2025-10-23 | 54.5641 |
| 2025-10-30 | 54.5270 |
| 2025-11-06 | 54.9817 |
| 2025-11-13 | 54.6287 |
| 2025-11-20 | 54.8288 |
| 2025-11-27 | 54.4722 |
| 2025-12-04 | 54.1935 |
| 2025-12-12 | 53.8575 |
| 2025-12-19 | 53.9156 |
| 2025-12-26 | 53.6999 |
| 2026-01-02 | 53.6736 |
| 2026-01-09 | 54.1698 |
| 2026-01-16 | 54.3322 |
| 2026-01-23 | 53.7073 |
| 2026-01-30 | 52.9139 |
| 2026-02-06 | 53.4031 |
| 2026-02-13 | 53.0222 |
| 2026-02-20 | 53.5467 |
| 2026-02-27 | 53.3003 |
| 2026-03-06 | 54.1469 |
| 2026-03-13 | 54.5669 |
| 2026-03-20 | 54.2830 |
| 2026-03-27 | 54.4230 |
| 2026-04-03 | 54.4180 |
| 2026-04-10 | 53.7489 |
| 2026-04-17 | 53.5055 |
| 2026-04-24 | 53.8612 |
| 2026-05-01 | 53.6104 |
| 2026-05-08 | 53.5247 |
| 2026-05-16 | 54.0442 |
| 2026-05-24 | 54.1089 |
| 2026-05-31 | 53.8413 |
| 2026-06-09 | 54.4120 |
| 2026-06-16 | 54.2313 |
| 2026-06-23 | 54.9020 |
| 2026-06-30 | 55.0363 |
| 2026-07-07 | 54.8502 |
| 2026-07-14 | 55.1010 |
| 2026-07-21 | 54.9884 |
| 2026-07-28 | 55.1364 |
| 2026-08-04 | 54.4951 |
| 2026-08-11 | 54.3071 |
| 2026-08-18 | 54.1736 |
| 2026-08-26 | 53.7850 |
| 2026-09-02 | 54.1763 |
| 2026-09-09 | 53.9353 |
| 2026-09-16 | 54.3308 |
| 2026-09-23 | 54.8913 |
High
55.1614
Low
52.9139
Average
54.1889
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.