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: show the values
| Point | AUD/KZT |
|---|---|
| 2025-09-25 | 356.9560 |
| 2025-10-02 | 361.6780 |
| 2025-10-09 | 356.4676 |
| 2025-10-16 | 350.0412 |
| 2025-10-23 | 350.1554 |
| 2025-10-30 | 345.7598 |
| 2025-11-06 | 342.1965 |
| 2025-11-13 | 344.0019 |
| 2025-11-20 | 336.0713 |
| 2025-11-27 | 338.5611 |
| 2025-12-04 | 332.1905 |
| 2025-12-12 | 346.6844 |
| 2025-12-19 | 340.6933 |
| 2025-12-26 | 342.4562 |
| 2026-01-02 | 339.5823 |
| 2026-01-09 | 340.7569 |
| 2026-01-16 | 342.6177 |
| 2026-01-23 | 346.8104 |
| 2026-01-30 | 352.5437 |
| 2026-02-06 | 345.5681 |
| 2026-02-13 | 348.8729 |
| 2026-02-20 | 347.6764 |
| 2026-02-27 | 354.9885 |
| 2026-03-06 | 345.8188 |
| 2026-03-13 | 345.8666 |
| 2026-03-20 | 337.5639 |
| 2026-03-27 | 331.0717 |
| 2026-04-03 | 325.7300 |
| 2026-04-10 | 336.7855 |
| 2026-04-17 | 338.4892 |
| 2026-04-24 | 331.9378 |
| 2026-05-01 | 333.6252 |
| 2026-05-08 | 336.0810 |
| 2026-05-16 | 335.4277 |
| 2026-05-24 | 337.0923 |
| 2026-05-31 | 349.6695 |
| 2026-06-09 | 342.9046 |
| 2026-06-16 | 345.8843 |
| 2026-06-23 | 338.1891 |
| 2026-06-30 | 334.1708 |
| 2026-07-07 | 328.1365 |
| 2026-07-14 | 329.9023 |
| 2026-07-21 | 330.2971 |
| 2026-07-28 | 330.9659 |
| 2026-08-04 | 333.8793 |
| 2026-08-11 | 329.7116 |
| 2026-08-18 | 328.6116 |
| 2026-08-26 | 328.7957 |
| 2026-09-02 | 327.6760 |
| 2026-09-09 | 328.0083 |
| 2026-09-16 | 320.5943 |
| 2026-09-23 | 316.4407 |
High
361.6780
Low
310.1760
Average
338.7327
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.