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: show the values
| Point | CHF/UZS |
|---|---|
| 2025-09-24 | 15380.12 |
| 2025-10-01 | 15144.82 |
| 2025-10-08 | 15040.62 |
| 2025-10-15 | 15178.94 |
| 2025-10-22 | 15149.50 |
| 2025-10-29 | 15108.16 |
| 2025-11-05 | 14787.45 |
| 2025-11-12 | 14999.50 |
| 2025-11-19 | 14911.26 |
| 2025-11-26 | 14779.29 |
| 2025-12-03 | 14879.40 |
| 2025-12-11 | 15022.53 |
| 2025-12-18 | 15176.20 |
| 2025-12-25 | 15323.45 |
| 2026-01-01 | 15159.49 |
| 2026-01-08 | 15078.19 |
| 2026-01-15 | 15008.51 |
| 2026-01-22 | 15239.88 |
| 2026-01-29 | 15807.89 |
| 2026-02-05 | 15813.33 |
| 2026-02-12 | 16038.82 |
| 2026-02-19 | 15637.34 |
| 2026-02-26 | 15690.04 |
| 2026-03-05 | 15619.83 |
| 2026-03-12 | 15597.55 |
| 2026-03-19 | 15405.84 |
| 2026-03-26 | 15392.00 |
| 2026-04-02 | 15198.62 |
| 2026-04-09 | 15466.19 |
| 2026-04-16 | 15520.64 |
| 2026-04-23 | 15508.35 |
| 2026-04-30 | 15343.77 |
| 2026-05-07 | 15520.68 |
| 2026-05-15 | 15317.08 |
| 2026-05-23 | 15290.04 |
| 2026-05-30 | 15391.60 |
| 2026-06-06 | 15132.51 |
| 2026-06-15 | 15109.93 |
| 2026-06-22 | 14917.28 |
| 2026-06-29 | 14870.18 |
| 2026-07-06 | 14847.57 |
| 2026-07-13 | 14928.61 |
| 2026-07-20 | 14872.45 |
| 2026-07-27 | 14784.86 |
| 2026-08-03 | 14754.63 |
| 2026-08-10 | 14745.39 |
| 2026-08-17 | 14698.71 |
| 2026-08-25 | 14707.42 |
| 2026-09-01 | 14572.86 |
| 2026-09-08 | 14505.49 |
| 2026-09-15 | 14339.54 |
| 2026-09-22 | 14396.88 |
High
16038.82
Low
14336.52
Average
15121.66
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.