Convert AOA to INR
Angolan Kwanza → Indian Rupee
1 AOA = 0.104527 INR(1 INR = 9.566915 AOA)
Currency converter
1 AOA =
0.10453 INR
AOA to INR: last 30 days
Over the last 30 days, 1 AOA traded between 0.10273 and 0.10465 INR, averaging 0.10389 INR. The AOA/INR rate is up 0.46% since 2026-08-28.
- 30-day high
- 0.10465
- 2026-09-15
- 30-day low
- 0.10273
- 2026-09-13
- 30-day average
- 0.10389
- Days with data: 30
- 30-day change
- +0.46%
- since 2026-08-28
0.10465
0.102732026-08-28 → 2026-09-26
| Date | 1 AOA in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.10453 | 0.00% |
| 2026-09-25 | 0.10453 | +0.04% |
| 2026-09-24 | 0.10448 | -0.02% |
| 2026-09-23 | 0.1045 | +0.32% |
| 2026-09-22 | 0.10417 | -0.03% |
| 2026-09-21 | 0.1042 | -0.43% |
| 2026-09-20 | 0.10465 | +0.01% |
| 2026-09-19 | 0.10464 | +0.19% |
| 2026-09-18 | 0.10444 | -0.14% |
| 2026-09-17 | 0.10459 | +0.16% |
| 2026-09-16 | 0.10443 | -0.21% |
| 2026-09-15 | 0.10465 | +0.48% |
| 2026-09-14 | 0.10415 | +1.39% |
| 2026-09-13 | 0.10273 | -1.25% |
| 2026-09-12 | 0.10403 | -0.03% |
| Date | 1 AOA in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.10406 | +0.15% |
| 2026-09-10 | 0.10391 | +0.34% |
| 2026-09-09 | 0.10356 | +0.05% |
| 2026-09-08 | 0.10351 | +0.74% |
| 2026-09-07 | 0.10275 | -0.13% |
| 2026-09-06 | 0.10288 | -0.00% |
| 2026-09-05 | 0.10289 | -0.07% |
| 2026-09-04 | 0.10296 | -0.02% |
| 2026-09-03 | 0.10298 | -0.50% |
| 2026-09-02 | 0.10349 | +0.13% |
| 2026-09-01 | 0.10337 | -0.12% |
| 2026-08-31 | 0.10349 | -0.62% |
| 2026-08-30 | 0.10413 | +0.10% |
| 2026-08-29 | 0.10402 | -0.02% |
| 2026-08-28 | 0.10405 | — |
AOA to INR conversion table
1 AOA0.10453 INR
5 AOA0.52263 INR
10 AOA1.0453 INR
25 AOA2.6132 INR
50 AOA5.2263 INR
100 AOA10.4527 INR
500 AOA52.2635 INR
1,000 AOA104.5269 INR
5,000 AOA522.6345 INR
10,000 AOA1,045.2691 INR
Get the AOA/INR rate in your app
One GET request returns the latest AOA → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/AOA/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AOA = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AOA/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AOA = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AOA/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "AOA",
"to": "INR"
},
"rate": 0.1045,
"timestamp": 1790432209,
"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
INR to AOAIndian Rupee → Angolan Kwanza9.5669Convert AOA to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.