CHF to VND exchange rate API
Swiss Franc to Dong · quoted 2026-09-24
31644.32
▼ +3.82% over 1Y
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 year, CHF/VND traded between 31637.10 and 34114.81, averaged 33064.40 and fell 3.82%. 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 1Y: show the values
| Point | CHF/VND |
|---|---|
| 2025-09-24 | 32899.77 |
| 2025-10-01 | 32697.32 |
| 2025-10-08 | 33049.94 |
| 2025-10-15 | 33016.16 |
| 2025-10-22 | 33192.58 |
| 2025-10-29 | 33135.46 |
| 2025-11-05 | 32608.44 |
| 2025-11-12 | 33081.86 |
| 2025-11-19 | 33018.39 |
| 2025-11-26 | 32793.94 |
| 2025-12-03 | 33073.72 |
| 2025-12-10 | 32897.03 |
| 2025-12-17 | 33196.91 |
| 2025-12-24 | 33527.77 |
| 2025-12-31 | 33282.90 |
| 2026-01-07 | 33113.32 |
| 2026-01-14 | 32916.37 |
| 2026-01-21 | 33385.66 |
| 2026-01-28 | 34114.81 |
| 2026-02-04 | 33621.68 |
| 2026-02-11 | 33906.36 |
| 2026-02-18 | 33815.16 |
| 2026-02-25 | 33840.82 |
| 2026-03-04 | 33728.58 |
| 2026-03-11 | 33772.76 |
| 2026-03-18 | 33447.36 |
| 2026-03-25 | 33484.70 |
| 2026-04-01 | 33364.54 |
| 2026-04-08 | 33533.82 |
| 2026-04-15 | 33758.48 |
| 2026-04-22 | 33777.63 |
| 2026-04-29 | 33510.82 |
| 2026-05-06 | 33897.25 |
| 2026-05-13 | 33838.59 |
| 2026-05-20 | 33477.27 |
| 2026-05-27 | 33594.05 |
| 2026-06-03 | 33489.38 |
| 2026-06-11 | 33045.16 |
| 2026-06-18 | 32842.88 |
| 2026-06-25 | 32482.37 |
| 2026-07-02 | 32686.84 |
| 2026-07-09 | 32698.91 |
| 2026-07-16 | 32660.42 |
| 2026-07-23 | 32362.44 |
| 2026-07-30 | 32471.91 |
| 2026-08-06 | 32524.98 |
| 2026-08-13 | 32177.30 |
| 2026-08-20 | 32814.18 |
| 2026-08-27 | 32514.73 |
| 2026-09-03 | 32384.63 |
| 2026-09-10 | 32023.99 |
| 2026-09-17 | 31643.88 |
| 2026-09-24 | 31637.10 |
High
34114.81
Low
31637.10
Average
33064.40
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.