Convert AWG to EUR
Aruban Florin → Euro
1 AWG = 0.489923 EUR(1 EUR = 2.041137 AWG)
Currency converter
1 AWG =
0.48992 EUR
AWG to EUR: last 30 days
Over the last 30 days, 1 AWG traded between 0.47945 and 0.49147 EUR, averaging 0.48363 EUR. The AWG/EUR rate is up 2.10% since 2026-08-28.
- 30-day high
- 0.49147
- 2026-09-24
- 30-day low
- 0.47945
- 2026-09-09
- 30-day average
- 0.48363
- Days with data: 30
- 30-day change
- +2.10%
- since 2026-08-28
0.49147
0.479452026-08-28 → 2026-09-26
| Date | 1 AWG in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.48992 | 0.00% |
| 2026-09-25 | 0.48992 | -0.32% |
| 2026-09-24 | 0.49147 | +0.39% |
| 2026-09-23 | 0.48958 | +0.46% |
| 2026-09-22 | 0.48736 | +0.24% |
| 2026-09-21 | 0.48621 | -0.26% |
| 2026-09-20 | 0.48749 | 0.00% |
| 2026-09-19 | 0.48749 | +0.70% |
| 2026-09-18 | 0.48411 | -0.51% |
| 2026-09-17 | 0.48659 | +0.49% |
| 2026-09-16 | 0.48423 | +0.02% |
| 2026-09-15 | 0.48415 | +0.10% |
| 2026-09-14 | 0.48365 | +0.36% |
| 2026-09-13 | 0.48193 | 0.00% |
| 2026-09-12 | 0.48193 | 0.00% |
| Date | 1 AWG in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.48193 | +0.21% |
| 2026-09-10 | 0.48094 | +0.31% |
| 2026-09-09 | 0.47945 | -0.33% |
| 2026-09-08 | 0.48102 | +0.07% |
| 2026-09-07 | 0.48069 | 0.00% |
| 2026-09-06 | 0.48069 | 0.00% |
| 2026-09-05 | 0.48069 | 0.00% |
| 2026-09-04 | 0.48069 | -0.06% |
| 2026-09-03 | 0.48098 | -0.32% |
| 2026-09-02 | 0.48252 | +0.10% |
| 2026-09-01 | 0.48202 | +0.05% |
| 2026-08-31 | 0.48177 | +0.41% |
| 2026-08-30 | 0.47983 | 0.00% |
| 2026-08-29 | 0.47983 | 0.00% |
| 2026-08-28 | 0.47983 | — |
AWG to EUR conversion table
1 AWG0.48992 EUR
5 AWG2.4496 EUR
10 AWG4.8992 EUR
25 AWG12.2481 EUR
50 AWG24.4962 EUR
100 AWG48.9923 EUR
500 AWG244.9615 EUR
1,000 AWG489.923 EUR
5,000 AWG2,449.6151 EUR
10,000 AWG4,899.2302 EUR
Get the AWG/EUR rate in your app
One GET request returns the latest AWG → EUR 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/AWG/EUR"fetch('https://rate-api.com/api/v1/pair/AWG/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AWG = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AWG/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AWG = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AWG/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AWG = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "AWG",
"to": "EUR"
},
"rate": 0.4899,
"timestamp": 1790432210,
"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
EUR to AWGEuro → Aruban Florin2.0411Convert AWG to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.