Convert CHF to STN
Swiss Franc → São Tomé and Príncipe Dobra
1 CHF = 25.939651 STN(1 STN = 0.038551 CHF)
Currency converter
1 CHF =
25.9397 STN
CHF to STN: last 30 days
Over the last 30 days, 1 CHF traded between 25.8772 and 26.4871 STN, averaging 26.1558 STN. The CHF/STN rate is down 2.02% since 2026-08-28.
- 30-day high
- 26.4871
- 2026-08-30
- 30-day low
- 25.8772
- 2026-09-19
- 30-day average
- 26.1558
- Days with data: 30
- 30-day change
- -2.02%
- since 2026-08-28
26.4871
25.87722026-08-28 → 2026-09-26
| Date | 1 CHF in STN | Daily change |
|---|---|---|
| 2026-09-26 | 25.9397 | 0.00% |
| 2026-09-25 | 25.9397 | -0.38% |
| 2026-09-24 | 26.0389 | -0.20% |
| 2026-09-23 | 26.0916 | -0.62% |
| 2026-09-22 | 26.2547 | +0.34% |
| 2026-09-21 | 26.1664 | +1.03% |
| 2026-09-20 | 25.8992 | +0.08% |
| 2026-09-19 | 25.8772 | -1.09% |
| 2026-09-18 | 26.1612 | +0.80% |
| 2026-09-17 | 25.9546 | -0.55% |
| 2026-09-16 | 26.0988 | +0.08% |
| 2026-09-15 | 26.0775 | -0.07% |
| 2026-09-14 | 26.0963 | +0.81% |
| 2026-09-13 | 25.8864 | -0.42% |
| 2026-09-12 | 25.9947 | -0.20% |
| Date | 1 CHF in STN | Daily change |
|---|---|---|
| 2026-09-11 | 26.0476 | -0.25% |
| 2026-09-10 | 26.1129 | -1.19% |
| 2026-09-09 | 26.4264 | +0.97% |
| 2026-09-08 | 26.1727 | -0.43% |
| 2026-09-07 | 26.2845 | +0.05% |
| 2026-09-06 | 26.2713 | +1.04% |
| 2026-09-05 | 26.0002 | -0.94% |
| 2026-09-04 | 26.2465 | -0.35% |
| 2026-09-03 | 26.3384 | +0.67% |
| 2026-09-02 | 26.164 | -0.22% |
| 2026-09-01 | 26.2216 | -0.92% |
| 2026-08-31 | 26.4638 | -0.09% |
| 2026-08-30 | 26.4871 | +0.01% |
| 2026-08-29 | 26.4845 | +0.04% |
| 2026-08-28 | 26.4746 | — |
CHF to STN conversion table
1 CHF25.9397 STN
5 CHF129.6983 STN
10 CHF259.3965 STN
25 CHF648.4913 STN
50 CHF1,296.9825 STN
100 CHF2,593.9651 STN
500 CHF12,969.825 STN
1,000 CHF25,939.651 STN
5,000 CHF129,698.25 STN
10,000 CHF259,396.51 STN
Get the CHF/STN rate in your app
One GET request returns the latest CHF → 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/CHF/STN"fetch('https://rate-api.com/api/v1/pair/CHF/STN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} STN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/STN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} STN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/STN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} STN\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "STN"
},
"rate": 25.9397,
"timestamp": 1790429342,
"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 CHFSão Tomé and Príncipe Dobra → Swiss Franc0.038551Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.