Convert CAD to STN
Canadian Dollar → São Tomé and Príncipe Dobra
1 CAD = 15.191914 STN(1 STN = 0.0658245 CAD)
Currency converter
1 CAD =
15.1919 STN
CAD to STN: last 30 days
Over the last 30 days, 1 CAD traded between 15.1919 and 15.491 STN, averaging 15.3285 STN. The CAD/STN rate is down 1.15% since 2026-08-28.
- 30-day high
- 15.491
- 2026-09-09
- 30-day low
- 15.1919
- 2026-09-25
- 30-day average
- 15.3285
- Days with data: 30
- 30-day change
- -1.15%
- since 2026-08-28
15.491
15.19192026-08-28 → 2026-09-26
| Date | 1 CAD in STN | Daily change |
|---|---|---|
| 2026-09-26 | 15.1919 | 0.00% |
| 2026-09-25 | 15.1919 | -0.50% |
| 2026-09-24 | 15.2677 | +0.19% |
| 2026-09-23 | 15.2392 | -0.52% |
| 2026-09-22 | 15.3187 | -0.19% |
| 2026-09-21 | 15.348 | +0.56% |
| 2026-09-20 | 15.2632 | +0.08% |
| 2026-09-19 | 15.2502 | -1.09% |
| 2026-09-18 | 15.4176 | +0.83% |
| 2026-09-17 | 15.2907 | -0.29% |
| 2026-09-16 | 15.335 | +0.05% |
| 2026-09-15 | 15.3276 | -0.10% |
| 2026-09-14 | 15.343 | +0.74% |
| 2026-09-13 | 15.2296 | -0.42% |
| 2026-09-12 | 15.2933 | -0.20% |
| Date | 1 CAD in STN | Daily change |
|---|---|---|
| 2026-09-11 | 15.3244 | -0.15% |
| 2026-09-10 | 15.3468 | -0.93% |
| 2026-09-09 | 15.491 | +0.69% |
| 2026-09-08 | 15.3855 | -0.04% |
| 2026-09-07 | 15.3911 | -0.09% |
| 2026-09-06 | 15.4057 | +1.04% |
| 2026-09-05 | 15.2467 | -0.94% |
| 2026-09-04 | 15.3911 | -0.31% |
| 2026-09-03 | 15.4387 | +0.95% |
| 2026-09-02 | 15.2937 | -0.06% |
| 2026-09-01 | 15.3034 | -0.69% |
| 2026-08-31 | 15.4093 | +0.21% |
| 2026-08-30 | 15.3764 | +0.01% |
| 2026-08-29 | 15.375 | +0.04% |
| 2026-08-28 | 15.3692 | — |
CAD to STN conversion table
1 CAD15.1919 STN
5 CAD75.9596 STN
10 CAD151.9191 STN
25 CAD379.7979 STN
50 CAD759.5957 STN
100 CAD1,519.1914 STN
500 CAD7,595.9571 STN
1,000 CAD15,191.914 STN
5,000 CAD75,959.571 STN
10,000 CAD151,919.14 STN
Get the CAD/STN rate in your app
One GET request returns the latest CAD → STN 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/STN"fetch('https://rate-api.com/api/v1/pair/CAD/STN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} STN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/STN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} STN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/STN');
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']} STN\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "STN"
},
"rate": 15.1919,
"timestamp": 1790429396,
"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
STN to CADSão Tomé and Príncipe Dobra → Canadian Dollar0.065824Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.