Skip to content

KMF to HUF exchange rate API

Comoro Franc to Forint · quoted 2026-09-27

0.74344

▼ +6.40% over 1Y

1 KMF = 0.74344 HUF · 1 HUF = 1.3451 KMF · Get this rate via the API

1 KMF buys 0.74344 HUF as of 2026-09-27, so 1 HUF buys 1.3451 KMF. Over the last year, KMF/HUF traded between 0.71982 and 0.80206, averaged 0.76077 and fell 6.40%. The API holds daily KMF/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/HUF over 1Y

KMF/HUF over 1Y: show the values
PointKMF/HUF
2025-09-270.79431
2025-10-040.78914
2025-10-110.79727
2025-10-180.79164
2025-10-250.79272
2025-11-010.78927
2025-11-080.78233
2025-11-150.78117
2025-11-220.77956
2025-11-290.77540
2025-12-060.77633
2025-12-140.78239
2025-12-210.78626
2025-12-280.78780
2026-01-040.78103
2026-01-110.78404
2026-01-180.78425
2026-01-250.77463
2026-02-010.77488
2026-02-080.76798
2026-02-150.77009
2026-02-220.77270
2026-03-010.77164
2026-03-080.80206
2026-03-150.80056
2026-03-220.80173
2026-03-290.79308
2026-04-050.78177
2026-04-120.75630
2026-04-190.73716
2026-04-260.74296
2026-05-030.73659
2026-05-100.71982
2026-05-180.73111
2026-05-260.72232
2026-06-020.71990
2026-06-110.72245
2026-06-180.72106
2026-06-250.72445
2026-07-020.72123
2026-07-090.72677
2026-07-160.73382
2026-07-230.74314
2026-07-300.73412
2026-08-060.74007
2026-08-130.73687
2026-08-210.73688
2026-08-280.74168
2026-09-040.73852
2026-09-110.74140
2026-09-180.74269
2026-09-250.74032

High

0.80206

Low

0.71982

Average

0.76077

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=HUF").json()

Replace YOUR_API_KEY with the key from your dashboard.

KMF/HUF API questions

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

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

How far back does KMF/HUF historical data go?

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