Skip to content

KMF to VND exchange rate API

Comoro Franc to Dong · quoted 2026-09-25

60.2557

▼ +4.30% over YTD

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 year to date, KMF/VND traded between 60.2557 and 63.8109, averaged 62.1364 and fell 4.30%. 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 YTD

KMF/VND over YTD: show the values
PointKMF/VND
2025-12-3162.9642
2026-01-0762.7150
2026-01-1462.3795
2026-01-2162.8381
2026-01-2863.8109
2026-02-0462.6817
2026-02-1163.0808
2026-02-1862.7153
2026-02-2562.8187
2026-03-0461.9957
2026-03-1162.2072
2026-03-1861.8743
2026-03-2562.3759
2026-04-0162.1265
2026-04-0862.6775
2026-04-1563.2108
2026-04-2262.8893
2026-04-2962.8026
2026-05-0662.8087
2026-05-1462.9669
2026-05-2162.4824
2026-05-2962.4754
2026-06-0562.3781
2026-06-1462.0221
2026-06-2161.5723
2026-06-2860.9950
2026-07-0561.3055
2026-07-1260.9583
2026-07-1961.1179
2026-07-2660.9820
2026-08-0261.7558
2026-08-0961.7632
2026-08-1661.5907
2026-08-2462.2615
2026-08-3161.6337
2026-09-0761.7009
2026-09-1461.2217
2026-09-2160.9060

High

63.8109

Low

60.2557

Average

62.1364

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.