AUD to KZT exchange rate API
Australian Dollar to Tenge · quoted 2026-09-25
310.1760
▼ +7.68% over YTD
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 year to date, AUD/KZT traded between 310.1760 and 353.8923, averaged 336.7449 and fell 7.68%. 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 YTD: show the values
| Point | AUD/KZT |
|---|---|
| 2025-12-31 | 335.9721 |
| 2026-01-07 | 342.7993 |
| 2026-01-14 | 340.2628 |
| 2026-01-21 | 344.0830 |
| 2026-01-28 | 351.2133 |
| 2026-02-04 | 353.2102 |
| 2026-02-11 | 350.0779 |
| 2026-02-18 | 346.6627 |
| 2026-02-25 | 353.8923 |
| 2026-03-04 | 353.0210 |
| 2026-03-11 | 349.3912 |
| 2026-03-18 | 339.0231 |
| 2026-03-25 | 335.3991 |
| 2026-04-01 | 332.5331 |
| 2026-04-08 | 326.3111 |
| 2026-04-15 | 339.2387 |
| 2026-04-22 | 332.5411 |
| 2026-04-29 | 328.2276 |
| 2026-05-06 | 335.8840 |
| 2026-05-14 | 339.9587 |
| 2026-05-21 | 336.1329 |
| 2026-05-29 | 346.5391 |
| 2026-06-05 | 346.7623 |
| 2026-06-14 | 345.9366 |
| 2026-06-21 | 342.1602 |
| 2026-06-28 | 334.9839 |
| 2026-07-05 | 327.8831 |
| 2026-07-12 | 327.3448 |
| 2026-07-19 | 328.1768 |
| 2026-07-26 | 331.9299 |
| 2026-08-02 | 333.8489 |
| 2026-08-09 | 331.3973 |
| 2026-08-16 | 328.3897 |
| 2026-08-24 | 328.8840 |
| 2026-08-31 | 332.6015 |
| 2026-09-07 | 328.8912 |
| 2026-09-14 | 322.4008 |
| 2026-09-21 | 318.9080 |
High
353.8923
Low
310.1760
Average
336.7449
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.