Skip to content

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

AUD/TRY over 5Y: show the values
PointAUD/TRY
2021-09-276.4152
2021-11-087.2199
2021-12-2012.6417
2022-01-319.4381
2022-03-1410.7023
2022-04-2710.5784
2022-06-0812.3705
2022-07-2012.1517
2022-08-3112.4631
2022-10-1211.6217
2022-11-2312.3899
2023-01-0512.8251
2023-02-1613.0119
2023-03-3012.8299
2023-05-1613.1493
2023-06-2717.4227
2023-08-0817.5739
2023-09-1917.4818
2023-10-3117.9494
2023-12-1219.1343
2024-01-2619.9870
2024-03-0821.2181
2024-04-2321.0333
2024-06-0521.5444
2024-07-1722.3073
2024-08-2723.0773
2024-10-0123.6470
2024-10-3122.5062
2024-11-3022.5789
2024-12-3022.0168
2025-01-2922.2582
2025-02-2822.7099
2025-03-3023.8804
2025-04-2924.6231
2025-05-2925.1956
2025-06-2826.0530
2025-07-2826.4630
2025-08-2726.5542
2025-09-2627.1351
2025-10-2627.4233
2025-11-2527.4136
2025-12-2528.7227
2026-01-2429.8964
2026-02-2330.9915
2026-03-2530.8877
2026-04-2432.1668
2026-05-2432.6617
2026-06-2332.2411
2026-07-2333.0307
2026-08-2234.4172
2026-09-2134.8305

High

34.8305

Low

6.4152

Average

21.4088

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=TRY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=TRY");
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=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&currencies=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.