Convert SRD to AUD
Surinamese Dollar → Australian Dollar
1 SRD = 0.0376652 AUD(1 AUD = 26.549701 SRD)
Currency converter
1 SRD =
0.037665 AUD
SRD to AUD: last 30 days
Over the last 30 days, 1 SRD traded between 0.036376 and 0.037665 AUD, averaging 0.036965 AUD. The SRD/AUD rate is up 2.34% since 2026-08-28.
- 30-day high
- 0.037665
- 2026-09-25
- 30-day low
- 0.036376
- 2026-09-09
- 30-day average
- 0.036965
- Days with data: 30
- 30-day change
- +2.34%
- since 2026-08-28
0.037665
0.0363762026-08-28 → 2026-09-26
| Date | 1 SRD in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.037665 | 0.00% |
| 2026-09-25 | 0.037665 | +0.32% |
| 2026-09-24 | 0.037543 | +0.23% |
| 2026-09-23 | 0.037457 | +0.56% |
| 2026-09-22 | 0.037248 | +0.91% |
| 2026-09-21 | 0.036912 | -0.21% |
| 2026-09-20 | 0.036991 | -0.32% |
| 2026-09-19 | 0.037108 | -0.27% |
| 2026-09-18 | 0.037209 | +0.20% |
| 2026-09-17 | 0.037135 | -0.06% |
| 2026-09-16 | 0.037156 | +0.31% |
| 2026-09-15 | 0.037041 | -0.18% |
| 2026-09-14 | 0.037109 | +1.42% |
| 2026-09-13 | 0.036591 | -0.62% |
| 2026-09-12 | 0.036819 | -0.03% |
| Date | 1 SRD in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.03683 | +0.20% |
| 2026-09-10 | 0.036755 | +1.04% |
| 2026-09-09 | 0.036376 | -0.68% |
| 2026-09-08 | 0.036625 | +0.18% |
| 2026-09-07 | 0.036558 | -0.31% |
| 2026-09-06 | 0.036671 | -0.23% |
| 2026-09-05 | 0.036756 | +0.05% |
| 2026-09-04 | 0.036739 | -0.12% |
| 2026-09-03 | 0.036782 | +0.01% |
| 2026-09-02 | 0.036778 | -0.74% |
| 2026-09-01 | 0.037051 | +0.18% |
| 2026-08-31 | 0.036982 | +0.50% |
| 2026-08-30 | 0.036799 | -0.02% |
| 2026-08-29 | 0.036808 | +0.01% |
| 2026-08-28 | 0.036803 | — |
SRD to AUD conversion table
1 SRD0.037665 AUD
5 SRD0.18833 AUD
10 SRD0.37665 AUD
25 SRD0.94163 AUD
50 SRD1.8833 AUD
100 SRD3.7665 AUD
500 SRD18.8326 AUD
1,000 SRD37.6652 AUD
5,000 SRD188.326 AUD
10,000 SRD376.6521 AUD
Get the SRD/AUD rate in your app
One GET request returns the latest SRD → 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/SRD/AUD"fetch('https://rate-api.com/api/v1/pair/SRD/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SRD = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SRD/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SRD = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SRD/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SRD = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "SRD",
"to": "AUD"
},
"rate": 0.0377,
"timestamp": 1790432062,
"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 SRDAustralian Dollar → Surinamese Dollar26.5497Convert SRD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.