Skip to content

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

CHF/UAH over 1Y: show the values
PointCHF/UAH
2025-09-2552.0950
2025-10-0251.8488
2025-10-0951.6985
2025-10-1652.2135
2025-10-2352.4002
2025-10-3052.3027
2025-11-0652.1165
2025-11-1352.8743
2025-11-2052.1343
2025-11-2752.4846
2025-12-0452.7459
2025-12-1253.1213
2025-12-1953.1109
2025-12-2653.2622
2026-01-0253.2725
2026-01-0953.8047
2026-01-1654.0824
2026-01-2354.5944
2026-01-3055.8235
2026-02-0655.5347
2026-02-1356.0721
2026-02-2055.7890
2026-02-2756.0568
2026-03-0655.8788
2026-03-1356.1775
2026-03-2055.6971
2026-03-2755.0816
2026-04-0354.7283
2026-04-1054.9773
2026-04-1755.8385
2026-04-2455.9355
2026-05-0156.2609
2026-05-0856.4269
2026-05-1656.0016
2026-05-2456.3886
2026-05-3156.6538
2026-06-0956.1070
2026-06-1656.3991
2026-06-2355.5180
2026-06-3055.3989
2026-07-0755.3197
2026-07-1455.1086
2026-07-2155.1757
2026-07-2854.7425
2026-08-0455.3274
2026-08-1155.3535
2026-08-1855.1064
2026-08-2655.4908
2026-09-0254.7131
2026-09-0955.2978
2026-09-1654.4971
2026-09-2354.4233

High

56.6538

Low

51.6985

Average

54.5983

For developers

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