Convert AWG to JPY
Aruban Florin → Japanese Yen
1 AWG = 88.039166 JPY(1 JPY = 0.0113586 AWG)
Currency converter
1 AWG =
88.0392 JPY
AWG to JPY: last 30 days
Over the last 30 days, 1 AWG traded between 85.6257 and 89.4749 JPY, averaging 87.5452 JPY. The AWG/JPY rate is down 1.31% since 2026-08-28.
- 30-day high
- 89.4749
- 2026-09-01
- 30-day low
- 85.6257
- 2026-09-09
- 30-day average
- 87.5452
- Days with data: 30
- 30-day change
- -1.31%
- since 2026-08-28
89.4749
85.62572026-08-28 → 2026-09-26
| Date | 1 AWG in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 88.0392 | 0.00% |
| 2026-09-25 | 88.0392 | -0.80% |
| 2026-09-24 | 88.7456 | +0.59% |
| 2026-09-23 | 88.2222 | +0.47% |
| 2026-09-22 | 87.8101 | -0.06% |
| 2026-09-21 | 87.8603 | -0.39% |
| 2026-09-20 | 88.2067 | 0.00% |
| 2026-09-19 | 88.2067 | +0.70% |
| 2026-09-18 | 87.5951 | +0.71% |
| 2026-09-17 | 86.9777 | +0.41% |
| 2026-09-16 | 86.6201 | +0.03% |
| 2026-09-15 | 86.5922 | +0.29% |
| 2026-09-14 | 86.3408 | +0.33% |
| 2026-09-13 | 86.0559 | 0.00% |
| 2026-09-12 | 86.0559 | 0.00% |
| Date | 1 AWG in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 86.0559 | -0.09% |
| 2026-09-10 | 86.1341 | +0.59% |
| 2026-09-09 | 85.6257 | -0.67% |
| 2026-09-08 | 86.2011 | -0.29% |
| 2026-09-07 | 86.4525 | -0.96% |
| 2026-09-06 | 87.2905 | 0.00% |
| 2026-09-05 | 87.2905 | 0.00% |
| 2026-09-04 | 87.2905 | +0.15% |
| 2026-09-03 | 87.1564 | -2.25% |
| 2026-09-02 | 89.162 | -0.35% |
| 2026-09-01 | 89.4749 | +0.27% |
| 2026-08-31 | 89.2346 | +0.03% |
| 2026-08-30 | 89.2067 | 0.00% |
| 2026-08-29 | 89.2067 | 0.00% |
| 2026-08-28 | 89.2067 | — |
AWG to JPY conversion table
1 AWG88.0392 JPY
5 AWG440.1958 JPY
10 AWG880.3917 JPY
25 AWG2,200.9792 JPY
50 AWG4,401.9583 JPY
100 AWG8,803.9166 JPY
500 AWG44,019.583 JPY
1,000 AWG88,039.166 JPY
5,000 AWG440,195.83 JPY
10,000 AWG880,391.66 JPY
Get the AWG/JPY rate in your app
One GET request returns the latest AWG → JPY 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/AWG/JPY"fetch('https://rate-api.com/api/v1/pair/AWG/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AWG = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AWG/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AWG = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AWG/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AWG = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "AWG",
"to": "JPY"
},
"rate": 88.0392,
"timestamp": 1790435211,
"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
JPY to AWGJapanese Yen → Aruban Florin0.011359Convert AWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.