Convert EUR to AOA
Euro → Angolan Kwanza
1 EUR = 1,045.2859 AOA(1 AOA = 0.000956676 EUR)
Currency converter
1 EUR =
1,045.2859 AOA
EUR to AOA: last 30 days
Over the last 30 days, 1 EUR traded between 1,043.9608 and 1,078.3492 AOA, averaging 1,060.3803 AOA. The EUR/AOA rate is down 2.07% since 2026-08-28.
- 30-day high
- 1,078.3492
- 2026-09-13
- 30-day low
- 1,043.9608
- 2026-09-24
- 30-day average
- 1,060.3803
- Days with data: 30
- 30-day change
- -2.07%
- since 2026-08-28
1,078.3492
1,043.96082026-08-28 → 2026-09-26
| Date | 1 EUR in AOA | Daily change |
|---|---|---|
| 2026-09-26 | 1,045.2859 | 0.00% |
| 2026-09-25 | 1,045.2859 | +0.13% |
| 2026-09-24 | 1,043.9608 | -0.14% |
| 2026-09-23 | 1,045.4456 | -0.61% |
| 2026-09-22 | 1,051.9054 | -0.45% |
| 2026-09-21 | 1,056.6389 | +0.63% |
| 2026-09-20 | 1,049.9943 | -0.01% |
| 2026-09-19 | 1,050.0558 | -0.19% |
| 2026-09-18 | 1,052.0279 | -0.10% |
| 2026-09-17 | 1,053.1172 | -0.66% |
| 2026-09-16 | 1,060.1528 | +0.20% |
| 2026-09-15 | 1,058.0568 | -0.16% |
| 2026-09-14 | 1,059.8048 | -1.72% |
| 2026-09-13 | 1,078.3492 | +1.27% |
| 2026-09-12 | 1,064.8391 | +0.03% |
| Date | 1 EUR in AOA | Daily change |
|---|---|---|
| 2026-09-11 | 1,064.4753 | -0.23% |
| 2026-09-10 | 1,066.9225 | -0.30% |
| 2026-09-09 | 1,070.106 | +0.58% |
| 2026-09-08 | 1,063.973 | -0.45% |
| 2026-09-07 | 1,068.7467 | +0.13% |
| 2026-09-06 | 1,067.3898 | +0.00% |
| 2026-09-05 | 1,067.343 | +0.07% |
| 2026-09-04 | 1,066.6275 | +0.09% |
| 2026-09-03 | 1,065.721 | +0.31% |
| 2026-09-02 | 1,062.4309 | -0.21% |
| 2026-09-01 | 1,064.6449 | -0.17% |
| 2026-08-31 | 1,066.4051 | -0.02% |
| 2026-08-30 | 1,066.5979 | -0.10% |
| 2026-08-29 | 1,067.6783 | +0.02% |
| 2026-08-28 | 1,067.427 | — |
EUR to AOA conversion table
1 EUR1,045.2859 AOA
5 EUR5,226.4294 AOA
10 EUR10,452.859 AOA
25 EUR26,132.147 AOA
50 EUR52,264.294 AOA
100 EUR104,528.59 AOA
500 EUR522,642.94 AOA
1,000 EUR1,045,285.9 AOA
5,000 EUR5,226,429.4 AOA
10,000 EUR10,452,859 AOA
Get the EUR/AOA rate in your app
One GET request returns the latest EUR → 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/EUR/AOA"fetch('https://rate-api.com/api/v1/pair/EUR/AOA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} AOA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/AOA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} AOA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/AOA');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} AOA\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "AOA"
},
"rate": 1045.2859,
"timestamp": 1790447458,
"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 EURAngolan Kwanza → Euro0.00095668Convert EUR to other currencies
Convert other currencies to AOA
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.