Convert SSP to INR
South Sudanese Pound → Indian Rupee
1 SSP = 0.016773 INR(1 INR = 59.619611 SSP)
Currency converter
1 SSP =
0.016773 INR
SSP to INR: last 30 days
Over the last 30 days, 1 SSP traded between 0.016632 and 0.017009 INR, averaging 0.016842 INR. The SSP/INR rate is down 1.39% since 2026-08-28.
- 30-day high
- 0.017009
- 2026-08-28
- 30-day low
- 0.016632
- 2026-09-03
- 30-day average
- 0.016842
- Days with data: 30
- 30-day change
- -1.39%
- since 2026-08-28
0.017009
0.0166322026-08-28 → 2026-09-26
| Date | 1 SSP in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.016773 | 0.00% |
| 2026-09-25 | 0.016773 | -0.15% |
| 2026-09-24 | 0.016798 | +0.23% |
| 2026-09-23 | 0.01676 | +0.16% |
| 2026-09-22 | 0.016733 | -0.24% |
| 2026-09-21 | 0.016774 | -0.07% |
| 2026-09-20 | 0.016786 | 0.00% |
| 2026-09-19 | 0.016786 | -0.84% |
| 2026-09-18 | 0.016928 | -0.15% |
| 2026-09-17 | 0.016953 | -0.03% |
| 2026-09-16 | 0.016958 | -0.25% |
| 2026-09-15 | 0.017001 | +0.50% |
| 2026-09-14 | 0.016915 | -0.00% |
| 2026-09-13 | 0.016916 | 0.00% |
| 2026-09-12 | 0.016916 | -0.04% |
| Date | 1 SSP in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.016922 | +0.36% |
| 2026-09-10 | 0.016861 | -0.07% |
| 2026-09-09 | 0.016874 | +0.50% |
| 2026-09-08 | 0.01679 | +0.36% |
| 2026-09-07 | 0.01673 | -0.01% |
| 2026-09-06 | 0.016732 | 0.00% |
| 2026-09-05 | 0.016732 | -0.22% |
| 2026-09-04 | 0.016769 | +0.82% |
| 2026-09-03 | 0.016632 | -1.14% |
| 2026-09-02 | 0.016824 | -0.28% |
| 2026-09-01 | 0.016871 | -0.10% |
| 2026-08-31 | 0.016887 | -0.26% |
| 2026-08-30 | 0.016931 | 0.00% |
| 2026-08-29 | 0.016931 | -0.46% |
| 2026-08-28 | 0.017009 | — |
SSP to INR conversion table
1 SSP0.016773 INR
5 SSP0.083865 INR
10 SSP0.16773 INR
25 SSP0.41933 INR
50 SSP0.83865 INR
100 SSP1.6773 INR
500 SSP8.3865 INR
1,000 SSP16.773 INR
5,000 SSP83.865 INR
10,000 SSP167.73 INR
Get the SSP/INR rate in your app
One GET request returns the latest SSP → INR 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/SSP/INR"fetch('https://rate-api.com/api/v1/pair/SSP/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SSP = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SSP/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SSP = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SSP/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SSP = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "SSP",
"to": "INR"
},
"rate": 0.0168,
"timestamp": 1790432187,
"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
INR to SSPIndian Rupee → South Sudanese Pound59.6196Convert SSP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.