Convert RUB to AOA
Russian Ruble → Angolan Kwanza
1 RUB = 10.782769 AOA(1 AOA = 0.0927406 RUB)
Currency converter
1 RUB =
10.7828 AOA
RUB to AOA: last 30 days
Over the last 30 days, 1 RUB traded between 10.5106 and 11.037 AOA, averaging 10.7744 AOA. The RUB/AOA rate is up 0.52% since 2026-08-28.
- 30-day high
- 11.037
- 2026-09-13
- 30-day low
- 10.5106
- 2026-09-03
- 30-day average
- 10.7744
- Days with data: 30
- 30-day change
- +0.52%
- since 2026-08-28
11.037
10.51062026-08-28 → 2026-09-26
| Date | 1 RUB in AOA | Daily change |
|---|---|---|
| 2026-09-26 | 10.7828 | 0.00% |
| 2026-09-25 | 10.7828 | -0.39% |
| 2026-09-24 | 10.8252 | -0.40% |
| 2026-09-23 | 10.8683 | -0.80% |
| 2026-09-22 | 10.9559 | +0.27% |
| 2026-09-21 | 10.9263 | +0.27% |
| 2026-09-20 | 10.8964 | +0.37% |
| 2026-09-19 | 10.8568 | -0.07% |
| 2026-09-18 | 10.864 | -0.24% |
| 2026-09-17 | 10.8901 | -0.22% |
| 2026-09-16 | 10.9138 | +0.59% |
| 2026-09-15 | 10.8499 | -0.03% |
| 2026-09-14 | 10.8537 | -1.66% |
| 2026-09-13 | 11.037 | +1.16% |
| 2026-09-12 | 10.9108 | -0.24% |
| Date | 1 RUB in AOA | Daily change |
|---|---|---|
| 2026-09-11 | 10.9371 | +1.21% |
| 2026-09-10 | 10.8064 | +1.01% |
| 2026-09-09 | 10.6979 | +0.70% |
| 2026-09-08 | 10.6232 | +0.05% |
| 2026-09-07 | 10.6174 | +0.07% |
| 2026-09-06 | 10.6104 | -0.85% |
| 2026-09-05 | 10.7009 | +1.04% |
| 2026-09-04 | 10.5906 | +0.76% |
| 2026-09-03 | 10.5106 | -0.55% |
| 2026-09-02 | 10.5688 | -0.69% |
| 2026-09-01 | 10.6417 | -0.52% |
| 2026-08-31 | 10.6971 | +0.44% |
| 2026-08-30 | 10.6498 | +0.08% |
| 2026-08-29 | 10.6408 | -0.80% |
| 2026-08-28 | 10.7265 | — |
RUB to AOA conversion table
1 RUB10.7828 AOA
5 RUB53.9138 AOA
10 RUB107.8277 AOA
25 RUB269.5692 AOA
50 RUB539.1384 AOA
100 RUB1,078.2769 AOA
500 RUB5,391.3843 AOA
1,000 RUB10,782.769 AOA
5,000 RUB53,913.843 AOA
10,000 RUB107,827.69 AOA
Get the RUB/AOA rate in your app
One GET request returns the latest RUB → AOA 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/AOA"fetch('https://rate-api.com/api/v1/pair/RUB/AOA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} AOA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/AOA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} AOA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/AOA');
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']} AOA\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "AOA"
},
"rate": 10.7828,
"timestamp": 1790429346,
"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
AOA to RUBAngolan Kwanza → Russian Ruble0.092741Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.