Convert RSD to AUD
Serbian Dinar → Australian Dollar
1 RSD = 0.013769 AUD(1 AUD = 72.627007 RSD)
Currency converter
1 RSD =
0.013769 AUD
RSD to AUD: last 30 days
Over the last 30 days, 1 RSD traded between 0.013701 and 0.013853 AUD, averaging 0.013765 AUD. The RSD/AUD rate is down 0.19% since 2026-08-28.
- 30-day high
- 0.013853
- 2026-09-14
- 30-day low
- 0.013701
- 2026-09-21
- 30-day average
- 0.013765
- Days with data: 30
- 30-day change
- -0.19%
- since 2026-08-28
0.013853
0.0137012026-08-28 → 2026-09-26
| Date | 1 RSD in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.013769 | 0.00% |
| 2026-09-25 | 0.013769 | -0.15% |
| 2026-09-24 | 0.013789 | +0.10% |
| 2026-09-23 | 0.013776 | +0.20% |
| 2026-09-22 | 0.013748 | +0.34% |
| 2026-09-21 | 0.013701 | -0.19% |
| 2026-09-20 | 0.013727 | -0.01% |
| 2026-09-19 | 0.013729 | -0.14% |
| 2026-09-18 | 0.013749 | +0.01% |
| 2026-09-17 | 0.013747 | -0.31% |
| 2026-09-16 | 0.01379 | -0.05% |
| 2026-09-15 | 0.013797 | -0.41% |
| 2026-09-14 | 0.013853 | +0.53% |
| 2026-09-13 | 0.01378 | -0.01% |
| 2026-09-12 | 0.013782 | -0.02% |
| Date | 1 RSD in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.013784 | -0.14% |
| 2026-09-10 | 0.013804 | +0.61% |
| 2026-09-09 | 0.01372 | -0.08% |
| 2026-09-08 | 0.013731 | +0.09% |
| 2026-09-07 | 0.013719 | -0.16% |
| 2026-09-06 | 0.01374 | -0.00% |
| 2026-09-05 | 0.013741 | -0.11% |
| 2026-09-04 | 0.013755 | +0.08% |
| 2026-09-03 | 0.013744 | -0.47% |
| 2026-09-02 | 0.01381 | -0.26% |
| 2026-09-01 | 0.013845 | +0.39% |
| 2026-08-31 | 0.013791 | +0.47% |
| 2026-08-30 | 0.013726 | -0.04% |
| 2026-08-29 | 0.013731 | -0.46% |
| 2026-08-28 | 0.013795 | — |
RSD to AUD conversion table
1 RSD0.013769 AUD
5 RSD0.068845 AUD
10 RSD0.13769 AUD
25 RSD0.34422 AUD
50 RSD0.68845 AUD
100 RSD1.3769 AUD
500 RSD6.8845 AUD
1,000 RSD13.769 AUD
5,000 RSD68.8449 AUD
10,000 RSD137.6898 AUD
Get the RSD/AUD rate in your app
One GET request returns the latest RSD → 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/RSD/AUD"fetch('https://rate-api.com/api/v1/pair/RSD/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RSD = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RSD/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RSD = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RSD/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RSD = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "RSD",
"to": "AUD"
},
"rate": 0.0138,
"timestamp": 1790432070,
"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 RSDAustralian Dollar → Serbian Dinar72.627Convert RSD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.