Convert AFN to JPY
Afghan Afghani → Japanese Yen
1 AFN = 2.462071 JPY(1 JPY = 0.406162 AFN)
Currency converter
1 AFN =
2.4621 JPY
AFN to JPY: last 30 days
Over the last 30 days, 1 AFN traded between 2.341 and 2.4827 JPY, averaging 2.4081 JPY. The AFN/JPY rate is up 1.70% since 2026-08-28.
- 30-day high
- 2.4827
- 2026-09-24
- 30-day low
- 2.341
- 2026-09-12
- 30-day average
- 2.4081
- Days with data: 30
- 30-day change
- +1.70%
- since 2026-08-28
2.4827
2.3412026-08-28 → 2026-09-26
| Date | 1 AFN in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 2.4621 | 0.00% |
| 2026-09-25 | 2.4621 | -0.83% |
| 2026-09-24 | 2.4827 | +2.14% |
| 2026-09-23 | 2.4308 | +0.22% |
| 2026-09-22 | 2.4253 | +0.13% |
| 2026-09-21 | 2.4222 | -0.69% |
| 2026-09-20 | 2.4391 | -1.66% |
| 2026-09-19 | 2.4802 | +2.11% |
| 2026-09-18 | 2.4291 | +1.20% |
| 2026-09-17 | 2.4004 | +0.55% |
| 2026-09-16 | 2.3872 | -0.05% |
| 2026-09-15 | 2.3884 | -0.40% |
| 2026-09-14 | 2.398 | +0.20% |
| 2026-09-13 | 2.3932 | +2.23% |
| 2026-09-12 | 2.341 | -0.64% |
| Date | 1 AFN in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 2.356 | +0.34% |
| 2026-09-10 | 2.348 | -0.16% |
| 2026-09-09 | 2.3517 | -0.25% |
| 2026-09-08 | 2.3575 | +0.54% |
| 2026-09-07 | 2.3447 | -3.18% |
| 2026-09-06 | 2.4218 | +1.90% |
| 2026-09-05 | 2.3767 | +0.22% |
| 2026-09-04 | 2.3714 | -0.01% |
| 2026-09-03 | 2.3716 | -2.12% |
| 2026-09-02 | 2.4228 | -0.17% |
| 2026-09-01 | 2.4269 | -0.64% |
| 2026-08-31 | 2.4425 | -0.35% |
| 2026-08-30 | 2.451 | +0.54% |
| 2026-08-29 | 2.4378 | +0.70% |
| 2026-08-28 | 2.4209 | — |
AFN to JPY conversion table
1 AFN2.4621 JPY
5 AFN12.3104 JPY
10 AFN24.6207 JPY
25 AFN61.5518 JPY
50 AFN123.1035 JPY
100 AFN246.2071 JPY
500 AFN1,231.0353 JPY
1,000 AFN2,462.0705 JPY
5,000 AFN12,310.353 JPY
10,000 AFN24,620.705 JPY
Get the AFN/JPY rate in your app
One GET request returns the latest AFN → 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/AFN/JPY"fetch('https://rate-api.com/api/v1/pair/AFN/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AFN = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AFN/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AFN = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AFN/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AFN = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "AFN",
"to": "JPY"
},
"rate": 2.4621,
"timestamp": 1790435207,
"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 AFNJapanese Yen → Afghan Afghani0.40616Convert AFN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.