Skip to content

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

CHF/VND over 5Y: show the values
PointCHF/VND
2021-09-2724542.35
2021-11-0824796.39
2021-12-2024852.71
2022-02-0124564.05
2022-03-1524341.30
2022-04-2923657.87
2022-06-1523202.30
2022-07-2724325.13
2022-09-0723895.45
2022-10-1924385.65
2022-11-3025977.21
2023-01-1225089.56
2023-02-2325575.39
2023-04-1125937.69
2023-05-2626022.74
2023-07-1026583.78
2023-08-2127123.11
2023-10-0226649.99
2023-11-1326973.94
2023-12-2728548.10
2024-02-0827946.55
2024-03-2127680.49
2024-05-0827985.62
2024-06-2428528.08
2024-08-0529583.71
2024-09-1328647.82
2024-10-1628644.38
2024-11-1528305.82
2024-12-1528177.28
2025-01-1427360.25
2025-02-1327747.15
2025-03-1528818.87
2025-04-1431138.02
2025-05-1430633.33
2025-06-1331714.51
2025-07-1332599.65
2025-08-1232002.44
2025-09-1132638.37
2025-10-1132692.91
2025-11-1032771.71
2025-12-1032897.03
2026-01-0932947.45
2026-02-0833362.70
2026-03-1033957.42
2026-04-0933401.29
2026-05-0933860.39
2026-06-0933218.15
2026-07-0932698.91
2026-08-0832447.35
2026-09-0732307.61

High

33957.42

Low

23202.30

Average

28733.42

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=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&currencies=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.