CHF to UAH exchange rate API
Swiss Franc to Hryvnia · quoted 2026-09-25
54.2477
▲ +4.13% over 1Y
1 CHF = 54.2477 UAH · 1 UAH = 0.01843 CHF · Get this rate via the API
1 CHF buys 54.2477 UAH as of 2026-09-25, so 1 UAH buys 0.01843 CHF. Over the last year, CHF/UAH traded between 51.6985 and 56.6538, averaged 54.5983 and rose 4.13%. The API holds daily CHF/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/UAH over 1Y: show the values
| Point | CHF/UAH |
|---|---|
| 2025-09-25 | 52.0950 |
| 2025-10-02 | 51.8488 |
| 2025-10-09 | 51.6985 |
| 2025-10-16 | 52.2135 |
| 2025-10-23 | 52.4002 |
| 2025-10-30 | 52.3027 |
| 2025-11-06 | 52.1165 |
| 2025-11-13 | 52.8743 |
| 2025-11-20 | 52.1343 |
| 2025-11-27 | 52.4846 |
| 2025-12-04 | 52.7459 |
| 2025-12-12 | 53.1213 |
| 2025-12-19 | 53.1109 |
| 2025-12-26 | 53.2622 |
| 2026-01-02 | 53.2725 |
| 2026-01-09 | 53.8047 |
| 2026-01-16 | 54.0824 |
| 2026-01-23 | 54.5944 |
| 2026-01-30 | 55.8235 |
| 2026-02-06 | 55.5347 |
| 2026-02-13 | 56.0721 |
| 2026-02-20 | 55.7890 |
| 2026-02-27 | 56.0568 |
| 2026-03-06 | 55.8788 |
| 2026-03-13 | 56.1775 |
| 2026-03-20 | 55.6971 |
| 2026-03-27 | 55.0816 |
| 2026-04-03 | 54.7283 |
| 2026-04-10 | 54.9773 |
| 2026-04-17 | 55.8385 |
| 2026-04-24 | 55.9355 |
| 2026-05-01 | 56.2609 |
| 2026-05-08 | 56.4269 |
| 2026-05-16 | 56.0016 |
| 2026-05-24 | 56.3886 |
| 2026-05-31 | 56.6538 |
| 2026-06-09 | 56.1070 |
| 2026-06-16 | 56.3991 |
| 2026-06-23 | 55.5180 |
| 2026-06-30 | 55.3989 |
| 2026-07-07 | 55.3197 |
| 2026-07-14 | 55.1086 |
| 2026-07-21 | 55.1757 |
| 2026-07-28 | 54.7425 |
| 2026-08-04 | 55.3274 |
| 2026-08-11 | 55.3535 |
| 2026-08-18 | 55.1064 |
| 2026-08-26 | 55.4908 |
| 2026-09-02 | 54.7131 |
| 2026-09-09 | 55.2978 |
| 2026-09-16 | 54.4971 |
| 2026-09-23 | 54.4233 |
High
56.6538
Low
51.6985
Average
54.5983
Get this rate via the API
One GET request returns the CHF/UAH 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=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=UAH").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/UAH API questions
How do I get the CHF/UAH exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/UAH rate in rates.UAH.
How far back does CHF/UAH historical data go?
Daily CHF/UAH 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/UAH 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.