Convert JPY to AMD
Japanese Yen → Armenian Dram
1 JPY = 2.304338 AMD(1 AMD = 0.433964 JPY)
Currency converter
1 JPY =
2.3043 AMD
JPY to AMD: last 30 days
Over the last 30 days, 1 JPY traded between 2.2737 and 2.3684 AMD, averaging 2.3214 AMD. The JPY/AMD rate is up 1.10% since 2026-08-28.
- 30-day high
- 2.3684
- 2026-09-09
- 30-day low
- 2.2737
- 2026-09-01
- 30-day average
- 2.3214
- Days with data: 30
- 30-day change
- +1.10%
- since 2026-08-28
2.3684
2.27372026-08-28 → 2026-09-26
| Date | 1 JPY in AMD | Daily change |
|---|---|---|
| 2026-09-26 | 2.3043 | 0.00% |
| 2026-09-25 | 2.3043 | +0.58% |
| 2026-09-24 | 2.2911 | -0.49% |
| 2026-09-23 | 2.3022 | -0.47% |
| 2026-09-22 | 2.3131 | +0.28% |
| 2026-09-21 | 2.3066 | +0.21% |
| 2026-09-20 | 2.3019 | -0.00% |
| 2026-09-19 | 2.3019 | +0.13% |
| 2026-09-18 | 2.2989 | -1.84% |
| 2026-09-17 | 2.3421 | -0.17% |
| 2026-09-16 | 2.3461 | +0.23% |
| 2026-09-15 | 2.3407 | -0.39% |
| 2026-09-14 | 2.35 | -0.37% |
| 2026-09-13 | 2.3588 | +0.09% |
| 2026-09-12 | 2.3567 | -0.33% |
| Date | 1 JPY in AMD | Daily change |
|---|---|---|
| 2026-09-11 | 2.3645 | +0.28% |
| 2026-09-10 | 2.3579 | -0.45% |
| 2026-09-09 | 2.3684 | +0.43% |
| 2026-09-08 | 2.3583 | +0.30% |
| 2026-09-07 | 2.3511 | +0.79% |
| 2026-09-06 | 2.3326 | +0.00% |
| 2026-09-05 | 2.3326 | +0.22% |
| 2026-09-04 | 2.3274 | -0.26% |
| 2026-09-03 | 2.3335 | +2.31% |
| 2026-09-02 | 2.2808 | +0.31% |
| 2026-09-01 | 2.2737 | -0.87% |
| 2026-08-31 | 2.2936 | +0.37% |
| 2026-08-30 | 2.2851 | +0.00% |
| 2026-08-29 | 2.2851 | +0.25% |
| 2026-08-28 | 2.2793 | — |
JPY to AMD conversion table
1 JPY2.3043 AMD
5 JPY11.5217 AMD
10 JPY23.0434 AMD
25 JPY57.6084 AMD
50 JPY115.2169 AMD
100 JPY230.4338 AMD
500 JPY1,152.1688 AMD
1,000 JPY2,304.3376 AMD
5,000 JPY11,521.688 AMD
10,000 JPY23,043.376 AMD
Get the JPY/AMD rate in your app
One GET request returns the latest JPY → AMD 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/AMD"fetch('https://rate-api.com/api/v1/pair/JPY/AMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} AMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/AMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} AMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/AMD');
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']} AMD\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "AMD"
},
"rate": 2.3043,
"timestamp": 1790429261,
"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
AMD to JPYArmenian Dram → Japanese Yen0.43396Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.