Skip to content

AUD to KZT exchange rate API

Australian Dollar to Tenge · quoted 2026-09-25

310.1760

▼ +13.11% over 1Y

1 AUD = 310.1760 KZT · 1 KZT = 0.003224 AUD · Get this rate via the API

1 AUD buys 310.1760 KZT as of 2026-09-25, so 1 KZT buys 0.003224 AUD. Over the last year, AUD/KZT traded between 310.1760 and 361.6780, averaged 338.7327 and fell 13.11%. The API holds daily AUD/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AUD/KZT over 1Y

AUD/KZT over 1Y: show the values
PointAUD/KZT
2025-09-25356.9560
2025-10-02361.6780
2025-10-09356.4676
2025-10-16350.0412
2025-10-23350.1554
2025-10-30345.7598
2025-11-06342.1965
2025-11-13344.0019
2025-11-20336.0713
2025-11-27338.5611
2025-12-04332.1905
2025-12-12346.6844
2025-12-19340.6933
2025-12-26342.4562
2026-01-02339.5823
2026-01-09340.7569
2026-01-16342.6177
2026-01-23346.8104
2026-01-30352.5437
2026-02-06345.5681
2026-02-13348.8729
2026-02-20347.6764
2026-02-27354.9885
2026-03-06345.8188
2026-03-13345.8666
2026-03-20337.5639
2026-03-27331.0717
2026-04-03325.7300
2026-04-10336.7855
2026-04-17338.4892
2026-04-24331.9378
2026-05-01333.6252
2026-05-08336.0810
2026-05-16335.4277
2026-05-24337.0923
2026-05-31349.6695
2026-06-09342.9046
2026-06-16345.8843
2026-06-23338.1891
2026-06-30334.1708
2026-07-07328.1365
2026-07-14329.9023
2026-07-21330.2971
2026-07-28330.9659
2026-08-04333.8793
2026-08-11329.7116
2026-08-18328.6116
2026-08-26328.7957
2026-09-02327.6760
2026-09-09328.0083
2026-09-16320.5943
2026-09-23316.4407

High

361.6780

Low

310.1760

Average

338.7327

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

AUD/KZT API questions

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

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

How far back does AUD/KZT historical data go?

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