Convert TJS to AUD
Tajikistani Somoni → Australian Dollar
1 TJS = 0.154302 AUD(1 AUD = 6.480778 TJS)
Currency converter
1 TJS =
0.1543 AUD
TJS to AUD: last 30 days
Over the last 30 days, 1 TJS traded between 0.14988 and 0.1543 AUD, averaging 0.15144 AUD. The TJS/AUD rate is up 2.52% since 2026-08-28.
- 30-day high
- 0.1543
- 2026-09-25
- 30-day low
- 0.14988
- 2026-09-09
- 30-day average
- 0.15144
- Days with data: 30
- 30-day change
- +2.52%
- since 2026-08-28
0.1543
0.149882026-08-28 → 2026-09-26
| Date | 1 TJS in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.1543 | 0.00% |
| 2026-09-25 | 0.1543 | +0.38% |
| 2026-09-24 | 0.15372 | +0.36% |
| 2026-09-23 | 0.15317 | +0.59% |
| 2026-09-22 | 0.15226 | +0.28% |
| 2026-09-21 | 0.15184 | -0.10% |
| 2026-09-20 | 0.15199 | -0.13% |
| 2026-09-19 | 0.15219 | -0.05% |
| 2026-09-18 | 0.15227 | +0.33% |
| 2026-09-17 | 0.15177 | -0.13% |
| 2026-09-16 | 0.15197 | +0.01% |
| 2026-09-15 | 0.15195 | +0.14% |
| 2026-09-14 | 0.15174 | +0.69% |
| 2026-09-13 | 0.15069 | -0.06% |
| 2026-09-12 | 0.15078 | -0.09% |
| Date | 1 TJS in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.15091 | +0.15% |
| 2026-09-10 | 0.15068 | +0.54% |
| 2026-09-09 | 0.14988 | -0.19% |
| 2026-09-08 | 0.15017 | -0.07% |
| 2026-09-07 | 0.15028 | +0.20% |
| 2026-09-06 | 0.14997 | -0.25% |
| 2026-09-05 | 0.15035 | -0.07% |
| 2026-09-04 | 0.15045 | -0.13% |
| 2026-09-03 | 0.15065 | -0.53% |
| 2026-09-02 | 0.15145 | -0.22% |
| 2026-09-01 | 0.15178 | +0.78% |
| 2026-08-31 | 0.1506 | +0.30% |
| 2026-08-30 | 0.15015 | -0.13% |
| 2026-08-29 | 0.15035 | -0.11% |
| 2026-08-28 | 0.1505 | — |
TJS to AUD conversion table
1 TJS0.1543 AUD
5 TJS0.77151 AUD
10 TJS1.543 AUD
25 TJS3.8576 AUD
50 TJS7.7151 AUD
100 TJS15.4302 AUD
500 TJS77.1512 AUD
1,000 TJS154.3025 AUD
5,000 TJS771.5123 AUD
10,000 TJS1,543.0246 AUD
Get the TJS/AUD rate in your app
One GET request returns the latest TJS → AUD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/TJS/AUD"fetch('https://rate-api.com/api/v1/pair/TJS/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TJS = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TJS/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TJS = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TJS/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TJS = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "TJS",
"to": "AUD"
},
"rate": 0.1543,
"timestamp": 1790435060,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
AUD to TJSAustralian Dollar → Tajikistani Somoni6.4808Convert TJS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.