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: show the values
| Point | KMF/VND |
|---|---|
| 2025-12-31 | 62.9642 |
| 2026-01-07 | 62.7150 |
| 2026-01-14 | 62.3795 |
| 2026-01-21 | 62.8381 |
| 2026-01-28 | 63.8109 |
| 2026-02-04 | 62.6817 |
| 2026-02-11 | 63.0808 |
| 2026-02-18 | 62.7153 |
| 2026-02-25 | 62.8187 |
| 2026-03-04 | 61.9957 |
| 2026-03-11 | 62.2072 |
| 2026-03-18 | 61.8743 |
| 2026-03-25 | 62.3759 |
| 2026-04-01 | 62.1265 |
| 2026-04-08 | 62.6775 |
| 2026-04-15 | 63.2108 |
| 2026-04-22 | 62.8893 |
| 2026-04-29 | 62.8026 |
| 2026-05-06 | 62.8087 |
| 2026-05-14 | 62.9669 |
| 2026-05-21 | 62.4824 |
| 2026-05-29 | 62.4754 |
| 2026-06-05 | 62.3781 |
| 2026-06-14 | 62.0221 |
| 2026-06-21 | 61.5723 |
| 2026-06-28 | 60.9950 |
| 2026-07-05 | 61.3055 |
| 2026-07-12 | 60.9583 |
| 2026-07-19 | 61.1179 |
| 2026-07-26 | 60.9820 |
| 2026-08-02 | 61.7558 |
| 2026-08-09 | 61.7632 |
| 2026-08-16 | 61.5907 |
| 2026-08-24 | 62.2615 |
| 2026-08-31 | 61.6337 |
| 2026-09-07 | 61.7009 |
| 2026-09-14 | 61.2217 |
| 2026-09-21 | 60.9060 |
High
63.8109
Low
60.2557
Average
62.1364
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.