Convert INR to SSP
Indian Rupee → South Sudanese Pound
1 INR = 59.619611 SSP(1 SSP = 0.016773 INR)
Currency converter
1 INR =
59.6196 SSP
INR to SSP: last 30 days
Over the last 30 days, 1 INR traded between 58.7919 and 60.1262 SSP, averaging 59.3768 SSP. The INR/SSP rate is up 1.41% since 2026-08-28.
- 30-day high
- 60.1262
- 2026-09-03
- 30-day low
- 58.7919
- 2026-08-28
- 30-day average
- 59.3768
- Days with data: 30
- 30-day change
- +1.41%
- since 2026-08-28
60.1262
58.79192026-08-28 → 2026-09-26
| Date | 1 INR in SSP | Daily change |
|---|---|---|
| 2026-09-26 | 59.6196 | 0.00% |
| 2026-09-25 | 59.6196 | +0.15% |
| 2026-09-24 | 59.5311 | -0.23% |
| 2026-09-23 | 59.6672 | -0.16% |
| 2026-09-22 | 59.7614 | +0.24% |
| 2026-09-21 | 59.6167 | +0.07% |
| 2026-09-20 | 59.5746 | 0.00% |
| 2026-09-19 | 59.5746 | +0.85% |
| 2026-09-18 | 59.0741 | +0.15% |
| 2026-09-17 | 58.9859 | +0.03% |
| 2026-09-16 | 58.9705 | +0.25% |
| 2026-09-15 | 58.8214 | -0.50% |
| 2026-09-14 | 59.1175 | +0.00% |
| 2026-09-13 | 59.1173 | 0.00% |
| 2026-09-12 | 59.1173 | +0.04% |
| Date | 1 INR in SSP | Daily change |
|---|---|---|
| 2026-09-11 | 59.0933 | -0.36% |
| 2026-09-10 | 59.3067 | +0.07% |
| 2026-09-09 | 59.2632 | -0.50% |
| 2026-09-08 | 59.5593 | -0.36% |
| 2026-09-07 | 59.7723 | +0.01% |
| 2026-09-06 | 59.7662 | 0.00% |
| 2026-09-05 | 59.7662 | +0.22% |
| 2026-09-04 | 59.6349 | -0.82% |
| 2026-09-03 | 60.1262 | +1.15% |
| 2026-09-02 | 59.4399 | +0.28% |
| 2026-09-01 | 59.2733 | +0.10% |
| 2026-08-31 | 59.2154 | +0.26% |
| 2026-08-30 | 59.063 | 0.00% |
| 2026-08-29 | 59.063 | +0.46% |
| 2026-08-28 | 58.7919 | — |
INR to SSP conversion table
1 INR59.6196 SSP
5 INR298.0981 SSP
10 INR596.1961 SSP
25 INR1,490.4903 SSP
50 INR2,980.9806 SSP
100 INR5,961.9611 SSP
500 INR29,809.806 SSP
1,000 INR59,619.611 SSP
5,000 INR298,098.06 SSP
10,000 INR596,196.11 SSP
Get the INR/SSP rate in your app
One GET request returns the latest INR → 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/INR/SSP"fetch('https://rate-api.com/api/v1/pair/INR/SSP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} SSP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/SSP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} SSP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/SSP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} SSP\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "SSP"
},
"rate": 59.6196,
"timestamp": 1790429429,
"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 INRSouth Sudanese Pound → Indian Rupee0.016773Convert INR to other currencies
Convert other currencies to SSP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.