Convert USD to SSP
US Dollar → South Sudanese Pound
1 USD = 5,712.5919 SSP(1 SSP = 0.000175052 USD)
Currency converter
1 USD =
5,712.5919 SSP
USD to SSP: last 30 days
Over the last 30 days, 1 USD traded between 5,608.1574 and 5,712.5919 SSP, averaging 5,663.6281 SSP. The USD/SSP rate is up 1.86% since 2026-08-28.
- 30-day high
- 5,712.5919
- 2026-09-25
- 30-day low
- 5,608.1574
- 2026-08-28
- 30-day average
- 5,663.6281
- Days with data: 30
- 30-day change
- +1.86%
- since 2026-08-28
5,712.5919
5,608.15742026-08-28 → 2026-09-26
| Date | 1 USD in SSP | Daily change |
|---|---|---|
| 2026-09-26 | 5,712.5919 | 0.00% |
| 2026-09-25 | 5,712.5919 | 0.00% |
| 2026-09-24 | 5,712.5919 | 0.00% |
| 2026-09-23 | 5,712.5919 | +0.00% |
| 2026-09-22 | 5,712.5892 | +0.00% |
| 2026-09-21 | 5,712.4707 | +0.01% |
| 2026-09-20 | 5,712.014 | 0.00% |
| 2026-09-19 | 5,712.014 | +0.85% |
| 2026-09-18 | 5,664.0206 | +0.09% |
| 2026-09-17 | 5,659.1101 | +0.01% |
| 2026-09-16 | 5,658.8111 | +0.25% |
| 2026-09-15 | 5,644.4986 | -0.08% |
| 2026-09-14 | 5,649.2699 | +0.00% |
| 2026-09-13 | 5,649.2504 | 0.00% |
| 2026-09-12 | 5,649.2504 | +0.04% |
| Date | 1 USD in SSP | Daily change |
|---|---|---|
| 2026-09-11 | 5,646.9525 | -0.23% |
| 2026-09-10 | 5,660.2358 | +0.42% |
| 2026-09-09 | 5,636.522 | -0.20% |
| 2026-09-08 | 5,648.0055 | +0.00% |
| 2026-09-07 | 5,647.8838 | +0.01% |
| 2026-09-06 | 5,647.3075 | 0.00% |
| 2026-09-05 | 5,647.3075 | +0.22% |
| 2026-09-04 | 5,634.9037 | -0.82% |
| 2026-09-03 | 5,681.3214 | +0.64% |
| 2026-09-02 | 5,645.004 | +0.30% |
| 2026-09-01 | 5,628.0006 | -0.13% |
| 2026-08-31 | 5,635.5307 | +0.03% |
| 2026-08-30 | 5,634.0224 | 0.00% |
| 2026-08-29 | 5,634.0224 | +0.46% |
| 2026-08-28 | 5,608.1574 | — |
USD to SSP conversion table
1 USD5,712.5919 SSP
5 USD28,562.96 SSP
10 USD57,125.919 SSP
25 USD142,814.8 SSP
50 USD285,629.6 SSP
100 USD571,259.19 SSP
500 USD2,856,296 SSP
1,000 USD5,712,591.9 SSP
5,000 USD28,562,960 SSP
10,000 USD57,125,919 SSP
Get the USD/SSP rate in your app
One GET request returns the latest USD → 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/USD/SSP"fetch('https://rate-api.com/api/v1/pair/USD/SSP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} SSP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/SSP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} SSP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/SSP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} SSP\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "SSP"
},
"rate": 5712.5919,
"timestamp": 1790429333,
"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 USDSouth Sudanese Pound → US Dollar0.00017505Convert USD to other currencies
Convert other currencies to SSP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.