Convert JPY to AZN
Japanese Yen → Azerbaijani Manat
1 JPY = 0.0107875 AZN(1 AZN = 92.700072 JPY)
Currency converter
1 JPY =
0.010787 AZN
JPY to AZN: last 30 days
Over the last 30 days, 1 JPY traded between 0.010614 and 0.011099 AZN, averaging 0.010848 AZN. The JPY/AZN rate is up 1.32% since 2026-08-28.
- 30-day high
- 0.011099
- 2026-09-09
- 30-day low
- 0.010614
- 2026-09-01
- 30-day average
- 0.010848
- Days with data: 30
- 30-day change
- +1.32%
- since 2026-08-28
0.011099
0.0106142026-08-28 → 2026-09-26
| Date | 1 JPY in AZN | Daily change |
|---|---|---|
| 2026-09-26 | 0.010787 | 0.00% |
| 2026-09-25 | 0.010787 | +0.80% |
| 2026-09-24 | 0.010702 | -0.59% |
| 2026-09-23 | 0.010765 | -0.47% |
| 2026-09-22 | 0.010816 | +0.06% |
| 2026-09-21 | 0.010809 | +0.29% |
| 2026-09-20 | 0.010778 | +0.10% |
| 2026-09-19 | 0.010767 | +1.09% |
| 2026-09-18 | 0.010651 | -2.45% |
| 2026-09-17 | 0.010919 | -0.41% |
| 2026-09-16 | 0.010964 | -0.04% |
| 2026-09-15 | 0.010968 | -0.29% |
| 2026-09-14 | 0.011 | -0.41% |
| 2026-09-13 | 0.011045 | +0.08% |
| 2026-09-12 | 0.011036 | -0.00% |
| Date | 1 JPY in AZN | Daily change |
|---|---|---|
| 2026-09-11 | 0.011036 | +0.09% |
| 2026-09-10 | 0.011026 | -0.65% |
| 2026-09-09 | 0.011099 | +0.74% |
| 2026-09-08 | 0.011017 | +0.29% |
| 2026-09-07 | 0.010985 | +0.87% |
| 2026-09-06 | 0.01089 | +0.10% |
| 2026-09-05 | 0.01088 | -0.00% |
| 2026-09-04 | 0.01088 | -0.15% |
| 2026-09-03 | 0.010897 | +2.30% |
| 2026-09-02 | 0.010652 | +0.35% |
| 2026-09-01 | 0.010614 | -0.87% |
| 2026-08-31 | 0.010707 | +0.48% |
| 2026-08-30 | 0.010656 | -0.00% |
| 2026-08-29 | 0.010656 | +0.09% |
| 2026-08-28 | 0.010646 | — |
JPY to AZN conversion table
1 JPY0.010787 AZN
5 JPY0.053937 AZN
10 JPY0.10787 AZN
25 JPY0.26969 AZN
50 JPY0.53937 AZN
100 JPY1.0787 AZN
500 JPY5.3937 AZN
1,000 JPY10.7875 AZN
5,000 JPY53.9374 AZN
10,000 JPY107.8748 AZN
Get the JPY/AZN rate in your app
One GET request returns the latest JPY → AZN 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/AZN"fetch('https://rate-api.com/api/v1/pair/JPY/AZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} AZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/AZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} AZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/AZN');
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']} AZN\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "AZN"
},
"rate": 0.0108,
"timestamp": 1790429349,
"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
AZN to JPYAzerbaijani Manat → Japanese Yen92.7001Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.