KMF to VUV exchange rate API
Comoro Franc to Vatu · quoted 2026-09-25
0.27436
▼ +1.59% over 1Y
1 KMF = 0.27436 VUV · 1 VUV = 3.6448 KMF · Get this rate via the API
1 KMF buys 0.27436 VUV as of 2026-09-25, so 1 VUV buys 3.6448 KMF. Over the last year, KMF/VUV traded between 0.27436 and 0.29041, averaged 0.28260 and fell 1.59%. The API holds daily KMF/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/VUV over 1Y: show the values
| Point | KMF/VUV |
|---|---|
| 2025-09-25 | 0.27881 |
| 2025-10-02 | 0.28596 |
| 2025-10-09 | 0.28731 |
| 2025-10-16 | 0.29041 |
| 2025-10-23 | 0.28777 |
| 2025-10-30 | 0.28718 |
| 2025-11-06 | 0.28549 |
| 2025-11-13 | 0.28730 |
| 2025-11-20 | 0.28599 |
| 2025-11-27 | 0.28921 |
| 2025-12-04 | 0.28964 |
| 2025-12-12 | 0.28975 |
| 2025-12-19 | 0.28908 |
| 2025-12-26 | 0.28912 |
| 2026-01-02 | 0.29030 |
| 2026-01-09 | 0.28712 |
| 2026-01-16 | 0.28607 |
| 2026-01-23 | 0.28777 |
| 2026-01-30 | 0.28953 |
| 2026-02-06 | 0.28713 |
| 2026-02-13 | 0.28591 |
| 2026-02-20 | 0.28393 |
| 2026-02-27 | 0.28486 |
| 2026-03-06 | 0.28112 |
| 2026-03-13 | 0.27930 |
| 2026-03-20 | 0.27992 |
| 2026-03-27 | 0.28144 |
| 2026-04-03 | 0.28020 |
| 2026-04-10 | 0.28330 |
| 2026-04-17 | 0.28199 |
| 2026-04-24 | 0.28028 |
| 2026-05-01 | 0.28233 |
| 2026-05-08 | 0.28151 |
| 2026-05-16 | 0.27595 |
| 2026-05-24 | 0.27930 |
| 2026-05-31 | 0.28035 |
| 2026-06-09 | 0.27930 |
| 2026-06-16 | 0.27992 |
| 2026-06-23 | 0.27682 |
| 2026-06-30 | 0.27848 |
| 2026-07-07 | 0.27860 |
| 2026-07-14 | 0.27751 |
| 2026-07-21 | 0.27704 |
| 2026-07-28 | 0.27632 |
| 2026-08-04 | 0.27894 |
| 2026-08-11 | 0.27874 |
| 2026-08-18 | 0.27887 |
| 2026-08-26 | 0.28034 |
| 2026-09-02 | 0.27816 |
| 2026-09-09 | 0.27872 |
| 2026-09-16 | 0.27801 |
| 2026-09-23 | 0.27519 |
High
0.29041
Low
0.27436
Average
0.28260
Get this rate via the API
One GET request returns the KMF/VUV 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=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/VUV API questions
How do I get the KMF/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/VUV rate in rates.VUV.
How far back does KMF/VUV historical data go?
Daily KMF/VUV 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/VUV 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.