Convert STN to CAD
São Tomé and Príncipe Dobra → Canadian Dollar
1 STN = 0.0658245 CAD(1 CAD = 15.191914 STN)
Currency converter
1 STN =
0.065824 CAD
STN to CAD: last 30 days
Over the last 30 days, 1 STN traded between 0.064554 and 0.065824 CAD, averaging 0.065239 CAD. The STN/CAD rate is up 1.17% since 2026-08-28.
- 30-day high
- 0.065824
- 2026-09-25
- 30-day low
- 0.064554
- 2026-09-09
- 30-day average
- 0.065239
- Days with data: 30
- 30-day change
- +1.17%
- since 2026-08-28
0.065824
0.0645542026-08-28 → 2026-09-26
| Date | 1 STN in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.065824 | 0.00% |
| 2026-09-25 | 0.065824 | +0.50% |
| 2026-09-24 | 0.065498 | -0.19% |
| 2026-09-23 | 0.06562 | +0.52% |
| 2026-09-22 | 0.06528 | +0.19% |
| 2026-09-21 | 0.065155 | -0.55% |
| 2026-09-20 | 0.065517 | -0.08% |
| 2026-09-19 | 0.065573 | +1.10% |
| 2026-09-18 | 0.064861 | -0.82% |
| 2026-09-17 | 0.065399 | +0.29% |
| 2026-09-16 | 0.06521 | -0.05% |
| 2026-09-15 | 0.065242 | +0.10% |
| 2026-09-14 | 0.065176 | -0.74% |
| 2026-09-13 | 0.065662 | +0.42% |
| 2026-09-12 | 0.065388 | +0.20% |
| Date | 1 STN in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.065255 | +0.15% |
| 2026-09-10 | 0.06516 | +0.94% |
| 2026-09-09 | 0.064554 | -0.68% |
| 2026-09-08 | 0.064996 | +0.04% |
| 2026-09-07 | 0.064973 | +0.09% |
| 2026-09-06 | 0.064911 | -1.03% |
| 2026-09-05 | 0.065588 | +0.95% |
| 2026-09-04 | 0.064973 | +0.31% |
| 2026-09-03 | 0.064772 | -0.94% |
| 2026-09-02 | 0.065386 | +0.06% |
| 2026-09-01 | 0.065345 | +0.69% |
| 2026-08-31 | 0.064896 | -0.21% |
| 2026-08-30 | 0.065035 | -0.01% |
| 2026-08-29 | 0.065041 | -0.04% |
| 2026-08-28 | 0.065065 | — |
STN to CAD conversion table
1 STN0.065824 CAD
5 STN0.32912 CAD
10 STN0.65824 CAD
25 STN1.6456 CAD
50 STN3.2912 CAD
100 STN6.5824 CAD
500 STN32.9122 CAD
1,000 STN65.8245 CAD
5,000 STN329.1225 CAD
10,000 STN658.2449 CAD
Get the STN/CAD rate in your app
One GET request returns the latest STN → 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/STN/CAD"fetch('https://rate-api.com/api/v1/pair/STN/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 STN = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/STN/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 STN = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/STN/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 STN = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "STN",
"to": "CAD"
},
"rate": 0.0658,
"timestamp": 1790432120,
"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 STNCanadian Dollar → São Tomé and Príncipe Dobra15.1919Convert STN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.