Convert INR to AOA
Indian Rupee → Angolan Kwanza
1 INR = 9.566915 AOA(1 AOA = 0.104527 INR)
Currency converter
1 INR =
9.5669 AOA
INR to AOA: last 30 days
Over the last 30 days, 1 INR traded between 9.5555 and 9.7347 AOA, averaging 9.6257 AOA. The INR/AOA rate is down 0.46% since 2026-08-28.
- 30-day high
- 9.7347
- 2026-09-13
- 30-day low
- 9.5555
- 2026-09-15
- 30-day average
- 9.6257
- Days with data: 30
- 30-day change
- -0.46%
- since 2026-08-28
9.7347
9.55552026-08-28 → 2026-09-26
| Date | 1 INR in AOA | Daily change |
|---|---|---|
| 2026-09-26 | 9.5669 | 0.00% |
| 2026-09-25 | 9.5669 | -0.04% |
| 2026-09-24 | 9.5708 | +0.02% |
| 2026-09-23 | 9.5693 | -0.32% |
| 2026-09-22 | 9.5999 | +0.03% |
| 2026-09-21 | 9.5973 | +0.43% |
| 2026-09-20 | 9.556 | -0.01% |
| 2026-09-19 | 9.5565 | -0.19% |
| 2026-09-18 | 9.5745 | +0.14% |
| 2026-09-17 | 9.5608 | -0.16% |
| 2026-09-16 | 9.5761 | +0.22% |
| 2026-09-15 | 9.5555 | -0.48% |
| 2026-09-14 | 9.6013 | -1.37% |
| 2026-09-13 | 9.7347 | +1.27% |
| 2026-09-12 | 9.6127 | +0.03% |
| Date | 1 INR in AOA | Daily change |
|---|---|---|
| 2026-09-11 | 9.6095 | -0.15% |
| 2026-09-10 | 9.6238 | -0.33% |
| 2026-09-09 | 9.656 | -0.05% |
| 2026-09-08 | 9.6606 | -0.74% |
| 2026-09-07 | 9.7322 | +0.13% |
| 2026-09-06 | 9.7198 | +0.00% |
| 2026-09-05 | 9.7194 | +0.07% |
| 2026-09-04 | 9.7129 | +0.02% |
| 2026-09-03 | 9.7105 | +0.50% |
| 2026-09-02 | 9.6623 | -0.12% |
| 2026-09-01 | 9.6744 | +0.12% |
| 2026-08-31 | 9.6631 | +0.62% |
| 2026-08-30 | 9.6036 | -0.10% |
| 2026-08-29 | 9.6134 | +0.02% |
| 2026-08-28 | 9.6111 | — |
INR to AOA conversion table
1 INR9.5669 AOA
5 INR47.8346 AOA
10 INR95.6691 AOA
25 INR239.1729 AOA
50 INR478.3457 AOA
100 INR956.6915 AOA
500 INR4,783.4573 AOA
1,000 INR9,566.9147 AOA
5,000 INR47,834.573 AOA
10,000 INR95,669.147 AOA
Get the INR/AOA rate in your app
One GET request returns the latest INR → 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/INR/AOA"fetch('https://rate-api.com/api/v1/pair/INR/AOA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} AOA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/AOA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} AOA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/AOA');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} AOA\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "AOA"
},
"rate": 9.5669,
"timestamp": 1790439701,
"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 INRAngolan Kwanza → Indian Rupee0.10453Convert INR to other currencies
Convert other currencies to AOA
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.