Skip to content

XOF to VUV exchange rate API

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

0.20637

▼ +2.62% over 1Y

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 last year, XOF/VUV traded between 0.20563 and 0.21825, averaged 0.21216 and fell 2.62%. 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 1Y

XOF/VUV over 1Y: show the values
PointXOF/VUV
2025-09-250.21192
2025-10-020.21765
2025-10-090.21482
2025-10-160.21769
2025-10-230.21599
2025-10-300.21497
2025-11-060.21438
2025-11-130.21591
2025-11-200.21451
2025-11-270.21663
2025-12-040.21719
2025-12-110.21720
2025-12-180.21753
2025-12-250.21736
2026-01-010.21662
2026-01-080.21541
2026-01-150.21504
2026-01-220.21523
2026-01-290.21825
2026-02-050.21543
2026-02-120.21575
2026-02-190.21304
2026-02-260.21384
2026-03-050.21070
2026-03-120.20952
2026-03-190.20894
2026-03-260.21097
2026-04-020.21060
2026-04-090.21313
2026-04-160.21252
2026-04-230.21082
2026-04-300.21144
2026-05-070.21099
2026-05-140.21048
2026-05-210.20970
2026-05-280.20974
2026-06-040.20937
2026-06-110.20975
2026-06-180.20844
2026-06-250.20730
2026-07-020.20922
2026-07-090.20947
2026-07-160.20848
2026-07-230.20724
2026-07-300.20933
2026-08-060.20959
2026-08-130.20862
2026-08-200.21064
2026-08-270.20967
2026-09-030.20915
2026-09-100.20897
2026-09-170.20727
2026-09-240.20563

High

0.21825

Low

0.20563

Average

0.21216

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.