Convert AZN to JPY
Azerbaijani Manat → Japanese Yen
1 AZN = 92.700072 JPY(1 JPY = 0.0107875 AZN)
Currency converter
1 AZN =
92.7001 JPY
AZN to JPY: last 30 days
Over the last 30 days, 1 AZN traded between 90.1009 and 94.212 JPY, averaging 92.1998 JPY. The AZN/JPY rate is down 1.31% since 2026-08-28.
- 30-day high
- 94.212
- 2026-09-01
- 30-day low
- 90.1009
- 2026-09-09
- 30-day average
- 92.1998
- Days with data: 30
- 30-day change
- -1.31%
- since 2026-08-28
94.212
90.10092026-08-28 → 2026-09-26
| Date | 1 AZN in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 92.7001 | 0.00% |
| 2026-09-25 | 92.7001 | -0.79% |
| 2026-09-24 | 93.4426 | +0.59% |
| 2026-09-23 | 92.8931 | +0.47% |
| 2026-09-22 | 92.4589 | -0.06% |
| 2026-09-21 | 92.5118 | -0.29% |
| 2026-09-20 | 92.7844 | -0.10% |
| 2026-09-19 | 92.8765 | -1.07% |
| 2026-09-18 | 93.8854 | +2.51% |
| 2026-09-17 | 91.5824 | +0.41% |
| 2026-09-16 | 91.2086 | +0.04% |
| 2026-09-15 | 91.1764 | +0.29% |
| 2026-09-14 | 90.9118 | +0.42% |
| 2026-09-13 | 90.5357 | -0.08% |
| 2026-09-12 | 90.6118 | +0.00% |
| Date | 1 AZN in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 90.6118 | -0.09% |
| 2026-09-10 | 90.6941 | +0.66% |
| 2026-09-09 | 90.1009 | -0.73% |
| 2026-09-08 | 90.765 | -0.29% |
| 2026-09-07 | 91.0294 | -0.87% |
| 2026-09-06 | 91.8239 | -0.10% |
| 2026-09-05 | 91.9118 | +0.00% |
| 2026-09-04 | 91.9118 | +0.16% |
| 2026-09-03 | 91.7694 | -2.25% |
| 2026-09-02 | 93.8823 | -0.35% |
| 2026-09-01 | 94.212 | +0.88% |
| 2026-08-31 | 93.3942 | -0.47% |
| 2026-08-30 | 93.8398 | +0.00% |
| 2026-08-29 | 93.8395 | -0.09% |
| 2026-08-28 | 93.928 | — |
AZN to JPY conversion table
1 AZN92.7001 JPY
5 AZN463.5004 JPY
10 AZN927.0007 JPY
25 AZN2,317.5018 JPY
50 AZN4,635.0036 JPY
100 AZN9,270.0072 JPY
500 AZN46,350.036 JPY
1,000 AZN92,700.072 JPY
5,000 AZN463,500.36 JPY
10,000 AZN927,000.72 JPY
Get the AZN/JPY rate in your app
One GET request returns the latest AZN → 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/AZN/JPY"fetch('https://rate-api.com/api/v1/pair/AZN/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AZN = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AZN/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AZN = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AZN/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AZN = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "AZN",
"to": "JPY"
},
"rate": 92.7001,
"timestamp": 1790437534,
"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 AZNJapanese Yen → Azerbaijani Manat0.010787Convert AZN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.