Convert ANG to JPY
Netherlands Antillean Guilder → Japanese Yen
1 ANG = 88.039166 JPY(1 JPY = 0.0113586 ANG)
Currency converter
1 ANG =
88.0392 JPY
ANG to JPY: last 30 days
Over the last 30 days, 1 ANG traded between 85.2076 and 88.9565 JPY, averaging 87.1311 JPY. The ANG/JPY rate is down 0.76% since 2026-08-28.
- 30-day high
- 88.9565
- 2026-09-01
- 30-day low
- 85.2076
- 2026-09-09
- 30-day average
- 87.1311
- Days with data: 30
- 30-day change
- -0.76%
- since 2026-08-28
88.9565
85.20762026-08-28 → 2026-09-26
| Date | 1 ANG 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 | +1.14% |
| 2026-09-22 | 87.2304 | -0.15% |
| 2026-09-21 | 87.3593 | -0.56% |
| 2026-09-20 | 87.8483 | +0.14% |
| 2026-09-19 | 87.7278 | -0.52% |
| 2026-09-18 | 88.1887 | +2.53% |
| 2026-09-17 | 86.0125 | -0.04% |
| 2026-09-16 | 86.0476 | -0.01% |
| 2026-09-15 | 86.0601 | +0.38% |
| 2026-09-14 | 85.7383 | +0.01% |
| 2026-09-13 | 85.7281 | +0.01% |
| 2026-09-12 | 85.7204 | +0.38% |
| Date | 1 ANG in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 85.3987 | -0.20% |
| 2026-09-10 | 85.5697 | +0.43% |
| 2026-09-09 | 85.2076 | -0.51% |
| 2026-09-08 | 85.6474 | -0.24% |
| 2026-09-07 | 85.8546 | -1.26% |
| 2026-09-06 | 86.9502 | +0.04% |
| 2026-09-05 | 86.9116 | +0.02% |
| 2026-09-04 | 86.8983 | +0.20% |
| 2026-09-03 | 86.7265 | -2.03% |
| 2026-09-02 | 88.5195 | -0.49% |
| 2026-09-01 | 88.9565 | +0.83% |
| 2026-08-31 | 88.2247 | -0.71% |
| 2026-08-30 | 88.856 | +0.07% |
| 2026-08-29 | 88.7923 | +0.09% |
| 2026-08-28 | 88.7123 | — |
ANG to JPY conversion table
1 ANG88.0392 JPY
5 ANG440.1958 JPY
10 ANG880.3917 JPY
25 ANG2,200.9792 JPY
50 ANG4,401.9583 JPY
100 ANG8,803.9166 JPY
500 ANG44,019.583 JPY
1,000 ANG88,039.166 JPY
5,000 ANG440,195.83 JPY
10,000 ANG880,391.66 JPY
Get the ANG/JPY rate in your app
One GET request returns the latest ANG → 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/ANG/JPY"fetch('https://rate-api.com/api/v1/pair/ANG/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ANG = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ANG/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ANG = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ANG/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ANG = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "ANG",
"to": "JPY"
},
"rate": 88.0392,
"timestamp": 1790435097,
"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 ANGJapanese Yen → Netherlands Antillean Guilder0.011359Convert ANG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.