Skip to content

VUV to XOF exchange rate API

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

4.8526

▲ +2.84% over 1Y

1 VUV = 4.8526 XOF · 1 XOF = 0.20608 VUV · Get this rate via the API

1 VUV buys 4.8526 XOF as of 2026-09-25, so 1 XOF buys 0.20608 VUV. Over the last year, VUV/XOF traded between 4.5818 and 4.8632, averaged 4.7149 and rose 2.84%. The API holds daily VUV/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

VUV/XOF over 1Y

VUV/XOF over 1Y: show the values
PointVUV/XOF
2025-09-254.7187
2025-10-024.5946
2025-10-094.6552
2025-10-164.5936
2025-10-234.6298
2025-10-304.6517
2025-11-064.6647
2025-11-134.6316
2025-11-204.6618
2025-11-274.6161
2025-12-044.6042
2025-12-114.6041
2025-12-184.5971
2025-12-254.6007
2026-01-014.6164
2026-01-084.6422
2026-01-154.6504
2026-01-224.6463
2026-01-294.5818
2026-02-054.6418
2026-02-124.6350
2026-02-194.6940
2026-02-264.6765
2026-03-054.7462
2026-03-124.7729
2026-03-194.7860
2026-03-264.7401
2026-04-024.7482
2026-04-094.6919
2026-04-164.7055
2026-04-234.7434
2026-04-304.7294
2026-05-074.7396
2026-05-144.7510
2026-05-214.7687
2026-05-284.7678
2026-06-044.7761
2026-06-114.7677
2026-06-184.7976
2026-06-254.8239
2026-07-024.7798
2026-07-094.7738
2026-07-164.7967
2026-07-234.8253
2026-07-304.7771
2026-08-064.7713
2026-08-134.7934
2026-08-204.7473
2026-08-274.7694
2026-09-034.7812
2026-09-104.7853
2026-09-174.8246
2026-09-244.8632

High

4.8632

Low

4.5818

Average

4.7149

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

VUV/XOF API questions

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

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

How far back does VUV/XOF historical data go?

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