Skip to content

CAD to UAH exchange rate API

Canadian Dollar to Hryvnia · quoted 2026-09-25

31.8001

▲ +6.55% over 1Y

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 last year, CAD/UAH traded between 29.5836 and 32.4141, averaged 31.3458 and rose 6.55%. 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 1Y

CAD/UAH over 1Y: show the values
PointCAD/UAH
2025-09-2529.8453
2025-10-0229.5836
2025-10-0929.7111
2025-10-1629.6695
2025-10-2329.8779
2025-10-3030.0031
2025-11-0629.8743
2025-11-1330.0375
2025-11-2029.9207
2025-11-2730.1142
2025-12-0430.2256
2025-12-1230.7195
2025-12-1930.6337
2025-12-2630.7317
2026-01-0230.7648
2026-01-0931.0052
2026-01-1631.2160
2026-01-2331.3391
2026-01-3031.7107
2026-02-0631.6125
2026-02-1331.6462
2026-02-2031.6202
2026-02-2731.6216
2026-03-0632.0253
2026-03-1332.2718
2026-03-2031.9655
2026-03-2731.6476
2026-04-0331.4015
2026-04-1031.3860
2026-04-1731.9577
2026-04-2432.1132
2026-05-0132.3645
2026-05-0832.1637
2026-05-1632.0584
2026-05-2431.9814
2026-05-3132.0811
2026-06-0932.0601
2026-06-1632.0178
2026-06-2331.6887
2026-06-3031.5042
2026-07-0731.3711
2026-07-1431.6956
2026-07-2131.7923
2026-07-2831.8125
2026-08-0431.8446
2026-08-1132.1817
2026-08-1832.2746
2026-08-2632.1775
2026-09-0231.9822
2026-09-0932.4141
2026-09-1632.0198
2026-09-2331.7867

High

32.4141

Low

29.5836

Average

31.3458

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.