Convert AUD to SSP
Australian Dollar → South Sudanese Pound
1 AUD = 4,016.0719 SSP(1 SSP = 0.000249 AUD)
Currency converter
1 AUD =
4,016.0719 SSP
AUD to SSP: last 30 days
Over the last 30 days, 1 AUD traded between 4,014.0343 and 4,086.6936 SSP, averaging 4,048.59 SSP. The AUD/SSP rate is down 0.47% since 2026-08-28.
- 30-day high
- 4,086.6936
- 2026-09-03
- 30-day low
- 4,014.0343
- 2026-09-24
- 30-day average
- 4,048.59
- Days with data: 30
- 30-day change
- -0.47%
- since 2026-08-28
4,086.6936
4,014.03432026-08-28 → 2026-09-26
| Date | 1 AUD in SSP | Daily change |
|---|---|---|
| 2026-09-26 | 4,016.0719 | 0.00% |
| 2026-09-25 | 4,016.0719 | +0.05% |
| 2026-09-24 | 4,014.0343 | -0.58% |
| 2026-09-23 | 4,037.3087 | -0.60% |
| 2026-09-22 | 4,061.8524 | -0.38% |
| 2026-09-21 | 4,077.4238 | +0.26% |
| 2026-09-20 | 4,066.9377 | 0.00% |
| 2026-09-19 | 4,066.9377 | +0.85% |
| 2026-09-18 | 4,032.7665 | +0.17% |
| 2026-09-17 | 4,025.8306 | -0.25% |
| 2026-09-16 | 4,035.954 | +0.35% |
| 2026-09-15 | 4,022.017 | -0.14% |
| 2026-09-14 | 4,027.7128 | -0.60% |
| 2026-09-13 | 4,051.9656 | 0.00% |
| 2026-09-12 | 4,051.9656 | +0.04% |
| Date | 1 AUD in SSP | Daily change |
|---|---|---|
| 2026-09-11 | 4,050.3174 | -0.41% |
| 2026-09-10 | 4,066.8457 | -0.13% |
| 2026-09-09 | 4,072.3373 | -0.06% |
| 2026-09-08 | 4,074.7461 | +0.00% |
| 2026-09-07 | 4,074.6583 | +0.16% |
| 2026-09-06 | 4,068.0792 | 0.00% |
| 2026-09-05 | 4,068.0792 | +0.22% |
| 2026-09-04 | 4,059.144 | -0.67% |
| 2026-09-03 | 4,086.6936 | +1.29% |
| 2026-09-02 | 4,034.7395 | +0.39% |
| 2026-09-01 | 4,019.1392 | -0.42% |
| 2026-08-31 | 4,036.0458 | -0.43% |
| 2026-08-30 | 4,053.5452 | 0.00% |
| 2026-08-29 | 4,053.5452 | +0.46% |
| 2026-08-28 | 4,034.9359 | — |
AUD to SSP conversion table
1 AUD4,016.0719 SSP
5 AUD20,080.359 SSP
10 AUD40,160.719 SSP
25 AUD100,401.8 SSP
50 AUD200,803.59 SSP
100 AUD401,607.19 SSP
500 AUD2,008,035.9 SSP
1,000 AUD4,016,071.9 SSP
5,000 AUD20,080,359 SSP
10,000 AUD40,160,719 SSP
Get the AUD/SSP rate in your app
One GET request returns the latest AUD → SSP 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/SSP"fetch('https://rate-api.com/api/v1/pair/AUD/SSP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} SSP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/SSP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} SSP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/SSP');
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']} SSP\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "SSP"
},
"rate": 4016.0719,
"timestamp": 1790429314,
"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
SSP to AUDSouth Sudanese Pound → Australian Dollar0.000249Convert AUD to other currencies
Convert other currencies to SSP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.