Skip to content

KMF to KRW exchange rate API

Comoro Franc to Won · quoted 2026-09-25

3.1529

▲ +4.48% over 5Y

1 KMF = 3.1529 KRW · 1 KRW = 0.31717 KMF · Get this rate via the API

1 KMF buys 3.1529 KRW as of 2026-09-25, so 1 KRW buys 0.31717 KMF. Over the last 5 years, KMF/KRW traded between 2.9986 and 3.6141, averaged 3.2798 and rose 4.48%. The API holds daily KMF/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/KRW over 5Y

KMF/KRW over 5Y: show the values
PointKMF/KRW
2024-08-243.0177
2024-10-072.9986
2024-11-063.0903
2024-12-063.0501
2025-01-053.0297
2025-02-043.0506
2025-03-063.1836
2025-04-063.2011
2025-05-063.1706
2025-06-073.1514
2025-07-073.2721
2025-08-063.2646
2025-09-053.2976
2025-10-063.3652
2025-11-053.3734
2025-12-053.4883
2026-01-053.4450
2026-02-043.4991
2026-03-063.5078
2026-04-053.5496
2026-05-053.5028
2026-06-063.6141
2026-07-083.5019
2026-08-073.3165
2026-09-073.1811

High

3.6141

Low

2.9986

Average

3.2798

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/KRW API questions

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

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

How far back does KMF/KRW historical data go?

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