Skip to content

KMF to VUV exchange rate API

Comoro Franc to Vatu · quoted 2026-09-25

0.27436

▼ +4.89% over YTD

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 year to date, KMF/VUV traded between 0.27436 and 0.29151, averaged 0.28145 and fell 4.89%. 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 YTD

KMF/VUV over YTD: show the values
PointKMF/VUV
2025-12-310.28846
2026-01-070.28789
2026-01-140.28710
2026-01-210.28819
2026-01-280.29151
2026-02-040.28774
2026-02-110.28869
2026-02-180.28553
2026-02-250.28455
2026-03-040.28055
2026-03-110.28270
2026-03-180.27946
2026-03-250.28125
2026-04-010.28252
2026-04-080.28418
2026-04-150.28379
2026-04-220.28155
2026-04-290.28087
2026-05-060.28104
2026-05-140.28096
2026-05-210.27972
2026-05-290.27979
2026-06-050.27902
2026-06-140.28057
2026-06-210.27734
2026-06-280.27681
2026-07-050.27861
2026-07-120.27822
2026-07-190.27705
2026-07-260.27579
2026-08-020.27905
2026-08-090.27999
2026-08-160.27911
2026-08-240.28088
2026-08-310.27841
2026-09-070.27844
2026-09-140.27829
2026-09-210.27667

High

0.29151

Low

0.27436

Average

0.28145

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.