Convert AUD to SCR
Australian Dollar → Seychellois Rupee
1 AUD = 9.753072 SCR(1 SCR = 0.102532 AUD)
Currency converter
1 AUD =
9.7531 SCR
AUD to SCR: last 30 days
Over the last 30 days, 1 AUD traded between 9.7531 and 10.6008 SCR, averaging 10.1986 SCR. The AUD/SCR rate is down 3.67% since 2026-08-29.
- 30-day high
- 10.6008
- 2026-09-13
- 30-day low
- 9.7531
- 2026-09-26
- 30-day average
- 10.1986
- Days with data: 30
- 30-day change
- -3.67%
- since 2026-08-29
10.6008
9.75312026-08-29 → 2026-09-27
| Date | 1 AUD in SCR | Daily change |
|---|---|---|
| 2026-09-27 | 9.7531 | 0.00% |
| 2026-09-26 | 9.7531 | -3.21% |
| 2026-09-25 | 10.0765 | +1.00% |
| 2026-09-24 | 9.9764 | -2.90% |
| 2026-09-23 | 10.2741 | +0.30% |
| 2026-09-22 | 10.243 | -0.66% |
| 2026-09-21 | 10.3108 | -1.81% |
| 2026-09-20 | 10.501 | +3.46% |
| 2026-09-19 | 10.1497 | +2.76% |
| 2026-09-18 | 9.8771 | -3.82% |
| 2026-09-17 | 10.2697 | +0.63% |
| 2026-09-16 | 10.2052 | +1.25% |
| 2026-09-15 | 10.079 | -0.30% |
| 2026-09-14 | 10.1094 | -4.64% |
| 2026-09-13 | 10.6008 | +7.32% |
| Date | 1 AUD in SCR | Daily change |
|---|---|---|
| 2026-09-12 | 9.8775 | -3.90% |
| 2026-09-11 | 10.2787 | +0.42% |
| 2026-09-10 | 10.2356 | -0.84% |
| 2026-09-09 | 10.3226 | +0.48% |
| 2026-09-08 | 10.2729 | +0.23% |
| 2026-09-07 | 10.2494 | -2.90% |
| 2026-09-06 | 10.5558 | +6.31% |
| 2026-09-05 | 9.9288 | -3.66% |
| 2026-09-04 | 10.3055 | -0.17% |
| 2026-09-03 | 10.3235 | -0.11% |
| 2026-09-02 | 10.335 | +2.04% |
| 2026-09-01 | 10.1285 | -1.48% |
| 2026-08-31 | 10.2802 | -2.66% |
| 2026-08-30 | 10.5614 | +4.31% |
| 2026-08-29 | 10.125 | — |
AUD to SCR conversion table
1 AUD9.7531 SCR
5 AUD48.7654 SCR
10 AUD97.5307 SCR
25 AUD243.8268 SCR
50 AUD487.6536 SCR
100 AUD975.3072 SCR
500 AUD4,876.5358 SCR
1,000 AUD9,753.0716 SCR
5,000 AUD48,765.358 SCR
10,000 AUD97,530.716 SCR
Get the AUD/SCR rate in your app
One GET request returns the latest AUD → SCR 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/SCR"fetch('https://rate-api.com/api/v1/pair/AUD/SCR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} SCR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/SCR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} SCR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/SCR');
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']} SCR\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "SCR"
},
"rate": 9.7531,
"timestamp": 1790470785,
"date": "2026-09-27"
}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
SCR to AUDSeychellois Rupee → Australian Dollar0.10253Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.