Convert AWG to RUB
Aruban Florin → Russian Ruble
1 AWG = 47.493333 RUB(1 RUB = 0.0210556 AWG)
Currency converter
1 AWG =
47.4933 RUB
AWG to RUB: last 30 days
Over the last 30 days, 1 AWG traded between 46.7923 and 48.7694 RUB, averaging 47.6016 RUB. The AWG/RUB rate is down 0.54% since 2026-08-28.
- 30-day high
- 48.7694
- 2026-09-03
- 30-day low
- 46.7923
- 2026-09-22
- 30-day average
- 47.6016
- Days with data: 30
- 30-day change
- -0.54%
- since 2026-08-28
48.7694
46.79232026-08-28 → 2026-09-26
| Date | 1 AWG in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 47.4933 | 0.00% |
| 2026-09-25 | 47.4933 | +0.20% |
| 2026-09-24 | 47.3968 | +0.64% |
| 2026-09-23 | 47.0936 | +0.64% |
| 2026-09-22 | 46.7923 | -0.48% |
| 2026-09-21 | 47.0195 | +0.10% |
| 2026-09-20 | 46.9749 | -0.37% |
| 2026-09-19 | 47.1491 | +0.58% |
| 2026-09-18 | 46.8791 | -0.37% |
| 2026-09-17 | 47.0554 | +0.04% |
| 2026-09-16 | 47.0379 | -0.37% |
| 2026-09-15 | 47.2131 | -0.03% |
| 2026-09-14 | 47.2257 | +0.30% |
| 2026-09-13 | 47.0863 | +0.11% |
| 2026-09-12 | 47.0341 | +0.27% |
| Date | 1 AWG in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 46.9052 | -1.22% |
| 2026-09-10 | 47.4836 | -0.99% |
| 2026-09-09 | 47.9596 | -0.45% |
| 2026-09-08 | 48.1772 | -0.43% |
| 2026-09-07 | 48.3865 | +0.06% |
| 2026-09-06 | 48.3569 | +0.86% |
| 2026-09-05 | 47.9459 | -0.96% |
| 2026-09-04 | 48.4126 | -0.73% |
| 2026-09-03 | 48.7694 | +0.54% |
| 2026-09-02 | 48.5055 | +0.59% |
| 2026-09-01 | 48.2231 | +0.41% |
| 2026-08-31 | 48.0282 | -0.06% |
| 2026-08-30 | 48.0555 | -0.19% |
| 2026-08-29 | 48.145 | +0.83% |
| 2026-08-28 | 47.7491 | — |
AWG to RUB conversion table
1 AWG47.4933 RUB
5 AWG237.4667 RUB
10 AWG474.9333 RUB
25 AWG1,187.3333 RUB
50 AWG2,374.6666 RUB
100 AWG4,749.3333 RUB
500 AWG23,746.666 RUB
1,000 AWG47,493.333 RUB
5,000 AWG237,466.66 RUB
10,000 AWG474,933.33 RUB
Get the AWG/RUB rate in your app
One GET request returns the latest AWG → 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/AWG/RUB"fetch('https://rate-api.com/api/v1/pair/AWG/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AWG = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AWG/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AWG = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AWG/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AWG = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "AWG",
"to": "RUB"
},
"rate": 47.4933,
"timestamp": 1790435113,
"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 AWGRussian Ruble → Aruban Florin0.021056Convert AWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.