Convert AOA to RUB
Angolan Kwanza → Russian Ruble
1 AOA = 0.0927406 RUB(1 RUB = 10.782769 AOA)
Currency converter
1 AOA =
0.092741 RUB
AOA to RUB: last 30 days
Over the last 30 days, 1 AOA traded between 0.090604 and 0.095142 RUB, averaging 0.092827 RUB. The AOA/RUB rate is down 0.52% since 2026-08-28.
- 30-day high
- 0.095142
- 2026-09-03
- 30-day low
- 0.090604
- 2026-09-13
- 30-day average
- 0.092827
- Days with data: 30
- 30-day change
- -0.52%
- since 2026-08-28
0.095142
0.0906042026-08-28 → 2026-09-26
| Date | 1 AOA in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.092741 | 0.00% |
| 2026-09-25 | 0.092741 | +0.39% |
| 2026-09-24 | 0.092377 | +0.40% |
| 2026-09-23 | 0.09201 | +0.81% |
| 2026-09-22 | 0.091275 | -0.27% |
| 2026-09-21 | 0.091522 | -0.27% |
| 2026-09-20 | 0.091773 | -0.36% |
| 2026-09-19 | 0.092108 | +0.07% |
| 2026-09-18 | 0.092048 | +0.24% |
| 2026-09-17 | 0.091826 | +0.22% |
| 2026-09-16 | 0.091627 | -0.59% |
| 2026-09-15 | 0.092166 | +0.03% |
| 2026-09-14 | 0.092135 | +1.69% |
| 2026-09-13 | 0.090604 | -1.14% |
| 2026-09-12 | 0.091652 | +0.24% |
| Date | 1 AOA in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.091432 | -1.20% |
| 2026-09-10 | 0.092538 | -1.00% |
| 2026-09-09 | 0.093477 | -0.70% |
| 2026-09-08 | 0.094134 | -0.05% |
| 2026-09-07 | 0.094185 | -0.07% |
| 2026-09-06 | 0.094247 | +0.85% |
| 2026-09-05 | 0.09345 | -1.03% |
| 2026-09-04 | 0.094423 | -0.76% |
| 2026-09-03 | 0.095142 | +0.55% |
| 2026-09-02 | 0.094618 | +0.69% |
| 2026-09-01 | 0.09397 | +0.52% |
| 2026-08-31 | 0.093483 | -0.44% |
| 2026-08-30 | 0.093898 | -0.08% |
| 2026-08-29 | 0.093978 | +0.81% |
| 2026-08-28 | 0.093227 | — |
AOA to RUB conversion table
1 AOA0.092741 RUB
5 AOA0.4637 RUB
10 AOA0.92741 RUB
25 AOA2.3185 RUB
50 AOA4.637 RUB
100 AOA9.2741 RUB
500 AOA46.3703 RUB
1,000 AOA92.7406 RUB
5,000 AOA463.7028 RUB
10,000 AOA927.4056 RUB
Get the AOA/RUB rate in your app
One GET request returns the latest AOA → 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/AOA/RUB"fetch('https://rate-api.com/api/v1/pair/AOA/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AOA = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AOA/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AOA = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AOA/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AOA = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "AOA",
"to": "RUB"
},
"rate": 0.0927,
"timestamp": 1790435069,
"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 AOARussian Ruble → Angolan Kwanza10.7828Convert AOA to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.