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: show the values
| Point | KMF/VND |
|---|---|
| 2025-09-25 | 62.3295 |
| 2025-10-02 | 62.2762 |
| 2025-10-09 | 62.5525 |
| 2025-10-16 | 62.7063 |
| 2025-10-23 | 62.3231 |
| 2025-10-30 | 62.3794 |
| 2025-11-06 | 61.7698 |
| 2025-11-13 | 62.2766 |
| 2025-11-20 | 61.9927 |
| 2025-11-27 | 62.4577 |
| 2025-12-04 | 62.7238 |
| 2025-12-12 | 62.9545 |
| 2025-12-19 | 62.9426 |
| 2025-12-26 | 63.2249 |
| 2026-01-02 | 63.0420 |
| 2026-01-09 | 62.4154 |
| 2026-01-16 | 62.1900 |
| 2026-01-23 | 62.8918 |
| 2026-01-30 | 62.9750 |
| 2026-02-06 | 62.4357 |
| 2026-02-13 | 62.8543 |
| 2026-02-20 | 62.2608 |
| 2026-02-27 | 62.6845 |
| 2026-03-06 | 62.1331 |
| 2026-03-13 | 61.7531 |
| 2026-03-20 | 62.0367 |
| 2026-03-27 | 61.9831 |
| 2026-04-03 | 61.9353 |
| 2026-04-10 | 62.7569 |
| 2026-04-17 | 63.0581 |
| 2026-04-24 | 62.6143 |
| 2026-05-01 | 62.9755 |
| 2026-05-08 | 63.0007 |
| 2026-05-16 | 62.2647 |
| 2026-05-24 | 62.2905 |
| 2026-05-31 | 62.4715 |
| 2026-06-09 | 61.9709 |
| 2026-06-16 | 62.1076 |
| 2026-06-23 | 61.3552 |
| 2026-06-30 | 61.1651 |
| 2026-07-07 | 61.3425 |
| 2026-07-14 | 61.0031 |
| 2026-07-21 | 61.2331 |
| 2026-07-28 | 61.1060 |
| 2026-08-04 | 61.6993 |
| 2026-08-11 | 61.5482 |
| 2026-08-18 | 61.8262 |
| 2026-08-26 | 62.1175 |
| 2026-09-02 | 61.5669 |
| 2026-09-09 | 61.5435 |
| 2026-09-16 | 61.1819 |
| 2026-09-23 | 60.5896 |
High
63.2249
Low
60.2557
Average
62.1424
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.