Convert CAD to SDG
Canadian Dollar → Sudanese Pound
1 CAD = 424.37909 SDG(1 SDG = 0.00235638 CAD)
Currency converter
1 CAD =
424.3791 SDG
CAD to SDG: last 30 days
Over the last 30 days, 1 CAD traded between 424.3791 and 435.9478 SDG, averaging 431.2814 SDG. The CAD/SDG rate is down 2.03% since 2026-08-28.
- 30-day high
- 435.9478
- 2026-09-09
- 30-day low
- 424.3791
- 2026-09-25
- 30-day average
- 431.2814
- Days with data: 30
- 30-day change
- -2.03%
- since 2026-08-28
435.9478
424.37912026-08-28 → 2026-09-26
| Date | 1 CAD in SDG | Daily change |
|---|---|---|
| 2026-09-26 | 424.3791 | 0.00% |
| 2026-09-25 | 424.3791 | -0.18% |
| 2026-09-24 | 425.1462 | -0.20% |
| 2026-09-23 | 426.0031 | -0.31% |
| 2026-09-22 | 427.34 | -0.29% |
| 2026-09-21 | 428.6001 | +0.04% |
| 2026-09-20 | 428.4199 | -0.00% |
| 2026-09-19 | 428.4264 | -0.21% |
| 2026-09-18 | 429.3372 | +0.12% |
| 2026-09-17 | 428.8428 | -0.40% |
| 2026-09-16 | 430.5599 | -0.15% |
| 2026-09-15 | 431.2211 | -0.23% |
| 2026-09-14 | 432.2146 | -0.20% |
| 2026-09-13 | 433.0866 | +0.00% |
| 2026-09-12 | 433.0857 | -0.01% |
| Date | 1 CAD in SDG | Daily change |
|---|---|---|
| 2026-09-11 | 433.1102 | -0.30% |
| 2026-09-10 | 434.4186 | -0.35% |
| 2026-09-09 | 435.9478 | +0.29% |
| 2026-09-08 | 434.7037 | +0.10% |
| 2026-09-07 | 434.2612 | -0.15% |
| 2026-09-06 | 434.9155 | -0.00% |
| 2026-09-05 | 434.9222 | +0.01% |
| 2026-09-04 | 434.8818 | -0.07% |
| 2026-09-03 | 435.1649 | +0.95% |
| 2026-09-02 | 431.0604 | -0.24% |
| 2026-09-01 | 432.1159 | -0.03% |
| 2026-08-31 | 432.2429 | -0.23% |
| 2026-08-30 | 433.235 | -0.00% |
| 2026-08-29 | 433.2378 | +0.01% |
| 2026-08-28 | 433.1812 | — |
CAD to SDG conversion table
1 CAD424.3791 SDG
5 CAD2,121.8954 SDG
10 CAD4,243.7909 SDG
25 CAD10,609.477 SDG
50 CAD21,218.954 SDG
100 CAD42,437.909 SDG
500 CAD212,189.54 SDG
1,000 CAD424,379.09 SDG
5,000 CAD2,121,895.4 SDG
10,000 CAD4,243,790.9 SDG
Get the CAD/SDG rate in your app
One GET request returns the latest CAD → 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/CAD/SDG"fetch('https://rate-api.com/api/v1/pair/CAD/SDG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} SDG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/SDG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} SDG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/SDG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} SDG\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "SDG"
},
"rate": 424.3791,
"timestamp": 1790437897,
"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 CADSudanese Pound → Canadian Dollar0.0023564Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.