Convert STN to AUD
São Tomé and Príncipe Dobra → Australian Dollar
1 STN = 0.0662041 AUD(1 AUD = 15.104809 STN)
Currency converter
1 STN =
0.066204 AUD
STN to AUD: last 30 days
Over the last 30 days, 1 STN traded between 0.064896 and 0.066204 AUD, averaging 0.065574 AUD. The STN/AUD rate is up 1.42% since 2026-08-28.
- 30-day high
- 0.066204
- 2026-09-25
- 30-day low
- 0.064896
- 2026-09-09
- 30-day average
- 0.065574
- Days with data: 30
- 30-day change
- +1.42%
- since 2026-08-28
0.066204
0.0648962026-08-28 → 2026-09-26
| Date | 1 STN in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.066204 | 0.00% |
| 2026-09-25 | 0.066204 | +0.27% |
| 2026-09-24 | 0.066029 | +0.19% |
| 2026-09-23 | 0.065902 | +0.81% |
| 2026-09-22 | 0.065373 | +0.29% |
| 2026-09-21 | 0.065183 | -0.76% |
| 2026-09-20 | 0.065681 | -0.08% |
| 2026-09-19 | 0.065737 | +1.10% |
| 2026-09-18 | 0.065023 | -1.01% |
| 2026-09-17 | 0.065689 | +0.15% |
| 2026-09-16 | 0.065594 | -0.28% |
| 2026-09-15 | 0.065776 | -0.08% |
| 2026-09-14 | 0.065828 | -0.35% |
| 2026-09-13 | 0.06606 | +0.42% |
| 2026-09-12 | 0.065784 | +0.20% |
| Date | 1 STN in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.065651 | +0.01% |
| 2026-09-10 | 0.065641 | +1.15% |
| 2026-09-09 | 0.064896 | -0.56% |
| 2026-09-08 | 0.06526 | +0.14% |
| 2026-09-07 | 0.065166 | -0.20% |
| 2026-09-06 | 0.065297 | -1.03% |
| 2026-09-05 | 0.065978 | +0.95% |
| 2026-09-04 | 0.065359 | +0.11% |
| 2026-09-03 | 0.065289 | -0.62% |
| 2026-09-02 | 0.065696 | -0.29% |
| 2026-09-01 | 0.065886 | +0.97% |
| 2026-08-31 | 0.065256 | +0.02% |
| 2026-08-30 | 0.065246 | -0.01% |
| 2026-08-29 | 0.065252 | -0.04% |
| 2026-08-28 | 0.065277 | — |
STN to AUD conversion table
1 STN0.066204 AUD
5 STN0.33102 AUD
10 STN0.66204 AUD
25 STN1.6551 AUD
50 STN3.3102 AUD
100 STN6.6204 AUD
500 STN33.102 AUD
1,000 STN66.2041 AUD
5,000 STN331.0204 AUD
10,000 STN662.0408 AUD
Get the STN/AUD rate in your app
One GET request returns the latest STN → 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/STN/AUD"fetch('https://rate-api.com/api/v1/pair/STN/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 STN = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/STN/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 STN = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/STN/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 STN = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "STN",
"to": "AUD"
},
"rate": 0.0662,
"timestamp": 1790432083,
"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 STNAustralian Dollar → São Tomé and Príncipe Dobra15.1048Convert STN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.