Convert AUD to SRD
Australian Dollar → Surinamese Dollar
1 AUD = 26.549701 SRD(1 SRD = 0.0376652 AUD)
Currency converter
1 AUD =
26.5497 SRD
AUD to SRD: last 30 days
Over the last 30 days, 1 AUD traded between 26.5497 and 27.4908 SRD, averaging 27.0543 SRD. The AUD/SRD rate is down 2.29% since 2026-08-28.
- 30-day high
- 27.4908
- 2026-09-09
- 30-day low
- 26.5497
- 2026-09-25
- 30-day average
- 27.0543
- Days with data: 30
- 30-day change
- -2.29%
- since 2026-08-28
27.4908
26.54972026-08-28 → 2026-09-26
| Date | 1 AUD in SRD | Daily change |
|---|---|---|
| 2026-09-26 | 26.5497 | 0.00% |
| 2026-09-25 | 26.5497 | -0.32% |
| 2026-09-24 | 26.6358 | -0.23% |
| 2026-09-23 | 26.6976 | -0.56% |
| 2026-09-22 | 26.8474 | -0.90% |
| 2026-09-21 | 27.0911 | +0.21% |
| 2026-09-20 | 27.0336 | +0.32% |
| 2026-09-19 | 26.9483 | +0.27% |
| 2026-09-18 | 26.8754 | -0.20% |
| 2026-09-17 | 26.9291 | +0.06% |
| 2026-09-16 | 26.9136 | -0.31% |
| 2026-09-15 | 26.9968 | +0.18% |
| 2026-09-14 | 26.9476 | -1.40% |
| 2026-09-13 | 27.3289 | +0.62% |
| 2026-09-12 | 27.1596 | +0.03% |
| Date | 1 AUD in SRD | Daily change |
|---|---|---|
| 2026-09-11 | 27.1517 | -0.20% |
| 2026-09-10 | 27.2069 | -1.03% |
| 2026-09-09 | 27.4908 | +0.69% |
| 2026-09-08 | 27.3036 | -0.18% |
| 2026-09-07 | 27.3538 | +0.31% |
| 2026-09-06 | 27.2695 | +0.23% |
| 2026-09-05 | 27.2063 | -0.05% |
| 2026-09-04 | 27.2192 | +0.12% |
| 2026-09-03 | 27.1874 | -0.01% |
| 2026-09-02 | 27.1904 | +0.74% |
| 2026-09-01 | 26.99 | -0.18% |
| 2026-08-31 | 27.0399 | -0.50% |
| 2026-08-30 | 27.1746 | +0.02% |
| 2026-08-29 | 27.1682 | -0.01% |
| 2026-08-28 | 27.172 | — |
AUD to SRD conversion table
1 AUD26.5497 SRD
5 AUD132.7485 SRD
10 AUD265.497 SRD
25 AUD663.7425 SRD
50 AUD1,327.485 SRD
100 AUD2,654.9701 SRD
500 AUD13,274.85 SRD
1,000 AUD26,549.701 SRD
5,000 AUD132,748.5 SRD
10,000 AUD265,497.01 SRD
Get the AUD/SRD rate in your app
One GET request returns the latest AUD → SRD 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/SRD"fetch('https://rate-api.com/api/v1/pair/AUD/SRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} SRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/SRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} SRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/SRD');
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']} SRD\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "SRD"
},
"rate": 26.5497,
"timestamp": 1790429300,
"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
SRD to AUDSurinamese Dollar → Australian Dollar0.037665Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.