Skip to content

CAD to UAH exchange rate API

Canadian Dollar to Hryvnia · quoted 2026-09-25

31.8001

▲ +2.80% over YTD

1 CAD = 31.8001 UAH · 1 UAH = 0.03145 CAD · Get this rate via the API

1 CAD buys 31.8001 UAH as of 2026-09-25, so 1 UAH buys 0.03145 CAD. Over the year to date, CAD/UAH traded between 30.8056 and 32.3246, averaged 31.8225 and rose 2.80%. The API holds daily CAD/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/UAH over YTD

CAD/UAH over YTD: show the values
PointCAD/UAH
2025-12-3130.9347
2026-01-0730.8056
2026-01-1431.1522
2026-01-2131.3757
2026-01-2831.7150
2026-02-0431.5971
2026-02-1131.8329
2026-02-1831.6960
2026-02-2531.6213
2026-03-0431.9023
2026-03-1132.3056
2026-03-1832.0287
2026-03-2531.8769
2026-04-0131.5747
2026-04-0831.3661
2026-04-1531.5888
2026-04-2232.3246
2026-04-2932.2219
2026-05-0632.2407
2026-05-1432.0140
2026-05-2132.1200
2026-05-2932.0683
2026-06-0531.9493
2026-06-1432.1233
2026-06-2131.6947
2026-06-2831.6124
2026-07-0531.4338
2026-07-1231.4333
2026-07-1931.8517
2026-07-2631.8059
2026-08-0231.9023
2026-08-0932.0938
2026-08-1632.2399
2026-08-2432.2919
2026-08-3132.1783
2026-09-0732.3063
2026-09-1432.0621
2026-09-2131.9336

High

32.3246

Low

30.8056

Average

31.8225

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/UAH API questions

How do I get the CAD/UAH exchange rate from an API?

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

How far back does CAD/UAH historical data go?

Daily CAD/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 CAD/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.