Convert SRD to CAD
Surinamese Dollar → Canadian Dollar
1 SRD = 0.0374492 CAD(1 CAD = 26.702805 SRD)
Currency converter
1 SRD =
0.037449 CAD
SRD to CAD: last 30 days
Over the last 30 days, 1 SRD traded between 0.036184 and 0.037449 CAD, averaging 0.036777 CAD. The SRD/CAD rate is up 2.09% since 2026-08-28.
- 30-day high
- 0.037449
- 2026-09-25
- 30-day low
- 0.036184
- 2026-09-09
- 30-day average
- 0.036777
- Days with data: 30
- 30-day change
- +2.09%
- since 2026-08-28
0.037449
0.0361842026-08-28 → 2026-09-26
| Date | 1 SRD in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.037449 | 0.00% |
| 2026-09-25 | 0.037449 | +0.56% |
| 2026-09-24 | 0.037242 | -0.15% |
| 2026-09-23 | 0.037297 | +0.27% |
| 2026-09-22 | 0.037195 | +0.81% |
| 2026-09-21 | 0.036897 | -0.01% |
| 2026-09-20 | 0.036899 | -0.32% |
| 2026-09-19 | 0.037016 | -0.27% |
| 2026-09-18 | 0.037116 | +0.39% |
| 2026-09-17 | 0.036971 | +0.09% |
| 2026-09-16 | 0.036939 | +0.54% |
| 2026-09-15 | 0.036741 | -0.00% |
| 2026-09-14 | 0.036741 | +1.02% |
| 2026-09-13 | 0.036371 | -0.62% |
| 2026-09-12 | 0.036598 | -0.03% |
| Date | 1 SRD in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.036608 | +0.33% |
| 2026-09-10 | 0.036486 | +0.83% |
| 2026-09-09 | 0.036184 | -0.80% |
| 2026-09-08 | 0.036477 | +0.07% |
| 2026-09-07 | 0.03645 | -0.01% |
| 2026-09-06 | 0.036454 | -0.23% |
| 2026-09-05 | 0.036539 | +0.05% |
| 2026-09-04 | 0.036522 | +0.09% |
| 2026-09-03 | 0.036491 | -0.31% |
| 2026-09-02 | 0.036604 | -0.39% |
| 2026-09-01 | 0.036746 | -0.09% |
| 2026-08-31 | 0.036778 | +0.27% |
| 2026-08-30 | 0.03668 | -0.02% |
| 2026-08-29 | 0.036689 | +0.01% |
| 2026-08-28 | 0.036683 | — |
SRD to CAD conversion table
1 SRD0.037449 CAD
5 SRD0.18725 CAD
10 SRD0.37449 CAD
25 SRD0.93623 CAD
50 SRD1.8725 CAD
100 SRD3.7449 CAD
500 SRD18.7246 CAD
1,000 SRD37.4492 CAD
5,000 SRD187.2462 CAD
10,000 SRD374.4925 CAD
Get the SRD/CAD rate in your app
One GET request returns the latest SRD → CAD 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/SRD/CAD"fetch('https://rate-api.com/api/v1/pair/SRD/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SRD = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SRD/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SRD = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SRD/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SRD = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "SRD",
"to": "CAD"
},
"rate": 0.0374,
"timestamp": 1790432100,
"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
CAD to SRDCanadian Dollar → Surinamese Dollar26.7028Convert SRD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.