Skip to content

XOF to VUV exchange rate API

CFA Franc BCEAO to Vatu · quoted 2026-09-25

0.20637

▼ +4.60% over YTD

1 XOF = 0.20637 VUV · 1 VUV = 4.8456 XOF · Get this rate via the API

1 XOF buys 0.20637 VUV as of 2026-09-25, so 1 VUV buys 4.8456 XOF. Over the year to date, XOF/VUV traded between 0.20608 and 0.21829, averaged 0.21101 and fell 4.60%. The API holds daily XOF/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/VUV over YTD

XOF/VUV over YTD: show the values
PointXOF/VUV
2025-12-310.21632
2026-01-070.21569
2026-01-140.21547
2026-01-210.21585
2026-01-280.21829
2026-02-040.21562
2026-02-110.21623
2026-02-180.21384
2026-02-250.21351
2026-03-040.21079
2026-03-110.21168
2026-03-180.20930
2026-03-250.21061
2026-04-010.21227
2026-04-080.21331
2026-04-150.21322
2026-04-220.21155
2026-04-290.21085
2026-05-060.21162
2026-05-130.21028
2026-05-200.20978
2026-05-270.20994
2026-06-030.20904
2026-06-100.20979
2026-06-170.20981
2026-06-240.20677
2026-07-010.20878
2026-07-080.20908
2026-07-150.20845
2026-07-220.20752
2026-07-290.20780
2026-08-050.20976
2026-08-120.20873
2026-08-190.21005
2026-08-260.21011
2026-09-020.20869
2026-09-090.20910
2026-09-160.20832
2026-09-230.20608

High

0.21829

Low

0.20608

Average

0.21101

For developers

Get this rate via the API

One GET request returns the XOF/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=XOF&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&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=XOF&currencies=VUV").json()

Replace YOUR_API_KEY with the key from your dashboard.

XOF/VUV API questions

How do I get the XOF/VUV exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/VUV rate in rates.VUV.

How far back does XOF/VUV historical data go?

Daily XOF/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 XOF/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.