Skip to content

CHF to UZS exchange rate API

Swiss Franc to Uzbekistan Sum · quoted 2026-09-24

14336.52

▼ +6.79% over 1Y

1 CHF = 14336.52 UZS · 1 UZS = 0.000070 CHF · Get this rate via the API

1 CHF buys 14336.52 UZS as of 2026-09-24, so 1 UZS buys 0.000070 CHF. Over the last year, CHF/UZS traded between 14336.52 and 16038.82, averaged 15121.66 and fell 6.79%. The API holds daily CHF/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/UZS over 1Y

CHF/UZS over 1Y: show the values
PointCHF/UZS
2025-09-2415380.12
2025-10-0115144.82
2025-10-0815040.62
2025-10-1515178.94
2025-10-2215149.50
2025-10-2915108.16
2025-11-0514787.45
2025-11-1214999.50
2025-11-1914911.26
2025-11-2614779.29
2025-12-0314879.40
2025-12-1115022.53
2025-12-1815176.20
2025-12-2515323.45
2026-01-0115159.49
2026-01-0815078.19
2026-01-1515008.51
2026-01-2215239.88
2026-01-2915807.89
2026-02-0515813.33
2026-02-1216038.82
2026-02-1915637.34
2026-02-2615690.04
2026-03-0515619.83
2026-03-1215597.55
2026-03-1915405.84
2026-03-2615392.00
2026-04-0215198.62
2026-04-0915466.19
2026-04-1615520.64
2026-04-2315508.35
2026-04-3015343.77
2026-05-0715520.68
2026-05-1515317.08
2026-05-2315290.04
2026-05-3015391.60
2026-06-0615132.51
2026-06-1515109.93
2026-06-2214917.28
2026-06-2914870.18
2026-07-0614847.57
2026-07-1314928.61
2026-07-2014872.45
2026-07-2714784.86
2026-08-0314754.63
2026-08-1014745.39
2026-08-1714698.71
2026-08-2514707.42
2026-09-0114572.86
2026-09-0814505.49
2026-09-1514339.54
2026-09-2214396.88

High

16038.82

Low

14336.52

Average

15121.66

For developers

Get this rate via the API

One GET request returns the CHF/UZS 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=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=UZS");
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=UZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/UZS API questions

How do I get the CHF/UZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/UZS rate in rates.UZS.

How far back does CHF/UZS historical data go?

Daily CHF/UZS 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 CHF/UZS 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.