Convert EUR to SSP
Euro → South Sudanese Pound
1 EUR = 6,514.0685 SSP(1 SSP = 0.000153514 EUR)
Currency converter
1 EUR =
6,514.0685 SSP
EUR to SSP: last 30 days
Over the last 30 days, 1 EUR traded between 6,490.9702 and 6,598.8216 SSP, averaging 6,540.3404 SSP. The EUR/SSP rate is down 0.69% since 2026-08-29.
- 30-day high
- 6,598.8216
- 2026-09-03
- 30-day low
- 6,490.9702
- 2026-09-18
- 30-day average
- 6,540.3404
- Days with data: 30
- 30-day change
- -0.69%
- since 2026-08-29
6,598.8216
6,490.97022026-08-29 → 2026-09-27
| Date | 1 EUR in SSP | Daily change |
|---|---|---|
| 2026-09-27 | 6,514.0685 | 0.00% |
| 2026-09-26 | 6,514.0685 | 0.00% |
| 2026-09-25 | 6,514.0685 | +0.32% |
| 2026-09-24 | 6,493.5032 | -0.39% |
| 2026-09-23 | 6,518.6386 | -0.45% |
| 2026-09-22 | 6,548.3558 | -0.23% |
| 2026-09-21 | 6,563.6441 | +0.27% |
| 2026-09-20 | 6,545.9706 | 0.00% |
| 2026-09-19 | 6,545.9706 | +0.85% |
| 2026-09-18 | 6,490.9702 | -0.10% |
| 2026-09-17 | 6,497.2561 | -0.48% |
| 2026-09-16 | 6,528.5437 | +0.24% |
| 2026-09-15 | 6,513.1585 | -0.19% |
| 2026-09-14 | 6,525.4409 | -0.35% |
| 2026-09-13 | 6,548.6407 | 0.00% |
| Date | 1 EUR in SSP | Daily change |
|---|---|---|
| 2026-09-12 | 6,548.6407 | +0.04% |
| 2026-09-11 | 6,545.977 | -0.44% |
| 2026-09-10 | 6,574.9417 | +0.11% |
| 2026-09-09 | 6,567.6889 | +0.12% |
| 2026-09-08 | 6,559.592 | -0.07% |
| 2026-09-07 | 6,563.9485 | +0.01% |
| 2026-09-06 | 6,563.2787 | 0.00% |
| 2026-09-05 | 6,563.2787 | +0.22% |
| 2026-09-04 | 6,548.8631 | -0.76% |
| 2026-09-03 | 6,598.8216 | +0.96% |
| 2026-09-02 | 6,535.7631 | +0.20% |
| 2026-09-01 | 6,522.8736 | -0.18% |
| 2026-08-31 | 6,534.9337 | -0.38% |
| 2026-08-30 | 6,559.6554 | 0.00% |
| 2026-08-29 | 6,559.6554 | — |
EUR to SSP conversion table
1 EUR6,514.0685 SSP
5 EUR32,570.343 SSP
10 EUR65,140.685 SSP
25 EUR162,851.71 SSP
50 EUR325,703.43 SSP
100 EUR651,406.85 SSP
500 EUR3,257,034.3 SSP
1,000 EUR6,514,068.5 SSP
5,000 EUR32,570,343 SSP
10,000 EUR65,140,685 SSP
Get the EUR/SSP rate in your app
One GET request returns the latest EUR → 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/EUR/SSP"fetch('https://rate-api.com/api/v1/pair/EUR/SSP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} SSP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/SSP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} SSP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/SSP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} SSP\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "SSP"
},
"rate": 6514.0685,
"timestamp": 1790470810,
"date": "2026-09-27"
}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 EURSouth Sudanese Pound → Euro0.00015351Convert EUR to other currencies
Convert other currencies to SSP
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.