Skip to content

AUD to TRY exchange rate API

Australian Dollar to Turkish Lira · quoted 2026-09-25

34.4161

▲ +26.06% over 1Y

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 year, AUD/TRY traded between 27.1979 and 34.8436, averaged 30.9996 and rose 26.06%. 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 1Y

AUD/TRY over 1Y: show the values
PointAUD/TRY
2025-09-2527.3009
2025-10-0227.4979
2025-10-0927.5264
2025-10-1627.1979
2025-10-2327.3705
2025-10-3027.4423
2025-11-0627.4496
2025-11-1327.7030
2025-11-2027.4489
2025-11-2727.6975
2025-12-0428.0451
2025-12-1128.3624
2025-12-1828.2395
2025-12-2528.7227
2026-01-0128.6656
2026-01-0828.8297
2026-01-1528.8826
2026-01-2229.4632
2026-01-2930.6885
2026-02-0530.3560
2026-02-1231.0765
2026-02-1930.8077
2026-02-2631.2449
2026-03-0530.9961
2026-03-1231.4597
2026-03-1931.0431
2026-03-2630.6683
2026-04-0230.5763
2026-04-0931.4016
2026-04-1632.1106
2026-04-2332.1375
2026-04-3032.2984
2026-05-0732.8249
2026-05-1432.8967
2026-05-2132.5112
2026-05-2832.6764
2026-06-0432.8366
2026-06-1132.2973
2026-06-1832.5334
2026-06-2532.0633
2026-07-0232.1694
2026-07-0932.4924
2026-07-1632.9774
2026-07-2333.0307
2026-07-3033.0986
2026-08-0633.5168
2026-08-1333.6901
2026-08-2034.0762
2026-08-2734.6063
2026-09-0334.7543
2026-09-1034.8436
2026-09-1734.6268
2026-09-2434.3285

High

34.8436

Low

27.1979

Average

30.9996

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.