Convert EUR to STN
Euro → São Tomé and Príncipe Dobra
1 EUR = 24.5 STN(1 STN = 0.0408163 EUR)
Currency converter
1 EUR =
24.5 STN
EUR to STN: last 30 days
Over the last 30 days, 1 EUR traded between 24.4531 and 24.8514 STN, averaging 24.6385 STN. The EUR/STN rate is down 1.17% since 2026-08-28.
- 30-day high
- 24.8514
- 2026-09-09
- 30-day low
- 24.4531
- 2026-09-05
- 30-day average
- 24.6385
- Days with data: 30
- 30-day change
- -1.17%
- since 2026-08-28
24.8514
24.45312026-08-28 → 2026-09-26
| Date | 1 EUR in STN | Daily change |
|---|---|---|
| 2026-09-26 | 24.5 | 0.00% |
| 2026-09-25 | 24.5 | 0.00% |
| 2026-09-24 | 24.5 | 0.00% |
| 2026-09-23 | 24.5 | -0.65% |
| 2026-09-22 | 24.6611 | -0.14% |
| 2026-09-21 | 24.6959 | +0.78% |
| 2026-09-20 | 24.5057 | +0.08% |
| 2026-09-19 | 24.4849 | -1.09% |
| 2026-09-18 | 24.7536 | +0.75% |
| 2026-09-17 | 24.5686 | -0.37% |
| 2026-09-16 | 24.6607 | +0.17% |
| 2026-09-15 | 24.6196 | +0.03% |
| 2026-09-14 | 24.6115 | +0.60% |
| 2026-09-13 | 24.4652 | -0.42% |
| 2026-09-12 | 24.5676 | -0.20% |
| Date | 1 EUR in STN | Daily change |
|---|---|---|
| 2026-09-11 | 24.6176 | -0.05% |
| 2026-09-10 | 24.6296 | -0.89% |
| 2026-09-09 | 24.8514 | +0.74% |
| 2026-09-08 | 24.6677 | -0.21% |
| 2026-09-07 | 24.7204 | +0.05% |
| 2026-09-06 | 24.7081 | +1.04% |
| 2026-09-05 | 24.4531 | -0.94% |
| 2026-09-04 | 24.6847 | -0.19% |
| 2026-09-03 | 24.7317 | +0.30% |
| 2026-09-02 | 24.6569 | +0.10% |
| 2026-09-01 | 24.6327 | -0.72% |
| 2026-08-31 | 24.8122 | +0.04% |
| 2026-08-30 | 24.8024 | +0.01% |
| 2026-08-29 | 24.8 | +0.04% |
| 2026-08-28 | 24.7907 | — |
EUR to STN conversion table
1 EUR24.5 STN
5 EUR122.5 STN
10 EUR245 STN
25 EUR612.5 STN
50 EUR1,225 STN
100 EUR2,450 STN
500 EUR12,250 STN
1,000 EUR24,500 STN
5,000 EUR122,500 STN
10,000 EUR245,000 STN
Get the EUR/STN rate in your app
One GET request returns the latest EUR → 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/EUR/STN"fetch('https://rate-api.com/api/v1/pair/EUR/STN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} STN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/STN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} STN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/STN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} STN\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "STN"
},
"rate": 24.5,
"timestamp": 1790429400,
"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 EURSão Tomé and Príncipe Dobra → Euro0.040816Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.