Convert AOA to JPY
Angolan Kwanza → Japanese Yen
1 AOA = 0.171915 JPY(1 JPY = 5.816839 AOA)
Currency converter
1 AOA =
0.17191 JPY
AOA to JPY: last 30 days
Over the last 30 days, 1 AOA traded between 0.16559 and 0.17435 JPY, averaging 0.17072 JPY. The AOA/JPY rate is down 1.30% since 2026-08-28.
- 30-day high
- 0.17435
- 2026-09-01
- 30-day low
- 0.16559
- 2026-09-13
- 30-day average
- 0.17072
- Days with data: 30
- 30-day change
- -1.30%
- since 2026-08-28
0.17435
0.165592026-08-28 → 2026-09-26
| Date | 1 AOA in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.17191 | 0.00% |
| 2026-09-25 | 0.17191 | -0.61% |
| 2026-09-24 | 0.17297 | +0.35% |
| 2026-09-23 | 0.17237 | +0.63% |
| 2026-09-22 | 0.17129 | +0.16% |
| 2026-09-21 | 0.17102 | -0.76% |
| 2026-09-20 | 0.17233 | +0.01% |
| 2026-09-19 | 0.17232 | +0.19% |
| 2026-09-18 | 0.17199 | +1.33% |
| 2026-09-17 | 0.16973 | +0.59% |
| 2026-09-16 | 0.16873 | -0.18% |
| 2026-09-15 | 0.16904 | +0.35% |
| 2026-09-14 | 0.16845 | +1.72% |
| 2026-09-13 | 0.16559 | -1.25% |
| 2026-09-12 | 0.16769 | -0.03% |
| Date | 1 AOA in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.16775 | -0.07% |
| 2026-09-10 | 0.16786 | +0.58% |
| 2026-09-09 | 0.16689 | -0.91% |
| 2026-09-08 | 0.16843 | +0.09% |
| 2026-09-07 | 0.16828 | -1.09% |
| 2026-09-06 | 0.17013 | -0.00% |
| 2026-09-05 | 0.17014 | -0.07% |
| 2026-09-04 | 0.17025 | +0.13% |
| 2026-09-03 | 0.17003 | -2.24% |
| 2026-09-02 | 0.17393 | -0.25% |
| 2026-09-01 | 0.17435 | +0.38% |
| 2026-08-31 | 0.17369 | -0.35% |
| 2026-08-30 | 0.17431 | +0.10% |
| 2026-08-29 | 0.17413 | -0.02% |
| 2026-08-28 | 0.17417 | — |
AOA to JPY conversion table
1 AOA0.17191 JPY
5 AOA0.85957 JPY
10 AOA1.7191 JPY
25 AOA4.2979 JPY
50 AOA8.5957 JPY
100 AOA17.1915 JPY
500 AOA85.9573 JPY
1,000 AOA171.9147 JPY
5,000 AOA859.5735 JPY
10,000 AOA1,719.1469 JPY
Get the AOA/JPY rate in your app
One GET request returns the latest AOA → 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/AOA/JPY"fetch('https://rate-api.com/api/v1/pair/AOA/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AOA = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AOA/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AOA = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AOA/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AOA = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "AOA",
"to": "JPY"
},
"rate": 0.1719,
"timestamp": 1790432100,
"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 AOAJapanese Yen → Angolan Kwanza5.8168Convert AOA to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.