Convert EUR to AWG
Euro → Aruban Florin
1 EUR = 2.041137 AWG(1 AWG = 0.489923 EUR)
Currency converter
1 EUR =
2.0411 AWG
EUR to AWG: last 30 days
Over the last 30 days, 1 EUR traded between 2.0347 and 2.0857 AWG, averaging 2.0678 AWG. The EUR/AWG rate is down 2.06% since 2026-08-28.
- 30-day high
- 2.0857
- 2026-09-09
- 30-day low
- 2.0347
- 2026-09-24
- 30-day average
- 2.0678
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
2.0857
2.03472026-08-28 → 2026-09-26
| Date | 1 EUR in AWG | Daily change |
|---|---|---|
| 2026-09-26 | 2.0411 | 0.00% |
| 2026-09-25 | 2.0411 | +0.32% |
| 2026-09-24 | 2.0347 | -0.39% |
| 2026-09-23 | 2.0426 | -0.45% |
| 2026-09-22 | 2.0519 | -0.23% |
| 2026-09-21 | 2.0567 | +0.26% |
| 2026-09-20 | 2.0513 | 0.00% |
| 2026-09-19 | 2.0513 | -0.69% |
| 2026-09-18 | 2.0657 | +0.51% |
| 2026-09-17 | 2.0551 | -0.48% |
| 2026-09-16 | 2.0651 | -0.02% |
| 2026-09-15 | 2.0655 | -0.10% |
| 2026-09-14 | 2.0676 | -0.35% |
| 2026-09-13 | 2.075 | 0.00% |
| 2026-09-12 | 2.075 | 0.00% |
| Date | 1 EUR in AWG | Daily change |
|---|---|---|
| 2026-09-11 | 2.075 | -0.21% |
| 2026-09-10 | 2.0793 | -0.31% |
| 2026-09-09 | 2.0857 | +0.33% |
| 2026-09-08 | 2.0789 | -0.07% |
| 2026-09-07 | 2.0803 | 0.00% |
| 2026-09-06 | 2.0803 | 0.00% |
| 2026-09-05 | 2.0803 | 0.00% |
| 2026-09-04 | 2.0803 | +0.06% |
| 2026-09-03 | 2.0791 | +0.32% |
| 2026-09-02 | 2.0725 | -0.10% |
| 2026-09-01 | 2.0746 | -0.05% |
| 2026-08-31 | 2.0757 | -0.40% |
| 2026-08-30 | 2.0841 | 0.00% |
| 2026-08-29 | 2.0841 | 0.00% |
| 2026-08-28 | 2.0841 | — |
EUR to AWG conversion table
1 EUR2.0411 AWG
5 EUR10.2057 AWG
10 EUR20.4114 AWG
25 EUR51.0284 AWG
50 EUR102.0569 AWG
100 EUR204.1137 AWG
500 EUR1,020.5685 AWG
1,000 EUR2,041.137 AWG
5,000 EUR10,205.685 AWG
10,000 EUR20,411.37 AWG
Get the EUR/AWG rate in your app
One GET request returns the latest EUR → AWG 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/AWG"fetch('https://rate-api.com/api/v1/pair/EUR/AWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} AWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/AWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} AWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/AWG');
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']} AWG\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "AWG"
},
"rate": 2.0411,
"timestamp": 1790429444,
"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
AWG to EURAruban Florin → Euro0.48992Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.