Convert AUD to STN
Australian Dollar → São Tomé and Príncipe Dobra
1 AUD = 15.104809 STN(1 STN = 0.0662041 AUD)
Currency converter
1 AUD =
15.1048 STN
AUD to STN: last 30 days
Over the last 30 days, 1 AUD traded between 15.1048 and 15.4093 STN, averaging 15.2504 STN. The AUD/STN rate is down 1.40% since 2026-08-28.
- 30-day high
- 15.4093
- 2026-09-09
- 30-day low
- 15.1048
- 2026-09-25
- 30-day average
- 15.2504
- Days with data: 30
- 30-day change
- -1.40%
- since 2026-08-28
15.4093
15.10482026-08-28 → 2026-09-26
| Date | 1 AUD in STN | Daily change |
|---|---|---|
| 2026-09-26 | 15.1048 | 0.00% |
| 2026-09-25 | 15.1048 | -0.27% |
| 2026-09-24 | 15.145 | -0.19% |
| 2026-09-23 | 15.174 | -0.80% |
| 2026-09-22 | 15.2969 | -0.29% |
| 2026-09-21 | 15.3414 | +0.76% |
| 2026-09-20 | 15.2251 | +0.08% |
| 2026-09-19 | 15.2122 | -1.09% |
| 2026-09-18 | 15.3791 | +1.02% |
| 2026-09-17 | 15.2232 | -0.14% |
| 2026-09-16 | 15.2453 | +0.28% |
| 2026-09-15 | 15.2031 | +0.08% |
| 2026-09-14 | 15.191 | +0.35% |
| 2026-09-13 | 15.1378 | -0.42% |
| 2026-09-12 | 15.2012 | -0.20% |
| Date | 1 AUD in STN | Daily change |
|---|---|---|
| 2026-09-11 | 15.2321 | -0.01% |
| 2026-09-10 | 15.2343 | -1.14% |
| 2026-09-09 | 15.4093 | +0.56% |
| 2026-09-08 | 15.3233 | -0.14% |
| 2026-09-07 | 15.3455 | +0.20% |
| 2026-09-06 | 15.3147 | +1.04% |
| 2026-09-05 | 15.1566 | -0.94% |
| 2026-09-04 | 15.3002 | -0.11% |
| 2026-09-03 | 15.3165 | +0.62% |
| 2026-09-02 | 15.2215 | +0.29% |
| 2026-09-01 | 15.1777 | -0.96% |
| 2026-08-31 | 15.3243 | -0.02% |
| 2026-08-30 | 15.3266 | +0.01% |
| 2026-08-29 | 15.3252 | +0.04% |
| 2026-08-28 | 15.3194 | — |
AUD to STN conversion table
1 AUD15.1048 STN
5 AUD75.524 STN
10 AUD151.0481 STN
25 AUD377.6202 STN
50 AUD755.2404 STN
100 AUD1,510.4809 STN
500 AUD7,552.4044 STN
1,000 AUD15,104.809 STN
5,000 AUD75,524.044 STN
10,000 AUD151,048.09 STN
Get the AUD/STN rate in your app
One GET request returns the latest AUD → STN 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/AUD/STN"fetch('https://rate-api.com/api/v1/pair/AUD/STN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} STN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/STN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} STN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/STN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} STN\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "STN"
},
"rate": 15.1048,
"timestamp": 1790429337,
"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
STN to AUDSão Tomé and Príncipe Dobra → Australian Dollar0.066204Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.