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: show the values
| Point | AUD/TMT |
|---|---|
| 2025-12-31 | 2.3384 |
| 2026-01-07 | 2.3521 |
| 2026-01-14 | 2.3369 |
| 2026-01-21 | 2.3753 |
| 2026-01-28 | 2.4484 |
| 2026-02-04 | 2.4651 |
| 2026-02-11 | 2.4904 |
| 2026-02-18 | 2.4810 |
| 2026-02-25 | 2.4888 |
| 2026-03-04 | 2.4696 |
| 2026-03-11 | 2.5098 |
| 2026-03-18 | 2.4683 |
| 2026-03-25 | 2.4309 |
| 2026-04-01 | 2.4327 |
| 2026-04-08 | 2.4767 |
| 2026-04-15 | 2.5013 |
| 2026-04-22 | 2.5070 |
| 2026-04-29 | 2.5104 |
| 2026-05-06 | 2.5388 |
| 2026-05-14 | 2.5402 |
| 2026-05-21 | 2.5018 |
| 2026-05-29 | 2.5157 |
| 2026-06-05 | 2.5064 |
| 2026-06-14 | 2.4744 |
| 2026-06-21 | 2.4536 |
| 2026-06-28 | 2.4125 |
| 2026-07-05 | 2.4240 |
| 2026-07-12 | 2.4282 |
| 2026-07-19 | 2.4451 |
| 2026-07-26 | 2.4473 |
| 2026-08-02 | 2.4559 |
| 2026-08-09 | 2.4706 |
| 2026-08-16 | 2.4839 |
| 2026-08-24 | 2.5039 |
| 2026-08-31 | 2.5138 |
| 2026-09-07 | 2.5251 |
| 2026-09-14 | 2.5024 |
| 2026-09-21 | 2.5052 |
High
2.5402
Low
2.3369
Average
2.4666
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=TMT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=TMT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.