Skip to content

TMT to AUD exchange rate API

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

0.40573

▼ +6.52% over 1Y

1 TMT = 0.40573 AUD · 1 AUD = 2.4647 TMT · Get this rate via the API

1 TMT buys 0.40573 AUD as of 2026-09-25, so 1 AUD buys 2.4647 TMT. Over the last year, TMT/AUD traded between 0.39386 and 0.44106, averaged 0.41372 and fell 6.52%. The API holds daily TMT/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TMT/AUD over 1Y

TMT/AUD over 1Y: show the values
PointTMT/AUD
2025-09-250.43401
2025-10-020.43267
2025-10-090.43217
2025-10-160.43995
2025-10-230.43839
2025-10-300.43641
2025-11-060.43849
2025-11-130.43602
2025-11-200.44106
2025-11-270.43804
2025-12-040.43269
2025-12-120.42865
2025-12-190.43197
2025-12-260.42628
2026-01-020.42686
2026-01-090.42729
2026-01-160.42668
2026-01-230.41642
2026-01-300.40777
2026-02-060.40812
2026-02-130.40562
2026-02-200.40443
2026-02-270.40091
2026-03-060.40796
2026-03-130.40457
2026-03-200.40434
2026-03-270.41425
2026-04-030.41467
2026-04-100.40346
2026-04-170.39755
2026-04-240.39934
2026-05-010.39619
2026-05-080.39386
2026-05-160.39857
2026-05-240.39981
2026-05-310.39783
2026-06-090.40471
2026-06-160.40445
2026-06-230.41115
2026-06-300.41371
2026-07-070.41121
2026-07-140.41077
2026-07-210.40639
2026-07-280.41022
2026-08-040.40660
2026-08-110.40369
2026-08-180.40062
2026-08-260.39686
2026-09-020.39883
2026-09-090.39458
2026-09-160.39967
2026-09-230.40473

High

0.44106

Low

0.39386

Average

0.41372

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&currencies=AUD").json()

Replace YOUR_API_KEY with the key from your dashboard.

TMT/AUD API questions

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

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

How far back does TMT/AUD historical data go?

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