Skip to content

KZT to CAD exchange rate API

Tenge to Canadian Dollar · quoted 2026-09-25

0.003201

▲ +24.94% over 1Y

1 KZT = 0.003201 CAD · 1 CAD = 312.4024 KZT · Get this rate via the API

1 KZT buys 0.003201 CAD as of 2026-09-25, so 1 CAD buys 312.4024 KZT. Over the last year, KZT/CAD traded between 0.002547 and 0.003201, averaged 0.002835 and rose 24.94%. The API holds daily KZT/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KZT/CAD over 1Y

KZT/CAD over 1Y: show the values
PointKZT/CAD
2025-09-250.002562
2025-10-020.002547
2025-10-090.002581
2025-10-160.002608
2025-10-230.002598
2025-10-300.002647
2025-11-060.002683
2025-11-130.002669
2025-11-200.002711
2025-11-270.002707
2025-12-040.002778
2025-12-120.002645
2025-12-190.002673
2025-12-260.002678
2026-01-020.002707
2026-01-090.002719
2026-01-160.002715
2026-01-230.002724
2026-01-300.002689
2026-02-060.002763
2026-02-130.002753
2026-02-200.002775
2026-02-270.002736
2026-03-060.002765
2026-03-130.002790
2026-03-200.002871
2026-03-270.002883
2026-04-030.002950
2026-04-100.002902
2026-04-170.002898
2026-04-240.002944
2026-05-010.002931
2026-05-080.002939
2026-05-160.002929
2026-05-240.002929
2026-05-310.002834
2026-06-090.002866
2026-06-160.002862
2026-06-230.002909
2026-06-300.002933
2026-07-070.003010
2026-07-140.002969
2026-07-210.002989
2026-07-280.002970
2026-08-040.002961
2026-08-110.002986
2026-08-180.003002
2026-08-260.003029
2026-09-020.003037
2026-09-090.003032
2026-09-160.003101
2026-09-230.003146

High

0.003201

Low

0.002547

Average

0.002835

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KZT&currencies=CAD").json()

Replace YOUR_API_KEY with the key from your dashboard.

KZT/CAD API questions

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

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

How far back does KZT/CAD historical data go?

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