Skip to content

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

KMF/VUV over 1Y: show the values
PointKMF/VUV
2025-09-250.27881
2025-10-020.28596
2025-10-090.28731
2025-10-160.29041
2025-10-230.28777
2025-10-300.28718
2025-11-060.28549
2025-11-130.28730
2025-11-200.28599
2025-11-270.28921
2025-12-040.28964
2025-12-120.28975
2025-12-190.28908
2025-12-260.28912
2026-01-020.29030
2026-01-090.28712
2026-01-160.28607
2026-01-230.28777
2026-01-300.28953
2026-02-060.28713
2026-02-130.28591
2026-02-200.28393
2026-02-270.28486
2026-03-060.28112
2026-03-130.27930
2026-03-200.27992
2026-03-270.28144
2026-04-030.28020
2026-04-100.28330
2026-04-170.28199
2026-04-240.28028
2026-05-010.28233
2026-05-080.28151
2026-05-160.27595
2026-05-240.27930
2026-05-310.28035
2026-06-090.27930
2026-06-160.27992
2026-06-230.27682
2026-06-300.27848
2026-07-070.27860
2026-07-140.27751
2026-07-210.27704
2026-07-280.27632
2026-08-040.27894
2026-08-110.27874
2026-08-180.27887
2026-08-260.28034
2026-09-020.27816
2026-09-090.27872
2026-09-160.27801
2026-09-230.27519

High

0.29041

Low

0.27436

Average

0.28260

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=VUV");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=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&currencies=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.