Convert JPY to STN
Japanese Yen → São Tomé and Príncipe Dobra
1 JPY = 0.136338 STN(1 STN = 7.334694 JPY)
Currency converter
1 JPY =
0.13634 STN
JPY to STN: last 30 days
Over the last 30 days, 1 JPY traded between 0.1327 and 0.13915 STN, averaging 0.13613 STN. The JPY/STN rate is up 2.24% since 2026-08-28.
- 30-day high
- 0.13915
- 2026-09-09
- 30-day low
- 0.1327
- 2026-09-01
- 30-day average
- 0.13613
- Days with data: 30
- 30-day change
- +2.24%
- since 2026-08-28
0.13915
0.13272026-08-28 → 2026-09-26
| Date | 1 JPY in STN | Daily change |
|---|---|---|
| 2026-09-26 | 0.13634 | 0.00% |
| 2026-09-25 | 0.13634 | +0.48% |
| 2026-09-24 | 0.13568 | -0.20% |
| 2026-09-23 | 0.13596 | -0.67% |
| 2026-09-22 | 0.13687 | +0.15% |
| 2026-09-21 | 0.13667 | +0.91% |
| 2026-09-20 | 0.13543 | +0.08% |
| 2026-09-19 | 0.13532 | -1.09% |
| 2026-09-18 | 0.1368 | -0.47% |
| 2026-09-17 | 0.13745 | -0.30% |
| 2026-09-16 | 0.13786 | +0.15% |
| 2026-09-15 | 0.13765 | -0.15% |
| 2026-09-14 | 0.13786 | +0.62% |
| 2026-09-13 | 0.13701 | -0.42% |
| 2026-09-12 | 0.13758 | -0.20% |
| Date | 1 JPY in STN | Daily change |
|---|---|---|
| 2026-09-11 | 0.13786 | +0.25% |
| 2026-09-10 | 0.13752 | -1.17% |
| 2026-09-09 | 0.13915 | +1.09% |
| 2026-09-08 | 0.13765 | +0.15% |
| 2026-09-07 | 0.13745 | +1.02% |
| 2026-09-06 | 0.13606 | +1.04% |
| 2026-09-05 | 0.13466 | -0.94% |
| 2026-09-04 | 0.13593 | -0.40% |
| 2026-09-03 | 0.13648 | +2.28% |
| 2026-09-02 | 0.13344 | +0.55% |
| 2026-09-01 | 0.1327 | -0.94% |
| 2026-08-31 | 0.13396 | +0.41% |
| 2026-08-30 | 0.13341 | +0.01% |
| 2026-08-29 | 0.13339 | +0.04% |
| 2026-08-28 | 0.13334 | — |
JPY to STN conversion table
1 JPY0.13634 STN
5 JPY0.68169 STN
10 JPY1.3634 STN
25 JPY3.4085 STN
50 JPY6.8169 STN
100 JPY13.6338 STN
500 JPY68.1692 STN
1,000 JPY136.3383 STN
5,000 JPY681.6917 STN
10,000 JPY1,363.3834 STN
Get the JPY/STN rate in your app
One GET request returns the latest JPY → 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/JPY/STN"fetch('https://rate-api.com/api/v1/pair/JPY/STN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} STN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/STN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} STN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/STN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} STN\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "STN"
},
"rate": 0.1363,
"timestamp": 1790429336,
"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 JPYSão Tomé and Príncipe Dobra → Japanese Yen7.3347Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.