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: show the values
| Point | TMT/AUD |
|---|---|
| 2025-09-25 | 0.43401 |
| 2025-10-02 | 0.43267 |
| 2025-10-09 | 0.43217 |
| 2025-10-16 | 0.43995 |
| 2025-10-23 | 0.43839 |
| 2025-10-30 | 0.43641 |
| 2025-11-06 | 0.43849 |
| 2025-11-13 | 0.43602 |
| 2025-11-20 | 0.44106 |
| 2025-11-27 | 0.43804 |
| 2025-12-04 | 0.43269 |
| 2025-12-12 | 0.42865 |
| 2025-12-19 | 0.43197 |
| 2025-12-26 | 0.42628 |
| 2026-01-02 | 0.42686 |
| 2026-01-09 | 0.42729 |
| 2026-01-16 | 0.42668 |
| 2026-01-23 | 0.41642 |
| 2026-01-30 | 0.40777 |
| 2026-02-06 | 0.40812 |
| 2026-02-13 | 0.40562 |
| 2026-02-20 | 0.40443 |
| 2026-02-27 | 0.40091 |
| 2026-03-06 | 0.40796 |
| 2026-03-13 | 0.40457 |
| 2026-03-20 | 0.40434 |
| 2026-03-27 | 0.41425 |
| 2026-04-03 | 0.41467 |
| 2026-04-10 | 0.40346 |
| 2026-04-17 | 0.39755 |
| 2026-04-24 | 0.39934 |
| 2026-05-01 | 0.39619 |
| 2026-05-08 | 0.39386 |
| 2026-05-16 | 0.39857 |
| 2026-05-24 | 0.39981 |
| 2026-05-31 | 0.39783 |
| 2026-06-09 | 0.40471 |
| 2026-06-16 | 0.40445 |
| 2026-06-23 | 0.41115 |
| 2026-06-30 | 0.41371 |
| 2026-07-07 | 0.41121 |
| 2026-07-14 | 0.41077 |
| 2026-07-21 | 0.40639 |
| 2026-07-28 | 0.41022 |
| 2026-08-04 | 0.40660 |
| 2026-08-11 | 0.40369 |
| 2026-08-18 | 0.40062 |
| 2026-08-26 | 0.39686 |
| 2026-09-02 | 0.39883 |
| 2026-09-09 | 0.39458 |
| 2026-09-16 | 0.39967 |
| 2026-09-23 | 0.40473 |
High
0.44106
Low
0.39386
Average
0.41372
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=AUD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=AUD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=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¤cies=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.