Convert AMD to RUB
Armenian Dram → Russian Ruble
1 AMD = 0.234105 RUB(1 RUB = 4.271588 AMD)
Currency converter
1 AMD =
0.2341 RUB
AMD to RUB: last 30 days
Over the last 30 days, 1 AMD traded between 0.23037 and 0.23979 RUB, averaging 0.23426 RUB. The AMD/RUB rate is down 0.31% since 2026-08-28.
- 30-day high
- 0.23979
- 2026-09-03
- 30-day low
- 0.23037
- 2026-09-22
- 30-day average
- 0.23426
- Days with data: 30
- 30-day change
- -0.31%
- since 2026-08-28
0.23979
0.230372026-08-28 → 2026-09-26
| Date | 1 AMD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.2341 | 0.00% |
| 2026-09-25 | 0.2341 | +0.43% |
| 2026-09-24 | 0.23311 | +0.54% |
| 2026-09-23 | 0.23186 | +0.65% |
| 2026-09-22 | 0.23037 | -0.71% |
| 2026-09-21 | 0.23201 | +0.28% |
| 2026-09-20 | 0.23136 | -0.37% |
| 2026-09-19 | 0.23221 | -0.25% |
| 2026-09-18 | 0.23279 | +0.78% |
| 2026-09-17 | 0.23099 | -0.20% |
| 2026-09-16 | 0.23146 | -0.63% |
| 2026-09-15 | 0.23293 | +0.08% |
| 2026-09-14 | 0.23275 | +0.34% |
| 2026-09-13 | 0.23197 | +0.02% |
| 2026-09-12 | 0.23191 | +0.60% |
| Date | 1 AMD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.23052 | -1.40% |
| 2026-09-10 | 0.2338 | -1.14% |
| 2026-09-09 | 0.23649 | -0.21% |
| 2026-09-08 | 0.23699 | -0.44% |
| 2026-09-07 | 0.23805 | +0.24% |
| 2026-09-06 | 0.23749 | +0.86% |
| 2026-09-05 | 0.23547 | -1.19% |
| 2026-09-04 | 0.2383 | -0.62% |
| 2026-09-03 | 0.23979 | +0.53% |
| 2026-09-02 | 0.23852 | +0.63% |
| 2026-09-01 | 0.23703 | +1.01% |
| 2026-08-31 | 0.23466 | -0.46% |
| 2026-08-30 | 0.23575 | -0.19% |
| 2026-08-29 | 0.23619 | +0.57% |
| 2026-08-28 | 0.23484 | — |
AMD to RUB conversion table
1 AMD0.2341 RUB
5 AMD1.1705 RUB
10 AMD2.341 RUB
25 AMD5.8526 RUB
50 AMD11.7052 RUB
100 AMD23.4105 RUB
500 AMD117.0525 RUB
1,000 AMD234.105 RUB
5,000 AMD1,170.5248 RUB
10,000 AMD2,341.0496 RUB
Get the AMD/RUB rate in your app
One GET request returns the latest AMD → RUB 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/AMD/RUB"fetch('https://rate-api.com/api/v1/pair/AMD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AMD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AMD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AMD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AMD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AMD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "AMD",
"to": "RUB"
},
"rate": 0.2341,
"timestamp": 1790432033,
"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
RUB to AMDRussian Ruble → Armenian Dram4.2716Convert AMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.