Skip to content

AUD to TMT exchange rate API

Australian Dollar to Turkmenistan New Manat · quoted 2026-09-25

2.4670

▲ +5.50% over YTD

1 AUD = 2.4670 TMT · 1 TMT = 0.40535 AUD · Get this rate via the API

1 AUD buys 2.4670 TMT as of 2026-09-25, so 1 TMT buys 0.40535 AUD. Over the year to date, AUD/TMT traded between 2.3369 and 2.5402, averaged 2.4666 and rose 5.50%. The API holds daily AUD/TMT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AUD/TMT over YTD

AUD/TMT over YTD: show the values
PointAUD/TMT
2025-12-312.3384
2026-01-072.3521
2026-01-142.3369
2026-01-212.3753
2026-01-282.4484
2026-02-042.4651
2026-02-112.4904
2026-02-182.4810
2026-02-252.4888
2026-03-042.4696
2026-03-112.5098
2026-03-182.4683
2026-03-252.4309
2026-04-012.4327
2026-04-082.4767
2026-04-152.5013
2026-04-222.5070
2026-04-292.5104
2026-05-062.5388
2026-05-142.5402
2026-05-212.5018
2026-05-292.5157
2026-06-052.5064
2026-06-142.4744
2026-06-212.4536
2026-06-282.4125
2026-07-052.4240
2026-07-122.4282
2026-07-192.4451
2026-07-262.4473
2026-08-022.4559
2026-08-092.4706
2026-08-162.4839
2026-08-242.5039
2026-08-312.5138
2026-09-072.5251
2026-09-142.5024
2026-09-212.5052

High

2.5402

Low

2.3369

Average

2.4666

For developers

Get this rate via the API

One GET request returns the AUD/TMT 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=TMT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=TMT");
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=TMT").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/TMT API questions

How do I get the AUD/TMT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=TMT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/TMT rate in rates.TMT.

How far back does AUD/TMT historical data go?

Daily AUD/TMT 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/TMT 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.