CHF to VND exchange rate API
Swiss Franc to Dong · quoted 2026-09-24
31644.32
▲ +28.94% over 5Y
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 5 years, CHF/VND traded between 23202.30 and 33957.42, averaged 28733.42 and rose 28.94%. 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 5Y: show the values
| Point | CHF/VND |
|---|---|
| 2021-09-27 | 24542.35 |
| 2021-11-08 | 24796.39 |
| 2021-12-20 | 24852.71 |
| 2022-02-01 | 24564.05 |
| 2022-03-15 | 24341.30 |
| 2022-04-29 | 23657.87 |
| 2022-06-15 | 23202.30 |
| 2022-07-27 | 24325.13 |
| 2022-09-07 | 23895.45 |
| 2022-10-19 | 24385.65 |
| 2022-11-30 | 25977.21 |
| 2023-01-12 | 25089.56 |
| 2023-02-23 | 25575.39 |
| 2023-04-11 | 25937.69 |
| 2023-05-26 | 26022.74 |
| 2023-07-10 | 26583.78 |
| 2023-08-21 | 27123.11 |
| 2023-10-02 | 26649.99 |
| 2023-11-13 | 26973.94 |
| 2023-12-27 | 28548.10 |
| 2024-02-08 | 27946.55 |
| 2024-03-21 | 27680.49 |
| 2024-05-08 | 27985.62 |
| 2024-06-24 | 28528.08 |
| 2024-08-05 | 29583.71 |
| 2024-09-13 | 28647.82 |
| 2024-10-16 | 28644.38 |
| 2024-11-15 | 28305.82 |
| 2024-12-15 | 28177.28 |
| 2025-01-14 | 27360.25 |
| 2025-02-13 | 27747.15 |
| 2025-03-15 | 28818.87 |
| 2025-04-14 | 31138.02 |
| 2025-05-14 | 30633.33 |
| 2025-06-13 | 31714.51 |
| 2025-07-13 | 32599.65 |
| 2025-08-12 | 32002.44 |
| 2025-09-11 | 32638.37 |
| 2025-10-11 | 32692.91 |
| 2025-11-10 | 32771.71 |
| 2025-12-10 | 32897.03 |
| 2026-01-09 | 32947.45 |
| 2026-02-08 | 33362.70 |
| 2026-03-10 | 33957.42 |
| 2026-04-09 | 33401.29 |
| 2026-05-09 | 33860.39 |
| 2026-06-09 | 33218.15 |
| 2026-07-09 | 32698.91 |
| 2026-08-08 | 32447.35 |
| 2026-09-07 | 32307.61 |
High
33957.42
Low
23202.30
Average
28733.42
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.