Convert CAD to SRD
Canadian Dollar → Surinamese Dollar
1 CAD = 26.702805 SRD(1 SRD = 0.0374492 CAD)
Currency converter
1 CAD =
26.7028 SRD
CAD to SRD: last 30 days
Over the last 30 days, 1 CAD traded between 26.7028 and 27.6366 SRD, averaging 27.1929 SRD. The CAD/SRD rate is down 2.04% since 2026-08-28.
- 30-day high
- 27.6366
- 2026-09-09
- 30-day low
- 26.7028
- 2026-09-25
- 30-day average
- 27.1929
- Days with data: 30
- 30-day change
- -2.04%
- since 2026-08-28
27.6366
26.70282026-08-28 → 2026-09-26
| Date | 1 CAD in SRD | Daily change |
|---|---|---|
| 2026-09-26 | 26.7028 | 0.00% |
| 2026-09-25 | 26.7028 | -0.55% |
| 2026-09-24 | 26.8516 | +0.15% |
| 2026-09-23 | 26.8121 | -0.27% |
| 2026-09-22 | 26.8856 | -0.80% |
| 2026-09-21 | 27.1027 | +0.01% |
| 2026-09-20 | 27.1012 | +0.32% |
| 2026-09-19 | 27.0156 | +0.27% |
| 2026-09-18 | 26.9425 | -0.39% |
| 2026-09-17 | 27.0484 | -0.09% |
| 2026-09-16 | 27.0719 | -0.54% |
| 2026-09-15 | 27.2179 | +0.00% |
| 2026-09-14 | 27.2173 | -1.01% |
| 2026-09-13 | 27.4946 | +0.62% |
| 2026-09-12 | 27.3242 | +0.03% |
| Date | 1 CAD in SRD | Daily change |
|---|---|---|
| 2026-09-11 | 27.3163 | -0.33% |
| 2026-09-10 | 27.4077 | -0.83% |
| 2026-09-09 | 27.6366 | +0.81% |
| 2026-09-08 | 27.4144 | -0.07% |
| 2026-09-07 | 27.4349 | +0.01% |
| 2026-09-06 | 27.4316 | +0.23% |
| 2026-09-05 | 27.3679 | -0.05% |
| 2026-09-04 | 27.381 | -0.09% |
| 2026-09-03 | 27.4043 | +0.31% |
| 2026-09-02 | 27.3193 | +0.39% |
| 2026-09-01 | 27.2135 | +0.09% |
| 2026-08-31 | 27.1899 | -0.27% |
| 2026-08-30 | 27.2629 | +0.02% |
| 2026-08-29 | 27.2564 | -0.01% |
| 2026-08-28 | 27.2602 | — |
CAD to SRD conversion table
1 CAD26.7028 SRD
5 CAD133.514 SRD
10 CAD267.0281 SRD
25 CAD667.5701 SRD
50 CAD1,335.1403 SRD
100 CAD2,670.2805 SRD
500 CAD13,351.403 SRD
1,000 CAD26,702.805 SRD
5,000 CAD133,514.03 SRD
10,000 CAD267,028.05 SRD
Get the CAD/SRD rate in your app
One GET request returns the latest CAD → SRD 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/SRD"fetch('https://rate-api.com/api/v1/pair/CAD/SRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} SRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/SRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} SRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/SRD');
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']} SRD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "SRD"
},
"rate": 26.7028,
"timestamp": 1790429366,
"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
SRD to CADSurinamese Dollar → Canadian Dollar0.037449Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.