CHF to VND exchange rate API
Swiss Franc to Dong · quoted 2026-09-24
31644.32
▼ +4.06% over 6M
1 CHF = 31644.32 VND · 1 VND = 0.000032 CHF · Get this rate via the API
1 CHF buys 31644.32 VND as of 2026-09-24, so 1 VND buys 0.000032 CHF. Over the last 6 months, CHF/VND traded between 31644.32 and 33860.39, averaged 32806.69 and fell 4.06%. The API holds daily CHF/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.
CHF/VND over 6M: show the values
| Point | CHF/VND |
|---|---|
| 2026-03-28 | 32982.77 |
| 2026-04-04 | 32961.44 |
| 2026-04-11 | 33369.50 |
| 2026-04-18 | 33691.67 |
| 2026-04-25 | 33487.84 |
| 2026-05-02 | 33674.76 |
| 2026-05-09 | 33860.39 |
| 2026-05-16 | 33478.21 |
| 2026-05-23 | 33381.06 |
| 2026-05-30 | 33690.59 |
| 2026-06-06 | 33091.09 |
| 2026-06-14 | 33155.14 |
| 2026-06-21 | 32688.54 |
| 2026-06-28 | 32530.14 |
| 2026-07-05 | 32811.36 |
| 2026-07-12 | 32467.72 |
| 2026-07-19 | 32529.30 |
| 2026-07-26 | 32285.98 |
| 2026-08-02 | 32632.73 |
| 2026-08-09 | 32545.44 |
| 2026-08-16 | 32208.37 |
| 2026-08-23 | 32581.65 |
| 2026-08-30 | 32301.41 |
| 2026-09-06 | 32257.48 |
| 2026-09-13 | 31750.91 |
| 2026-09-20 | 31720.88 |
High
33860.39
Low
31644.32
Average
32806.69
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/VND API questions
How do I get the CHF/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/VND rate in rates.VND.
How far back does CHF/VND historical data go?
Daily CHF/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/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.