AUD to TRY exchange rate API
Australian Dollar to Turkish Lira · quoted 2026-09-25
34.4161
▲ +436.48% over 5Y
1 AUD = 34.4161 TRY · 1 TRY = 0.02906 AUD · Get this rate via the API
1 AUD buys 34.4161 TRY as of 2026-09-25, so 1 TRY buys 0.02906 AUD. Over the last 5 years, AUD/TRY traded between 6.4152 and 34.8305, averaged 21.4088 and rose 436.48%. The API holds daily AUD/TRY rates from 2005-01-03 — 21 years of history — so any past day, or a whole series, is one request away.
AUD/TRY over 5Y: show the values
| Point | AUD/TRY |
|---|---|
| 2021-09-27 | 6.4152 |
| 2021-11-08 | 7.2199 |
| 2021-12-20 | 12.6417 |
| 2022-01-31 | 9.4381 |
| 2022-03-14 | 10.7023 |
| 2022-04-27 | 10.5784 |
| 2022-06-08 | 12.3705 |
| 2022-07-20 | 12.1517 |
| 2022-08-31 | 12.4631 |
| 2022-10-12 | 11.6217 |
| 2022-11-23 | 12.3899 |
| 2023-01-05 | 12.8251 |
| 2023-02-16 | 13.0119 |
| 2023-03-30 | 12.8299 |
| 2023-05-16 | 13.1493 |
| 2023-06-27 | 17.4227 |
| 2023-08-08 | 17.5739 |
| 2023-09-19 | 17.4818 |
| 2023-10-31 | 17.9494 |
| 2023-12-12 | 19.1343 |
| 2024-01-26 | 19.9870 |
| 2024-03-08 | 21.2181 |
| 2024-04-23 | 21.0333 |
| 2024-06-05 | 21.5444 |
| 2024-07-17 | 22.3073 |
| 2024-08-27 | 23.0773 |
| 2024-10-01 | 23.6470 |
| 2024-10-31 | 22.5062 |
| 2024-11-30 | 22.5789 |
| 2024-12-30 | 22.0168 |
| 2025-01-29 | 22.2582 |
| 2025-02-28 | 22.7099 |
| 2025-03-30 | 23.8804 |
| 2025-04-29 | 24.6231 |
| 2025-05-29 | 25.1956 |
| 2025-06-28 | 26.0530 |
| 2025-07-28 | 26.4630 |
| 2025-08-27 | 26.5542 |
| 2025-09-26 | 27.1351 |
| 2025-10-26 | 27.4233 |
| 2025-11-25 | 27.4136 |
| 2025-12-25 | 28.7227 |
| 2026-01-24 | 29.8964 |
| 2026-02-23 | 30.9915 |
| 2026-03-25 | 30.8877 |
| 2026-04-24 | 32.1668 |
| 2026-05-24 | 32.6617 |
| 2026-06-23 | 32.2411 |
| 2026-07-23 | 33.0307 |
| 2026-08-22 | 34.4172 |
| 2026-09-21 | 34.8305 |
High
34.8305
Low
6.4152
Average
21.4088
Get this rate via the API
One GET request returns the AUD/TRY 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=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=TRY").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/TRY API questions
How do I get the AUD/TRY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=TRY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/TRY rate in rates.TRY.
How far back does AUD/TRY historical data go?
Daily AUD/TRY rates are available from 2005-01-03. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/TRY 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.