Convert INR to STN
Indian Rupee → São Tomé and Príncipe Dobra
1 INR = 0.224235 STN(1 STN = 4.459612 INR)
Currency converter
1 INR =
0.22423 STN
INR to STN: last 30 days
Over the last 30 days, 1 INR traded between 0.22086 and 0.22535 STN, averaging 0.22366 STN. The INR/STN rate is up 0.46% since 2026-08-28.
- 30-day high
- 0.22535
- 2026-09-03
- 30-day low
- 0.22086
- 2026-09-13
- 30-day average
- 0.22366
- Days with data: 30
- 30-day change
- +0.46%
- since 2026-08-28
0.22535
0.220862026-08-28 → 2026-09-26
| Date | 1 INR in STN | Daily change |
|---|---|---|
| 2026-09-26 | 0.22423 | 0.00% |
| 2026-09-25 | 0.22423 | -0.17% |
| 2026-09-24 | 0.22461 | +0.16% |
| 2026-09-23 | 0.22426 | -0.36% |
| 2026-09-22 | 0.22506 | +0.34% |
| 2026-09-21 | 0.22431 | +0.58% |
| 2026-09-20 | 0.22303 | +0.08% |
| 2026-09-19 | 0.22284 | -1.09% |
| 2026-09-18 | 0.22528 | +1.00% |
| 2026-09-17 | 0.22305 | +0.13% |
| 2026-09-16 | 0.22275 | +0.18% |
| 2026-09-15 | 0.22234 | -0.28% |
| 2026-09-14 | 0.22297 | +0.96% |
| 2026-09-13 | 0.22086 | -0.42% |
| 2026-09-12 | 0.22178 | -0.20% |
| Date | 1 INR in STN | Daily change |
|---|---|---|
| 2026-09-11 | 0.22223 | +0.03% |
| 2026-09-10 | 0.22216 | -0.93% |
| 2026-09-09 | 0.22425 | +0.12% |
| 2026-09-08 | 0.22398 | -0.50% |
| 2026-09-07 | 0.22511 | +0.05% |
| 2026-09-06 | 0.225 | +1.04% |
| 2026-09-05 | 0.22267 | -0.94% |
| 2026-09-04 | 0.22478 | -0.25% |
| 2026-09-03 | 0.22535 | +0.49% |
| 2026-09-02 | 0.22424 | +0.18% |
| 2026-09-01 | 0.22384 | -0.44% |
| 2026-08-31 | 0.22483 | +0.68% |
| 2026-08-30 | 0.22332 | +0.01% |
| 2026-08-29 | 0.2233 | +0.04% |
| 2026-08-28 | 0.22322 | — |
INR to STN conversion table
1 INR0.22423 STN
5 INR1.1212 STN
10 INR2.2423 STN
25 INR5.6059 STN
50 INR11.2117 STN
100 INR22.4235 STN
500 INR112.1174 STN
1,000 INR224.2347 STN
5,000 INR1,121.1737 STN
10,000 INR2,242.3474 STN
Get the INR/STN rate in your app
One GET request returns the latest INR → 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/INR/STN"fetch('https://rate-api.com/api/v1/pair/INR/STN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} STN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/STN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} STN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/STN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} STN\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "STN"
},
"rate": 0.2242,
"timestamp": 1790437794,
"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 INRSão Tomé and Príncipe Dobra → Indian Rupee4.4596Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.