CAD to KZT exchange rate API
Canadian Dollar to Tenge · quoted 2026-09-25
312.3985
▼ +14.91% over YTD
1 CAD = 312.3985 KZT · 1 KZT = 0.003201 CAD · Get this rate via the API
1 CAD buys 312.3985 KZT as of 2026-09-25, so 1 KZT buys 0.003201 CAD. Over the year to date, CAD/KZT traded between 312.3985 and 369.9179, averaged 345.7062 and fell 14.91%. The API holds daily CAD/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CAD/KZT over YTD: show the values
| Point | CAD/KZT |
|---|---|
| 2025-12-31 | 367.1510 |
| 2026-01-07 | 368.9739 |
| 2026-01-14 | 367.2205 |
| 2026-01-21 | 368.4783 |
| 2026-01-28 | 369.9179 |
| 2026-02-04 | 368.0056 |
| 2026-02-11 | 363.2858 |
| 2026-02-18 | 359.1874 |
| 2026-02-25 | 364.5094 |
| 2026-03-04 | 366.1789 |
| 2026-03-11 | 359.4455 |
| 2026-03-18 | 350.4357 |
| 2026-03-25 | 349.4641 |
| 2026-04-01 | 344.1854 |
| 2026-04-08 | 333.6317 |
| 2026-04-15 | 344.9223 |
| 2026-04-22 | 340.2148 |
| 2026-04-29 | 335.1379 |
| 2026-05-06 | 340.9017 |
| 2026-05-14 | 342.1180 |
| 2026-05-21 | 342.4674 |
| 2026-05-29 | 350.0746 |
| 2026-06-05 | 349.8094 |
| 2026-06-14 | 350.1105 |
| 2026-06-21 | 344.4921 |
| 2026-06-28 | 342.4559 |
| 2026-07-05 | 332.8159 |
| 2026-07-12 | 332.7466 |
| 2026-07-19 | 335.6106 |
| 2026-07-26 | 336.8967 |
| 2026-08-02 | 338.3848 |
| 2026-08-09 | 336.2466 |
| 2026-08-16 | 334.0959 |
| 2026-08-24 | 331.5916 |
| 2026-08-31 | 334.4399 |
| 2026-09-07 | 329.8535 |
| 2026-09-14 | 325.6368 |
| 2026-09-21 | 319.0467 |
High
369.9179
Low
312.3985
Average
345.7062
Get this rate via the API
One GET request returns the CAD/KZT 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=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/KZT API questions
How do I get the CAD/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/KZT rate in rates.KZT.
How far back does CAD/KZT historical data go?
Daily CAD/KZT 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/KZT 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.