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: show the values
| Point | CAD/UAH |
|---|---|
| 2025-12-31 | 30.9347 |
| 2026-01-07 | 30.8056 |
| 2026-01-14 | 31.1522 |
| 2026-01-21 | 31.3757 |
| 2026-01-28 | 31.7150 |
| 2026-02-04 | 31.5971 |
| 2026-02-11 | 31.8329 |
| 2026-02-18 | 31.6960 |
| 2026-02-25 | 31.6213 |
| 2026-03-04 | 31.9023 |
| 2026-03-11 | 32.3056 |
| 2026-03-18 | 32.0287 |
| 2026-03-25 | 31.8769 |
| 2026-04-01 | 31.5747 |
| 2026-04-08 | 31.3661 |
| 2026-04-15 | 31.5888 |
| 2026-04-22 | 32.3246 |
| 2026-04-29 | 32.2219 |
| 2026-05-06 | 32.2407 |
| 2026-05-14 | 32.0140 |
| 2026-05-21 | 32.1200 |
| 2026-05-29 | 32.0683 |
| 2026-06-05 | 31.9493 |
| 2026-06-14 | 32.1233 |
| 2026-06-21 | 31.6947 |
| 2026-06-28 | 31.6124 |
| 2026-07-05 | 31.4338 |
| 2026-07-12 | 31.4333 |
| 2026-07-19 | 31.8517 |
| 2026-07-26 | 31.8059 |
| 2026-08-02 | 31.9023 |
| 2026-08-09 | 32.0938 |
| 2026-08-16 | 32.2399 |
| 2026-08-24 | 32.2919 |
| 2026-08-31 | 32.1783 |
| 2026-09-07 | 32.3063 |
| 2026-09-14 | 32.0621 |
| 2026-09-21 | 31.9336 |
High
32.3246
Low
30.8056
Average
31.8225
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.