Convert JPY to AOA
Japanese Yen → Angolan Kwanza
1 JPY = 5.816839 AOA(1 AOA = 0.171915 JPY)
Currency converter
1 JPY =
5.8168 AOA
JPY to AOA: last 30 days
Over the last 30 days, 1 JPY traded between 5.7354 and 6.039 AOA, averaging 5.8587 AOA. The JPY/AOA rate is up 1.31% since 2026-08-28.
- 30-day high
- 6.039
- 2026-09-13
- 30-day low
- 5.7354
- 2026-09-01
- 30-day average
- 5.8587
- Days with data: 30
- 30-day change
- +1.31%
- since 2026-08-28
6.039
5.73542026-08-28 → 2026-09-26
| Date | 1 JPY in AOA | Daily change |
|---|---|---|
| 2026-09-26 | 5.8168 | 0.00% |
| 2026-09-25 | 5.8168 | +0.61% |
| 2026-09-24 | 5.7815 | -0.35% |
| 2026-09-23 | 5.8016 | -0.63% |
| 2026-09-22 | 5.8382 | -0.16% |
| 2026-09-21 | 5.8474 | +0.77% |
| 2026-09-20 | 5.8029 | -0.01% |
| 2026-09-19 | 5.8033 | -0.19% |
| 2026-09-18 | 5.8142 | -1.31% |
| 2026-09-17 | 5.8916 | -0.59% |
| 2026-09-16 | 5.9266 | +0.18% |
| 2026-09-15 | 5.9158 | -0.35% |
| 2026-09-14 | 5.9366 | -1.70% |
| 2026-09-13 | 6.039 | +1.27% |
| 2026-09-12 | 5.9633 | +0.03% |
| Date | 1 JPY in AOA | Daily change |
|---|---|---|
| 2026-09-11 | 5.9613 | +0.07% |
| 2026-09-10 | 5.9573 | -0.58% |
| 2026-09-09 | 5.992 | +0.92% |
| 2026-09-08 | 5.9372 | -0.09% |
| 2026-09-07 | 5.9424 | +1.10% |
| 2026-09-06 | 5.8779 | +0.00% |
| 2026-09-05 | 5.8777 | +0.07% |
| 2026-09-04 | 5.8737 | -0.13% |
| 2026-09-03 | 5.8813 | +2.29% |
| 2026-09-02 | 5.7496 | +0.25% |
| 2026-09-01 | 5.7354 | -0.38% |
| 2026-08-31 | 5.7574 | +0.36% |
| 2026-08-30 | 5.737 | -0.10% |
| 2026-08-29 | 5.7428 | +0.02% |
| 2026-08-28 | 5.7415 | — |
JPY to AOA conversion table
1 JPY5.8168 AOA
5 JPY29.0842 AOA
10 JPY58.1684 AOA
25 JPY145.421 AOA
50 JPY290.8419 AOA
100 JPY581.6839 AOA
500 JPY2,908.4193 AOA
1,000 JPY5,816.8385 AOA
5,000 JPY29,084.193 AOA
10,000 JPY58,168.385 AOA
Get the JPY/AOA rate in your app
One GET request returns the latest JPY → AOA 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/AOA"fetch('https://rate-api.com/api/v1/pair/JPY/AOA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} AOA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/AOA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} AOA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/AOA');
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']} AOA\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "AOA"
},
"rate": 5.8168,
"timestamp": 1790429350,
"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
AOA to JPYAngolan Kwanza → Japanese Yen0.17191Convert JPY to other currencies
Convert other currencies to AOA
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.