Skip to content

KMF to VND exchange rate API

Comoro Franc to Dong · quoted 2026-09-25

60.2557

▼ +3.33% over 1Y

1 KMF = 60.2557 VND · 1 VND = 0.01660 KMF · Get this rate via the API

1 KMF buys 60.2557 VND as of 2026-09-25, so 1 VND buys 0.01660 KMF. Over the last year, KMF/VND traded between 60.2557 and 63.2249, averaged 62.1424 and fell 3.33%. The API holds daily KMF/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/VND over 1Y

KMF/VND over 1Y: show the values
PointKMF/VND
2025-09-2562.3295
2025-10-0262.2762
2025-10-0962.5525
2025-10-1662.7063
2025-10-2362.3231
2025-10-3062.3794
2025-11-0661.7698
2025-11-1362.2766
2025-11-2061.9927
2025-11-2762.4577
2025-12-0462.7238
2025-12-1262.9545
2025-12-1962.9426
2025-12-2663.2249
2026-01-0263.0420
2026-01-0962.4154
2026-01-1662.1900
2026-01-2362.8918
2026-01-3062.9750
2026-02-0662.4357
2026-02-1362.8543
2026-02-2062.2608
2026-02-2762.6845
2026-03-0662.1331
2026-03-1361.7531
2026-03-2062.0367
2026-03-2761.9831
2026-04-0361.9353
2026-04-1062.7569
2026-04-1763.0581
2026-04-2462.6143
2026-05-0162.9755
2026-05-0863.0007
2026-05-1662.2647
2026-05-2462.2905
2026-05-3162.4715
2026-06-0961.9709
2026-06-1662.1076
2026-06-2361.3552
2026-06-3061.1651
2026-07-0761.3425
2026-07-1461.0031
2026-07-2161.2331
2026-07-2861.1060
2026-08-0461.6993
2026-08-1161.5482
2026-08-1861.8262
2026-08-2662.1175
2026-09-0261.5669
2026-09-0961.5435
2026-09-1661.1819
2026-09-2360.5896

High

63.2249

Low

60.2557

Average

62.1424

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/VND API questions

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

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

How far back does KMF/VND historical data go?

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