KMF to VUV exchange rate API
Comoro Franc to Vatu · quoted 2026-09-25
0.27436
▼ +2.13% over 30D
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 30 days, KMF/VUV traded between 0.27417 and 0.28034, averaged 0.27751 and fell 2.13%. 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 30D: show the values
| Point | KMF/VUV |
|---|---|
| 2026-08-26 | 0.28034 |
| 2026-08-27 | 0.27952 |
| 2026-08-28 | 0.27929 |
| 2026-08-29 | 0.27755 |
| 2026-08-30 | 0.27764 |
| 2026-08-31 | 0.27841 |
| 2026-09-01 | 0.27826 |
| 2026-09-02 | 0.27816 |
| 2026-09-03 | 0.27854 |
| 2026-09-04 | 0.27896 |
| 2026-09-05 | 0.27743 |
| 2026-09-06 | 0.27849 |
| 2026-09-07 | 0.27844 |
| 2026-09-08 | 0.27848 |
| 2026-09-09 | 0.27872 |
| 2026-09-10 | 0.27888 |
| 2026-09-11 | 0.27830 |
| 2026-09-12 | 0.27674 |
| 2026-09-13 | 0.27780 |
| 2026-09-14 | 0.27829 |
| 2026-09-15 | 0.27751 |
| 2026-09-16 | 0.27801 |
| 2026-09-17 | 0.27611 |
| 2026-09-18 | 0.27693 |
| 2026-09-19 | 0.27615 |
| 2026-09-20 | 0.27672 |
| 2026-09-21 | 0.27667 |
| 2026-09-22 | 0.27590 |
| 2026-09-23 | 0.27519 |
| 2026-09-24 | 0.27417 |
| 2026-09-25 | 0.27424 |
High
0.28034
Low
0.27417
Average
0.27751
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.