Convert JPY to ANG
Japanese Yen → Netherlands Antillean Guilder
1 JPY = 0.0113586 ANG(1 ANG = 88.039166 JPY)
Currency converter
1 JPY =
0.011359 ANG
JPY to ANG: last 30 days
Over the last 30 days, 1 JPY traded between 0.011241 and 0.011736 ANG, averaging 0.011479 ANG. The JPY/ANG rate is up 0.76% since 2026-08-28.
- 30-day high
- 0.011736
- 2026-09-09
- 30-day low
- 0.011241
- 2026-09-01
- 30-day average
- 0.011479
- Days with data: 30
- 30-day change
- +0.76%
- since 2026-08-28
0.011736
0.0112412026-08-28 → 2026-09-26
| Date | 1 JPY in ANG | Daily change |
|---|---|---|
| 2026-09-26 | 0.011359 | 0.00% |
| 2026-09-25 | 0.011359 | +0.80% |
| 2026-09-24 | 0.011268 | -0.59% |
| 2026-09-23 | 0.011335 | -1.12% |
| 2026-09-22 | 0.011464 | +0.15% |
| 2026-09-21 | 0.011447 | +0.56% |
| 2026-09-20 | 0.011383 | -0.14% |
| 2026-09-19 | 0.011399 | +0.53% |
| 2026-09-18 | 0.011339 | -2.47% |
| 2026-09-17 | 0.011626 | +0.04% |
| 2026-09-16 | 0.011621 | +0.01% |
| 2026-09-15 | 0.01162 | -0.37% |
| 2026-09-14 | 0.011663 | -0.01% |
| 2026-09-13 | 0.011665 | -0.01% |
| 2026-09-12 | 0.011666 | -0.38% |
| Date | 1 JPY in ANG | Daily change |
|---|---|---|
| 2026-09-11 | 0.01171 | +0.20% |
| 2026-09-10 | 0.011686 | -0.42% |
| 2026-09-09 | 0.011736 | +0.52% |
| 2026-09-08 | 0.011676 | +0.24% |
| 2026-09-07 | 0.011648 | +1.28% |
| 2026-09-06 | 0.011501 | -0.04% |
| 2026-09-05 | 0.011506 | -0.02% |
| 2026-09-04 | 0.011508 | -0.20% |
| 2026-09-03 | 0.01153 | +2.07% |
| 2026-09-02 | 0.011297 | +0.49% |
| 2026-09-01 | 0.011241 | -0.82% |
| 2026-08-31 | 0.011335 | +0.72% |
| 2026-08-30 | 0.011254 | -0.07% |
| 2026-08-29 | 0.011262 | -0.09% |
| 2026-08-28 | 0.011272 | — |
JPY to ANG conversion table
1 JPY0.011359 ANG
5 JPY0.056793 ANG
10 JPY0.11359 ANG
25 JPY0.28396 ANG
50 JPY0.56793 ANG
100 JPY1.1359 ANG
500 JPY5.6793 ANG
1,000 JPY11.3586 ANG
5,000 JPY56.7929 ANG
10,000 JPY113.5858 ANG
Get the JPY/ANG rate in your app
One GET request returns the latest JPY → ANG 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/ANG"fetch('https://rate-api.com/api/v1/pair/JPY/ANG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} ANG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/ANG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} ANG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/ANG');
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']} ANG\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "ANG"
},
"rate": 0.0114,
"timestamp": 1790429292,
"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
ANG to JPYNetherlands Antillean Guilder → Japanese Yen88.0392Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.