XOF to VND exchange rate API
CFA Franc BCEAO to Dong · quoted 2026-09-24
45.2801
▼ +4.91% over 1Y
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 last year, XOF/VND traded between 45.2683 and 47.7832, averaged 46.7032 and fell 4.91%. 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 1Y: show the values
| Point | XOF/VND |
|---|---|
| 2025-09-24 | 47.6192 |
| 2025-10-01 | 47.4794 |
| 2025-10-08 | 47.7367 |
| 2025-10-15 | 46.8612 |
| 2025-10-22 | 46.7979 |
| 2025-10-29 | 46.8670 |
| 2025-11-05 | 46.2486 |
| 2025-11-12 | 46.6728 |
| 2025-11-19 | 46.6676 |
| 2025-11-26 | 46.7273 |
| 2025-12-03 | 47.0095 |
| 2025-12-10 | 46.9680 |
| 2025-12-17 | 47.2878 |
| 2025-12-24 | 47.4714 |
| 2025-12-31 | 47.2181 |
| 2026-01-07 | 46.9866 |
| 2026-01-14 | 46.8170 |
| 2026-01-21 | 47.0631 |
| 2026-01-28 | 47.7832 |
| 2026-02-04 | 46.9709 |
| 2026-02-11 | 47.2474 |
| 2026-02-18 | 46.9673 |
| 2026-02-25 | 47.1356 |
| 2026-03-04 | 46.5816 |
| 2026-03-11 | 46.5783 |
| 2026-03-18 | 46.3424 |
| 2026-03-25 | 46.7087 |
| 2026-04-01 | 46.6786 |
| 2026-04-08 | 47.0470 |
| 2026-04-15 | 47.4939 |
| 2026-04-22 | 47.2528 |
| 2026-04-29 | 47.1461 |
| 2026-05-06 | 47.2944 |
| 2026-05-13 | 47.2375 |
| 2026-05-20 | 46.8047 |
| 2026-05-27 | 46.8733 |
| 2026-06-03 | 46.7889 |
| 2026-06-11 | 46.4873 |
| 2026-06-18 | 46.2732 |
| 2026-06-25 | 45.7660 |
| 2026-07-02 | 45.8900 |
| 2026-07-09 | 45.9734 |
| 2026-07-16 | 46.0181 |
| 2026-07-23 | 45.8835 |
| 2026-07-30 | 46.1656 |
| 2026-08-06 | 46.3235 |
| 2026-08-13 | 45.9571 |
| 2026-08-20 | 46.6858 |
| 2026-08-27 | 46.4995 |
| 2026-09-03 | 46.3436 |
| 2026-09-10 | 46.0930 |
| 2026-09-17 | 45.6342 |
| 2026-09-24 | 45.2683 |
High
47.7832
Low
45.2683
Average
46.7032
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=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¤cies=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.