Convert RUB to AFN
Russian Ruble → Afghan Afghani
1 RUB = 0.75291 AFN(1 AFN = 1.328181 RUB)
Currency converter
1 RUB =
0.75291 AFN
RUB to AFN: last 30 days
Over the last 30 days, 1 RUB traded between 0.74538 and 0.78155 AFN, averaging 0.76387 AFN. The RUB/AFN rate is down 2.44% since 2026-08-28.
- 30-day high
- 0.78155
- 2026-09-12
- 30-day low
- 0.74538
- 2026-09-06
- 30-day average
- 0.76387
- Days with data: 30
- 30-day change
- -2.44%
- since 2026-08-28
0.78155
0.745382026-08-28 → 2026-09-26
| Date | 1 RUB in AFN | Daily change |
|---|---|---|
| 2026-09-26 | 0.75291 | 0.00% |
| 2026-09-25 | 0.75291 | -0.17% |
| 2026-09-24 | 0.75417 | -2.14% |
| 2026-09-23 | 0.77068 | -0.40% |
| 2026-09-22 | 0.77375 | +0.30% |
| 2026-09-21 | 0.77145 | +0.21% |
| 2026-09-20 | 0.76986 | +2.06% |
| 2026-09-19 | 0.7543 | -1.94% |
| 2026-09-18 | 0.76924 | -0.11% |
| 2026-09-17 | 0.77006 | -0.18% |
| 2026-09-16 | 0.77141 | +0.46% |
| 2026-09-15 | 0.76791 | +0.72% |
| 2026-09-14 | 0.7624 | -0.17% |
| 2026-09-13 | 0.76367 | -2.29% |
| 2026-09-12 | 0.78155 | +0.36% |
| Date | 1 RUB in AFN | Daily change |
|---|---|---|
| 2026-09-11 | 0.77871 | +0.80% |
| 2026-09-10 | 0.77256 | +1.76% |
| 2026-09-09 | 0.75919 | +0.03% |
| 2026-09-08 | 0.75897 | -0.40% |
| 2026-09-07 | 0.76201 | +2.23% |
| 2026-09-06 | 0.74538 | -2.70% |
| 2026-09-05 | 0.76603 | +0.75% |
| 2026-09-04 | 0.76032 | +0.90% |
| 2026-09-03 | 0.75355 | -0.68% |
| 2026-09-02 | 0.75869 | -0.76% |
| 2026-09-01 | 0.76454 | +0.51% |
| 2026-08-31 | 0.7607 | +0.44% |
| 2026-08-30 | 0.75737 | -0.35% |
| 2026-08-29 | 0.76005 | -1.51% |
| 2026-08-28 | 0.77171 | — |
RUB to AFN conversion table
1 RUB0.75291 AFN
5 RUB3.7645 AFN
10 RUB7.5291 AFN
25 RUB18.8227 AFN
50 RUB37.6455 AFN
100 RUB75.291 AFN
500 RUB376.4548 AFN
1,000 RUB752.9095 AFN
5,000 RUB3,764.5476 AFN
10,000 RUB7,529.0951 AFN
Get the RUB/AFN rate in your app
One GET request returns the latest RUB → 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/RUB/AFN"fetch('https://rate-api.com/api/v1/pair/RUB/AFN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} AFN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/AFN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} AFN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/AFN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} AFN\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "AFN"
},
"rate": 0.7529,
"timestamp": 1790437897,
"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 RUBAfghan Afghani → Russian Ruble1.3282Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.