KMF to VND exchange rate API
Comoro Franc to Dong · quoted 2026-09-25
60.2557
▼ +3.00% over 30D
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 30 days, KMF/VND traded between 60.2557 and 62.1175, averaged 61.2718 and fell 3.00%. 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 30D: show the values
| Point | KMF/VND |
|---|---|
| 2026-08-26 | 62.1175 |
| 2026-08-27 | 61.9902 |
| 2026-08-28 | 61.9412 |
| 2026-08-29 | 61.4809 |
| 2026-08-30 | 61.5640 |
| 2026-08-31 | 61.6337 |
| 2026-09-01 | 61.7082 |
| 2026-09-02 | 61.5669 |
| 2026-09-03 | 61.7188 |
| 2026-09-04 | 61.8309 |
| 2026-09-05 | 61.5405 |
| 2026-09-06 | 61.6837 |
| 2026-09-07 | 61.7009 |
| 2026-09-08 | 61.6430 |
| 2026-09-09 | 61.5435 |
| 2026-09-10 | 61.5127 |
| 2026-09-11 | 61.3319 |
| 2026-09-12 | 60.9060 |
| 2026-09-13 | 61.1205 |
| 2026-09-14 | 61.2217 |
| 2026-09-15 | 61.1477 |
| 2026-09-16 | 61.1819 |
| 2026-09-17 | 60.7916 |
| 2026-09-18 | 60.9901 |
| 2026-09-19 | 60.7043 |
| 2026-09-20 | 60.8967 |
| 2026-09-21 | 60.9060 |
| 2026-09-22 | 60.8912 |
| 2026-09-23 | 60.5896 |
| 2026-09-24 | 60.3224 |
| 2026-09-25 | 60.2647 |
High
62.1175
Low
60.2557
Average
61.2718
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=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¤cies=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.