AUD to KZT exchange rate API
Australian Dollar to Tenge · quoted 2026-09-25
310.1760
▼ +5.61% over 5Y
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 5 years, AUD/KZT traded between 304.9074 and 361.4474, averaged 332.9010 and fell 5.61%. 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 5Y: show the values
| Point | AUD/KZT |
|---|---|
| 2024-08-24 | 328.6052 |
| 2024-10-07 | 328.0519 |
| 2024-11-06 | 320.6551 |
| 2024-12-06 | 334.6253 |
| 2025-01-05 | 326.0856 |
| 2025-02-04 | 323.6052 |
| 2025-03-06 | 314.7358 |
| 2025-04-06 | 304.9074 |
| 2025-05-06 | 333.8494 |
| 2025-06-07 | 331.1593 |
| 2025-07-07 | 337.5702 |
| 2025-08-06 | 349.3688 |
| 2025-09-05 | 353.3247 |
| 2025-10-06 | 361.4474 |
| 2025-11-05 | 340.0577 |
| 2025-12-05 | 335.5239 |
| 2026-01-05 | 339.0219 |
| 2026-02-04 | 353.2102 |
| 2026-03-06 | 345.8188 |
| 2026-04-05 | 323.7969 |
| 2026-05-05 | 332.6629 |
| 2026-06-06 | 342.1633 |
| 2026-07-08 | 325.7450 |
| 2026-08-07 | 330.3677 |
| 2026-09-07 | 328.8912 |
High
361.4474
Low
304.9074
Average
332.9010
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.