Convert INR to AFN
Indian Rupee → Afghan Afghani
1 INR = 0.668012 AFN(1 AFN = 1.496979 INR)
Currency converter
1 INR =
0.66801 AFN
INR to AFN: last 30 days
Over the last 30 days, 1 INR traded between 0.66396 and 0.69848 AFN, averaging 0.6825 AFN. The INR/AFN rate is down 3.39% since 2026-08-28.
- 30-day high
- 0.69848
- 2026-09-07
- 30-day low
- 0.66396
- 2026-09-19
- 30-day average
- 0.6825
- Days with data: 30
- 30-day change
- -3.39%
- since 2026-08-28
0.69848
0.663962026-08-28 → 2026-09-26
| Date | 1 INR in AFN | Daily change |
|---|---|---|
| 2026-09-26 | 0.66801 | 0.00% |
| 2026-09-25 | 0.66801 | +0.19% |
| 2026-09-24 | 0.66678 | -1.74% |
| 2026-09-23 | 0.67856 | +0.09% |
| 2026-09-22 | 0.67798 | +0.05% |
| 2026-09-21 | 0.67761 | +0.36% |
| 2026-09-20 | 0.67515 | +1.69% |
| 2026-09-19 | 0.66396 | -2.06% |
| 2026-09-18 | 0.67794 | +0.28% |
| 2026-09-17 | 0.67606 | -0.12% |
| 2026-09-16 | 0.67686 | +0.08% |
| 2026-09-15 | 0.6763 | +0.28% |
| 2026-09-14 | 0.67443 | +0.13% |
| 2026-09-13 | 0.67356 | -2.18% |
| 2026-09-12 | 0.68857 | +0.64% |
| Date | 1 INR in AFN | Daily change |
|---|---|---|
| 2026-09-11 | 0.68419 | -0.56% |
| 2026-09-10 | 0.68801 | +0.40% |
| 2026-09-09 | 0.68525 | -0.72% |
| 2026-09-08 | 0.6902 | -1.19% |
| 2026-09-07 | 0.69848 | +2.29% |
| 2026-09-06 | 0.68281 | -1.86% |
| 2026-09-05 | 0.69577 | -0.22% |
| 2026-09-04 | 0.69731 | +0.16% |
| 2026-09-03 | 0.69619 | +0.37% |
| 2026-09-02 | 0.69362 | -0.20% |
| 2026-09-01 | 0.69504 | +1.15% |
| 2026-08-31 | 0.68716 | +0.61% |
| 2026-08-30 | 0.68297 | -0.54% |
| 2026-08-29 | 0.68666 | -0.69% |
| 2026-08-28 | 0.69147 | — |
INR to AFN conversion table
1 INR0.66801 AFN
5 INR3.3401 AFN
10 INR6.6801 AFN
25 INR16.7003 AFN
50 INR33.4006 AFN
100 INR66.8012 AFN
500 INR334.0061 AFN
1,000 INR668.0122 AFN
5,000 INR3,340.0611 AFN
10,000 INR6,680.1221 AFN
Get the INR/AFN rate in your app
One GET request returns the latest INR → 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/INR/AFN"fetch('https://rate-api.com/api/v1/pair/INR/AFN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} AFN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/AFN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} AFN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/AFN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} AFN\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "AFN"
},
"rate": 0.668,
"timestamp": 1790429433,
"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 INRAfghan Afghani → Indian Rupee1.497Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.