Skip to content

XOF to VND exchange rate API

CFA Franc BCEAO to Dong · quoted 2026-09-24

45.2801

▼ +4.10% over YTD

1 XOF = 45.2801 VND · 1 VND = 0.02208 XOF · Get this rate via the API

1 XOF buys 45.2801 VND as of 2026-09-24, so 1 VND buys 0.02208 XOF. Over the year to date, XOF/VND traded between 45.2683 and 47.7832, averaged 46.5890 and fell 4.10%. The API holds daily XOF/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/VND over YTD

XOF/VND over YTD: show the values
PointXOF/VND
2025-12-3147.2181
2026-01-0746.9866
2026-01-1446.8170
2026-01-2147.0631
2026-01-2847.7832
2026-02-0446.9709
2026-02-1147.2474
2026-02-1846.9673
2026-02-2547.1356
2026-03-0446.5816
2026-03-1146.5783
2026-03-1846.3424
2026-03-2546.7087
2026-04-0146.6786
2026-04-0847.0470
2026-04-1547.4939
2026-04-2247.2528
2026-04-2947.1461
2026-05-0647.2944
2026-05-1347.2375
2026-05-2046.8047
2026-05-2746.8733
2026-06-0346.7889
2026-06-1146.4873
2026-06-1846.2732
2026-06-2545.7660
2026-07-0245.8900
2026-07-0945.9734
2026-07-1646.0181
2026-07-2345.8835
2026-07-3046.1656
2026-08-0646.3235
2026-08-1345.9571
2026-08-2046.6858
2026-08-2746.4995
2026-09-0346.3436
2026-09-1046.0930
2026-09-1745.6342
2026-09-2445.2683

High

47.7832

Low

45.2683

Average

46.5890

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XOF/VND API questions

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

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

How far back does XOF/VND historical data go?

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