Convert RUB to AWG
Russian Ruble → Aruban Florin
1 RUB = 0.0210556 AWG(1 AWG = 47.493333 RUB)
Currency converter
1 RUB =
0.021056 AWG
RUB to AWG: last 30 days
Over the last 30 days, 1 RUB traded between 0.020505 and 0.021371 AWG, averaging 0.021011 AWG. The RUB/AWG rate is up 0.54% since 2026-08-28.
- 30-day high
- 0.021371
- 2026-09-22
- 30-day low
- 0.020505
- 2026-09-03
- 30-day average
- 0.021011
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
0.021371
0.0205052026-08-28 → 2026-09-26
| Date | 1 RUB in AWG | Daily change |
|---|---|---|
| 2026-09-26 | 0.021056 | 0.00% |
| 2026-09-25 | 0.021056 | -0.20% |
| 2026-09-24 | 0.021098 | -0.64% |
| 2026-09-23 | 0.021234 | -0.64% |
| 2026-09-22 | 0.021371 | +0.49% |
| 2026-09-21 | 0.021268 | -0.09% |
| 2026-09-20 | 0.021288 | +0.37% |
| 2026-09-19 | 0.021209 | -0.57% |
| 2026-09-18 | 0.021331 | +0.38% |
| 2026-09-17 | 0.021252 | -0.04% |
| 2026-09-16 | 0.021259 | +0.37% |
| 2026-09-15 | 0.021181 | +0.03% |
| 2026-09-14 | 0.021175 | -0.30% |
| 2026-09-13 | 0.021238 | -0.11% |
| 2026-09-12 | 0.021261 | -0.27% |
| Date | 1 RUB in AWG | Daily change |
|---|---|---|
| 2026-09-11 | 0.02132 | +1.23% |
| 2026-09-10 | 0.02106 | +1.00% |
| 2026-09-09 | 0.020851 | +0.45% |
| 2026-09-08 | 0.020757 | +0.43% |
| 2026-09-07 | 0.020667 | -0.06% |
| 2026-09-06 | 0.02068 | -0.85% |
| 2026-09-05 | 0.020857 | +0.97% |
| 2026-09-04 | 0.020656 | +0.74% |
| 2026-09-03 | 0.020505 | -0.54% |
| 2026-09-02 | 0.020616 | -0.58% |
| 2026-09-01 | 0.020737 | -0.40% |
| 2026-08-31 | 0.020821 | +0.06% |
| 2026-08-30 | 0.020809 | +0.19% |
| 2026-08-29 | 0.020771 | -0.82% |
| 2026-08-28 | 0.020943 | — |
RUB to AWG conversion table
1 RUB0.021056 AWG
5 RUB0.10528 AWG
10 RUB0.21056 AWG
25 RUB0.52639 AWG
50 RUB1.0528 AWG
100 RUB2.1056 AWG
500 RUB10.5278 AWG
1,000 RUB21.0556 AWG
5,000 RUB105.2779 AWG
10,000 RUB210.5559 AWG
Get the RUB/AWG rate in your app
One GET request returns the latest RUB → AWG 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/AWG"fetch('https://rate-api.com/api/v1/pair/RUB/AWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} AWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/AWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} AWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/AWG');
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']} AWG\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "AWG"
},
"rate": 0.0211,
"timestamp": 1790429368,
"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
AWG to RUBAruban Florin → Russian Ruble47.4933Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.