Convert STN to INR
São Tomé and Príncipe Dobra → Indian Rupee
1 STN = 4.459612 INR(1 INR = 0.224235 STN)
Currency converter
1 STN =
4.4596 INR
STN to INR: last 30 days
Over the last 30 days, 1 STN traded between 4.4376 and 4.5278 INR, averaging 4.4711 INR. The STN/INR rate is down 0.45% since 2026-08-28.
- 30-day high
- 4.5278
- 2026-09-13
- 30-day low
- 4.4376
- 2026-09-03
- 30-day average
- 4.4711
- Days with data: 30
- 30-day change
- -0.45%
- since 2026-08-28
4.5278
4.43762026-08-28 → 2026-09-26
| Date | 1 STN in INR | Daily change |
|---|---|---|
| 2026-09-26 | 4.4596 | 0.00% |
| 2026-09-25 | 4.4596 | +0.17% |
| 2026-09-24 | 4.4521 | -0.16% |
| 2026-09-23 | 4.4592 | +0.36% |
| 2026-09-22 | 4.4432 | -0.33% |
| 2026-09-21 | 4.4581 | -0.57% |
| 2026-09-20 | 4.4838 | -0.08% |
| 2026-09-19 | 4.4876 | +1.10% |
| 2026-09-18 | 4.4389 | -0.99% |
| 2026-09-17 | 4.4833 | -0.13% |
| 2026-09-16 | 4.4893 | -0.18% |
| 2026-09-15 | 4.4976 | +0.28% |
| 2026-09-14 | 4.4849 | -0.95% |
| 2026-09-13 | 4.5278 | +0.42% |
| 2026-09-12 | 4.5089 | +0.20% |
| Date | 1 STN in INR | Daily change |
|---|---|---|
| 2026-09-11 | 4.4998 | -0.03% |
| 2026-09-10 | 4.5012 | +0.94% |
| 2026-09-09 | 4.4594 | -0.12% |
| 2026-09-08 | 4.4648 | +0.51% |
| 2026-09-07 | 4.4423 | -0.05% |
| 2026-09-06 | 4.4445 | -1.03% |
| 2026-09-05 | 4.4909 | +0.95% |
| 2026-09-04 | 4.4487 | +0.25% |
| 2026-09-03 | 4.4376 | -0.49% |
| 2026-09-02 | 4.4594 | -0.18% |
| 2026-09-01 | 4.4675 | +0.44% |
| 2026-08-31 | 4.4478 | -0.67% |
| 2026-08-30 | 4.4779 | -0.01% |
| 2026-08-29 | 4.4783 | -0.04% |
| 2026-08-28 | 4.48 | — |
STN to INR conversion table
1 STN4.4596 INR
5 STN22.2981 INR
10 STN44.5961 INR
25 STN111.4903 INR
50 STN222.9806 INR
100 STN445.9612 INR
500 STN2,229.8061 INR
1,000 STN4,459.6122 INR
5,000 STN22,298.061 INR
10,000 STN44,596.122 INR
Get the STN/INR rate in your app
One GET request returns the latest STN → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/STN/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 STN = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/STN/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 STN = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/STN/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "STN",
"to": "INR"
},
"rate": 4.4596,
"timestamp": 1790435168,
"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
INR to STNIndian Rupee → São Tomé and Príncipe Dobra0.22423Convert STN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.