Skip to content

KZT to AUD exchange rate API

Tenge to Australian Dollar · quoted 2026-09-25

0.003225

▲ +5.98% over 5Y

1 KZT = 0.003225 AUD · 1 AUD = 310.0775 KZT · Get this rate via the API

1 KZT buys 0.003225 AUD as of 2026-09-25, so 1 AUD buys 310.0775 KZT. Over the last 5 years, KZT/AUD traded between 0.002766 and 0.003279, averaged 0.003008 and rose 5.98%. The API holds daily KZT/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KZT/AUD over 5Y

KZT/AUD over 5Y: show the values
PointKZT/AUD
2024-08-240.003043
2024-10-070.003048
2024-11-060.003118
2024-12-060.002988
2025-01-050.003066
2025-02-040.003090
2025-03-060.003177
2025-04-060.003279
2025-05-060.002995
2025-06-070.003019
2025-07-070.002962
2025-08-060.002862
2025-09-050.002830
2025-10-060.002766
2025-11-050.002940
2025-12-050.002980
2026-01-050.002949
2026-02-040.002831
2026-03-060.002891
2026-04-050.003088
2026-05-050.003006
2026-06-060.002922
2026-07-080.003069
2026-08-070.003026
2026-09-070.003040

High

0.003279

Low

0.002766

Average

0.003008

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KZT/AUD API questions

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

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

How far back does KZT/AUD historical data go?

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