Convert JPY to AFN
Japanese Yen → Afghan Afghani
1 JPY = 0.406162 AFN(1 AFN = 2.462071 JPY)
Currency converter
1 JPY =
0.40616 AFN
JPY to AFN: last 30 days
Over the last 30 days, 1 JPY traded between 0.40278 and 0.42716 AFN, averaging 0.41538 AFN. The JPY/AFN rate is down 1.67% since 2026-08-28.
- 30-day high
- 0.42716
- 2026-09-12
- 30-day low
- 0.40278
- 2026-09-24
- 30-day average
- 0.41538
- Days with data: 30
- 30-day change
- -1.67%
- since 2026-08-28
0.42716
0.402782026-08-28 → 2026-09-26
| Date | 1 JPY in AFN | Daily change |
|---|---|---|
| 2026-09-26 | 0.40616 | 0.00% |
| 2026-09-25 | 0.40616 | +0.84% |
| 2026-09-24 | 0.40278 | -2.09% |
| 2026-09-23 | 0.41139 | -0.22% |
| 2026-09-22 | 0.41232 | -0.13% |
| 2026-09-21 | 0.41285 | +0.70% |
| 2026-09-20 | 0.40999 | +1.69% |
| 2026-09-19 | 0.40319 | -2.06% |
| 2026-09-18 | 0.41168 | -1.18% |
| 2026-09-17 | 0.41661 | -0.55% |
| 2026-09-16 | 0.41891 | +0.05% |
| 2026-09-15 | 0.41869 | +0.40% |
| 2026-09-14 | 0.41701 | -0.20% |
| 2026-09-13 | 0.41785 | -2.18% |
| 2026-09-12 | 0.42716 | +0.64% |
| Date | 1 JPY in AFN | Daily change |
|---|---|---|
| 2026-09-11 | 0.42444 | -0.34% |
| 2026-09-10 | 0.42589 | +0.16% |
| 2026-09-09 | 0.42523 | +0.25% |
| 2026-09-08 | 0.42418 | -0.54% |
| 2026-09-07 | 0.42649 | +3.29% |
| 2026-09-06 | 0.41292 | -1.86% |
| 2026-09-05 | 0.42076 | -0.22% |
| 2026-09-04 | 0.42169 | +0.01% |
| 2026-09-03 | 0.42166 | +2.16% |
| 2026-09-02 | 0.41274 | +0.17% |
| 2026-09-01 | 0.41205 | +0.64% |
| 2026-08-31 | 0.40942 | +0.35% |
| 2026-08-30 | 0.408 | -0.54% |
| 2026-08-29 | 0.4102 | -0.69% |
| 2026-08-28 | 0.41307 | — |
JPY to AFN conversion table
1 JPY0.40616 AFN
5 JPY2.0308 AFN
10 JPY4.0616 AFN
25 JPY10.1541 AFN
50 JPY20.3081 AFN
100 JPY40.6162 AFN
500 JPY203.0811 AFN
1,000 JPY406.1622 AFN
5,000 JPY2,030.811 AFN
10,000 JPY4,061.622 AFN
Get the JPY/AFN rate in your app
One GET request returns the latest JPY → AFN 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/AFN"fetch('https://rate-api.com/api/v1/pair/JPY/AFN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} AFN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/AFN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} AFN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/AFN');
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']} AFN\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "AFN"
},
"rate": 0.4062,
"timestamp": 1790447440,
"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
AFN to JPYAfghan Afghani → Japanese Yen2.4621Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.