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: show the values
| Point | AUD/TRY |
|---|---|
| 2025-09-25 | 27.3009 |
| 2025-10-02 | 27.4979 |
| 2025-10-09 | 27.5264 |
| 2025-10-16 | 27.1979 |
| 2025-10-23 | 27.3705 |
| 2025-10-30 | 27.4423 |
| 2025-11-06 | 27.4496 |
| 2025-11-13 | 27.7030 |
| 2025-11-20 | 27.4489 |
| 2025-11-27 | 27.6975 |
| 2025-12-04 | 28.0451 |
| 2025-12-11 | 28.3624 |
| 2025-12-18 | 28.2395 |
| 2025-12-25 | 28.7227 |
| 2026-01-01 | 28.6656 |
| 2026-01-08 | 28.8297 |
| 2026-01-15 | 28.8826 |
| 2026-01-22 | 29.4632 |
| 2026-01-29 | 30.6885 |
| 2026-02-05 | 30.3560 |
| 2026-02-12 | 31.0765 |
| 2026-02-19 | 30.8077 |
| 2026-02-26 | 31.2449 |
| 2026-03-05 | 30.9961 |
| 2026-03-12 | 31.4597 |
| 2026-03-19 | 31.0431 |
| 2026-03-26 | 30.6683 |
| 2026-04-02 | 30.5763 |
| 2026-04-09 | 31.4016 |
| 2026-04-16 | 32.1106 |
| 2026-04-23 | 32.1375 |
| 2026-04-30 | 32.2984 |
| 2026-05-07 | 32.8249 |
| 2026-05-14 | 32.8967 |
| 2026-05-21 | 32.5112 |
| 2026-05-28 | 32.6764 |
| 2026-06-04 | 32.8366 |
| 2026-06-11 | 32.2973 |
| 2026-06-18 | 32.5334 |
| 2026-06-25 | 32.0633 |
| 2026-07-02 | 32.1694 |
| 2026-07-09 | 32.4924 |
| 2026-07-16 | 32.9774 |
| 2026-07-23 | 33.0307 |
| 2026-07-30 | 33.0986 |
| 2026-08-06 | 33.5168 |
| 2026-08-13 | 33.6901 |
| 2026-08-20 | 34.0762 |
| 2026-08-27 | 34.6063 |
| 2026-09-03 | 34.7543 |
| 2026-09-10 | 34.8436 |
| 2026-09-17 | 34.6268 |
| 2026-09-24 | 34.3285 |
High
34.8436
Low
27.1979
Average
30.9996
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.