Convert EUR to SDG
Euro → Sudanese Pound
1 EUR = 684.39615 SDG(1 SDG = 0.00146114 EUR)
Currency converter
1 EUR =
684.3962 SDG
EUR to SDG: last 30 days
Over the last 30 days, 1 EUR traded between 682.2321 and 699.3696 SDG, averaging 693.2227 SDG. The EUR/SDG rate is down 2.05% since 2026-08-28.
- 30-day high
- 699.3696
- 2026-09-09
- 30-day low
- 682.2321
- 2026-09-24
- 30-day average
- 693.2227
- Days with data: 30
- 30-day change
- -2.05%
- since 2026-08-28
699.3696
682.23212026-08-28 → 2026-09-26
| Date | 1 EUR in SDG | Daily change |
|---|---|---|
| 2026-09-26 | 684.3962 | 0.00% |
| 2026-09-25 | 684.3962 | +0.32% |
| 2026-09-24 | 682.2321 | -0.39% |
| 2026-09-23 | 684.8852 | -0.45% |
| 2026-09-22 | 687.9607 | -0.24% |
| 2026-09-21 | 689.6447 | +0.26% |
| 2026-09-20 | 687.8482 | -0.00% |
| 2026-09-19 | 687.8586 | -0.21% |
| 2026-09-18 | 689.321 | +0.04% |
| 2026-09-17 | 689.0534 | -0.48% |
| 2026-09-16 | 692.3988 | -0.03% |
| 2026-09-15 | 692.6368 | -0.10% |
| 2026-09-14 | 693.3068 | -0.35% |
| 2026-09-13 | 695.7219 | +0.00% |
| 2026-09-12 | 695.7204 | -0.01% |
| Date | 1 EUR in SDG | Daily change |
|---|---|---|
| 2026-09-11 | 695.7597 | -0.20% |
| 2026-09-10 | 697.1851 | -0.31% |
| 2026-09-09 | 699.3696 | +0.34% |
| 2026-09-08 | 696.9659 | -0.08% |
| 2026-09-07 | 697.4908 | -0.01% |
| 2026-09-06 | 697.5308 | -0.00% |
| 2026-09-05 | 697.5415 | +0.01% |
| 2026-09-04 | 697.4768 | +0.05% |
| 2026-09-03 | 697.1048 | +0.31% |
| 2026-09-02 | 694.9689 | -0.08% |
| 2026-09-01 | 695.5443 | -0.07% |
| 2026-08-31 | 696.0035 | -0.40% |
| 2026-08-30 | 698.8133 | -0.00% |
| 2026-08-29 | 698.8178 | +0.01% |
| 2026-08-28 | 698.7265 | — |
EUR to SDG conversion table
1 EUR684.3962 SDG
5 EUR3,421.9808 SDG
10 EUR6,843.9615 SDG
25 EUR17,109.904 SDG
50 EUR34,219.808 SDG
100 EUR68,439.615 SDG
500 EUR342,198.08 SDG
1,000 EUR684,396.15 SDG
5,000 EUR3,421,980.8 SDG
10,000 EUR6,843,961.5 SDG
Get the EUR/SDG rate in your app
One GET request returns the latest EUR → SDG 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/SDG"fetch('https://rate-api.com/api/v1/pair/EUR/SDG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} SDG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/SDG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} SDG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/SDG');
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']} SDG\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "SDG"
},
"rate": 684.3962,
"timestamp": 1790429338,
"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
SDG to EURSudanese Pound → Euro0.0014611Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.