Convert RUB to AZN
Russian Ruble → Azerbaijani Manat
1 RUB = 0.0199969 AZN(1 AZN = 50.00769 RUB)
Currency converter
1 RUB =
0.019997 AZN
RUB to AZN: last 30 days
Over the last 30 days, 1 RUB traded between 0.019474 and 0.020296 AZN, averaging 0.01995 AZN. The RUB/AZN rate is up 0.54% since 2026-08-28.
- 30-day high
- 0.020296
- 2026-09-22
- 30-day low
- 0.019474
- 2026-09-03
- 30-day average
- 0.01995
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
0.020296
0.0194742026-08-28 → 2026-09-26
| Date | 1 RUB in AZN | Daily change |
|---|---|---|
| 2026-09-26 | 0.019997 | 0.00% |
| 2026-09-25 | 0.019997 | -0.20% |
| 2026-09-24 | 0.020038 | -0.64% |
| 2026-09-23 | 0.020167 | -0.64% |
| 2026-09-22 | 0.020296 | +0.49% |
| 2026-09-21 | 0.020198 | -0.19% |
| 2026-09-20 | 0.020238 | +0.47% |
| 2026-09-19 | 0.020143 | +1.21% |
| 2026-09-18 | 0.019902 | -1.39% |
| 2026-09-17 | 0.020183 | -0.03% |
| 2026-09-16 | 0.02019 | +0.37% |
| 2026-09-15 | 0.020116 | +0.03% |
| 2026-09-14 | 0.02011 | -0.38% |
| 2026-09-13 | 0.020187 | -0.03% |
| 2026-09-12 | 0.020192 | -0.27% |
| Date | 1 RUB in AZN | Daily change |
|---|---|---|
| 2026-09-11 | 0.020248 | +1.23% |
| 2026-09-10 | 0.020001 | +0.94% |
| 2026-09-09 | 0.019815 | +0.52% |
| 2026-09-08 | 0.019713 | +0.43% |
| 2026-09-07 | 0.019628 | -0.16% |
| 2026-09-06 | 0.019659 | -0.75% |
| 2026-09-05 | 0.019808 | +0.97% |
| 2026-09-04 | 0.019617 | +0.74% |
| 2026-09-03 | 0.019474 | -0.54% |
| 2026-09-02 | 0.01958 | -0.58% |
| 2026-09-01 | 0.019694 | -1.00% |
| 2026-08-31 | 0.019894 | +0.57% |
| 2026-08-30 | 0.019782 | +0.19% |
| 2026-08-29 | 0.019745 | -0.73% |
| 2026-08-28 | 0.01989 | — |
RUB to AZN conversion table
1 RUB0.019997 AZN
5 RUB0.099985 AZN
10 RUB0.19997 AZN
25 RUB0.49992 AZN
50 RUB0.99985 AZN
100 RUB1.9997 AZN
500 RUB9.9985 AZN
1,000 RUB19.9969 AZN
5,000 RUB99.9846 AZN
10,000 RUB199.9692 AZN
Get the RUB/AZN rate in your app
One GET request returns the latest RUB → AZN 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/AZN"fetch('https://rate-api.com/api/v1/pair/RUB/AZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} AZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/AZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} AZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/AZN');
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']} AZN\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "AZN"
},
"rate": 0.02,
"timestamp": 1790429344,
"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
AZN to RUBAzerbaijani Manat → Russian Ruble50.0077Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.