Convert RUB to AMD
Russian Ruble → Armenian Dram
1 RUB = 4.308257 AMD(1 AMD = 0.232112 RUB)
Currency converter
1 RUB =
4.3083 AMD
RUB to AMD: last 30 days
Over the last 30 days, 1 RUB traded between 4.1703 and 4.3408 AMD, averaging 4.2722 AMD. The RUB/AMD rate is up 1.76% since 2026-08-29.
- 30-day high
- 4.3408
- 2026-09-22
- 30-day low
- 4.1703
- 2026-09-03
- 30-day average
- 4.2722
- Days with data: 30
- 30-day change
- +1.76%
- since 2026-08-29
4.3408
4.17032026-08-29 → 2026-09-27
| Date | 1 RUB in AMD | Daily change |
|---|---|---|
| 2026-09-27 | 4.3083 | 0.00% |
| 2026-09-26 | 4.3083 | +0.86% |
| 2026-09-25 | 4.2716 | -0.42% |
| 2026-09-24 | 4.2898 | -0.54% |
| 2026-09-23 | 4.3129 | -0.64% |
| 2026-09-22 | 4.3408 | +0.71% |
| 2026-09-21 | 4.3102 | -0.28% |
| 2026-09-20 | 4.3223 | +0.37% |
| 2026-09-19 | 4.3064 | +0.25% |
| 2026-09-18 | 4.2956 | -0.78% |
| 2026-09-17 | 4.3292 | +0.20% |
| 2026-09-16 | 4.3204 | +0.64% |
| 2026-09-15 | 4.2931 | -0.08% |
| 2026-09-14 | 4.2964 | -0.34% |
| 2026-09-13 | 4.311 | -0.02% |
| Date | 1 RUB in AMD | Daily change |
|---|---|---|
| 2026-09-12 | 4.312 | -0.60% |
| 2026-09-11 | 4.338 | +1.42% |
| 2026-09-10 | 4.2771 | +1.15% |
| 2026-09-09 | 4.2285 | +0.21% |
| 2026-09-08 | 4.2195 | +0.45% |
| 2026-09-07 | 4.2008 | -0.24% |
| 2026-09-06 | 4.2107 | -0.85% |
| 2026-09-05 | 4.2468 | +1.20% |
| 2026-09-04 | 4.1964 | +0.63% |
| 2026-09-03 | 4.1703 | -0.53% |
| 2026-09-02 | 4.1925 | -0.62% |
| 2026-09-01 | 4.2188 | -1.00% |
| 2026-08-31 | 4.2615 | +0.46% |
| 2026-08-30 | 4.2419 | +0.19% |
| 2026-08-29 | 4.2339 | — |
RUB to AMD conversion table
1 RUB4.3083 AMD
5 RUB21.5413 AMD
10 RUB43.0826 AMD
25 RUB107.7064 AMD
50 RUB215.4128 AMD
100 RUB430.8257 AMD
500 RUB2,154.1283 AMD
1,000 RUB4,308.2566 AMD
5,000 RUB21,541.283 AMD
10,000 RUB43,082.566 AMD
Get the RUB/AMD rate in your app
One GET request returns the latest RUB → AMD 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/AMD"fetch('https://rate-api.com/api/v1/pair/RUB/AMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} AMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/AMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} AMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/AMD');
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']} AMD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "AMD"
},
"rate": 4.3083,
"timestamp": 1790490074,
"date": "2026-09-27"
}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
AMD to RUBArmenian Dram → Russian Ruble0.23211Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.