Convert SCR to AUD
Seychellois Rupee → Australian Dollar
1 SCR = 0.0992406 AUD(1 AUD = 10.076518 SCR)
Currency converter
1 SCR =
0.099241 AUD
SCR to AUD: last 30 days
Over the last 30 days, 1 SCR traded between 0.094332 and 0.10124 AUD, averaging 0.097874 AUD. The SCR/AUD rate is up 0.08% since 2026-08-28.
- 30-day high
- 0.10124
- 2026-09-18
- 30-day low
- 0.094332
- 2026-09-13
- 30-day average
- 0.097874
- Days with data: 30
- 30-day change
- +0.08%
- since 2026-08-28
0.10124
0.0943322026-08-28 → 2026-09-26
| Date | 1 SCR in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.099241 | 0.00% |
| 2026-09-25 | 0.099241 | -0.99% |
| 2026-09-24 | 0.10024 | +2.98% |
| 2026-09-23 | 0.097332 | -0.30% |
| 2026-09-22 | 0.097628 | +0.66% |
| 2026-09-21 | 0.096985 | +1.84% |
| 2026-09-20 | 0.095229 | -3.35% |
| 2026-09-19 | 0.098525 | -2.69% |
| 2026-09-18 | 0.10124 | +3.97% |
| 2026-09-17 | 0.097374 | -0.63% |
| 2026-09-16 | 0.09799 | -1.24% |
| 2026-09-15 | 0.099216 | +0.30% |
| 2026-09-14 | 0.098917 | +4.86% |
| 2026-09-13 | 0.094332 | -6.82% |
| 2026-09-12 | 0.10124 | +4.06% |
| Date | 1 SCR in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.097288 | -0.42% |
| 2026-09-10 | 0.097698 | +0.85% |
| 2026-09-09 | 0.096875 | -0.48% |
| 2026-09-08 | 0.097343 | -0.23% |
| 2026-09-07 | 0.097567 | +2.99% |
| 2026-09-06 | 0.094735 | -5.94% |
| 2026-09-05 | 0.10072 | +3.79% |
| 2026-09-04 | 0.097035 | +0.17% |
| 2026-09-03 | 0.096866 | +0.11% |
| 2026-09-02 | 0.096759 | -2.00% |
| 2026-09-01 | 0.098731 | +1.50% |
| 2026-08-31 | 0.097274 | +2.74% |
| 2026-08-30 | 0.094684 | -4.13% |
| 2026-08-29 | 0.098765 | -0.40% |
| 2026-08-28 | 0.099162 | — |
SCR to AUD conversion table
1 SCR0.099241 AUD
5 SCR0.4962 AUD
10 SCR0.99241 AUD
25 SCR2.481 AUD
50 SCR4.962 AUD
100 SCR9.9241 AUD
500 SCR49.6203 AUD
1,000 SCR99.2406 AUD
5,000 SCR496.2032 AUD
10,000 SCR992.4064 AUD
Get the SCR/AUD rate in your app
One GET request returns the latest SCR → 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/SCR/AUD"fetch('https://rate-api.com/api/v1/pair/SCR/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SCR = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SCR/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SCR = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SCR/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SCR = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "SCR",
"to": "AUD"
},
"rate": 0.0992,
"timestamp": 1790435078,
"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 SCRAustralian Dollar → Seychellois Rupee10.0765Convert SCR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.