Convert JPY to PYG
Japanese Yen → Paraguayan Guaraní
1 JPY = 37.620238 PYG(1 PYG = 0.0265814 JPY)
Currency converter
1 JPY =
37.6202 PYG
JPY to PYG: last 30 days
Over the last 30 days, 1 JPY traded between 36.9178 and 38.8003 PYG, averaging 37.9144 PYG. The JPY/PYG rate is up 1.30% since 2026-08-28.
- 30-day high
- 38.8003
- 2026-09-15
- 30-day low
- 36.9178
- 2026-09-01
- 30-day average
- 37.9144
- Days with data: 30
- 30-day change
- +1.30%
- since 2026-08-28
38.8003
36.91782026-08-28 → 2026-09-26
| Date | 1 JPY in PYG | Daily change |
|---|---|---|
| 2026-09-26 | 37.6202 | 0.00% |
| 2026-09-25 | 37.6202 | +0.62% |
| 2026-09-24 | 37.388 | -0.69% |
| 2026-09-23 | 37.649 | -0.45% |
| 2026-09-22 | 37.8194 | -0.52% |
| 2026-09-21 | 38.0185 | +1.23% |
| 2026-09-20 | 37.5552 | -0.17% |
| 2026-09-19 | 37.6181 | +0.42% |
| 2026-09-18 | 37.4605 | -2.29% |
| 2026-09-17 | 38.3398 | -0.85% |
| 2026-09-16 | 38.6679 | -0.34% |
| 2026-09-15 | 38.8003 | +1.28% |
| 2026-09-14 | 38.308 | -0.51% |
| 2026-09-13 | 38.5031 | +0.20% |
| 2026-09-12 | 38.4268 | +0.47% |
| Date | 1 JPY in PYG | Daily change |
|---|---|---|
| 2026-09-11 | 38.2465 | -0.10% |
| 2026-09-10 | 38.2833 | -1.26% |
| 2026-09-09 | 38.7704 | +0.11% |
| 2026-09-08 | 38.7283 | +0.16% |
| 2026-09-07 | 38.6671 | +1.03% |
| 2026-09-06 | 38.2724 | -0.02% |
| 2026-09-05 | 38.2782 | +0.78% |
| 2026-09-04 | 37.9832 | +0.33% |
| 2026-09-03 | 37.8584 | +2.26% |
| 2026-09-02 | 37.0207 | +0.28% |
| 2026-09-01 | 36.9178 | -0.92% |
| 2026-08-31 | 37.2605 | +0.41% |
| 2026-08-30 | 37.1067 | +0.01% |
| 2026-08-29 | 37.1031 | -0.10% |
| 2026-08-28 | 37.1392 | — |
JPY to PYG conversion table
1 JPY37.6202 PYG
5 JPY188.1012 PYG
10 JPY376.2024 PYG
25 JPY940.5059 PYG
50 JPY1,881.0119 PYG
100 JPY3,762.0238 PYG
500 JPY18,810.119 PYG
1,000 JPY37,620.238 PYG
5,000 JPY188,101.19 PYG
10,000 JPY376,202.38 PYG
Get the JPY/PYG rate in your app
One GET request returns the latest JPY → PYG 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/PYG"fetch('https://rate-api.com/api/v1/pair/JPY/PYG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} PYG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/PYG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} PYG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/PYG');
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']} PYG\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "PYG"
},
"rate": 37.6202,
"timestamp": 1790429301,
"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
PYG to JPYParaguayan Guaraní → Japanese Yen0.026581Convert JPY to other currencies
Convert other currencies to PYG
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.