Convert GYD to EUR
Guyanaese Dollar → Euro
1 GYD = 0.00419221 EUR(1 EUR = 238.53786 GYD)
Currency converter
1 GYD =
0.0041922 EUR
GYD to EUR: last 30 days
Over the last 30 days, 1 GYD traded between 0.0041026 and 0.0041922 EUR, averaging 0.0041385 EUR. The GYD/EUR rate is up 2.00% since 2026-08-28.
- 30-day high
- 0.0041922
- 2026-09-25
- 30-day low
- 0.0041026
- 2026-08-29
- 30-day average
- 0.0041385
- Days with data: 30
- 30-day change
- +2.00%
- since 2026-08-28
0.0041922
0.00410262026-08-28 → 2026-09-26
| Date | 1 GYD in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.0041922 | 0.00% |
| 2026-09-25 | 0.0041922 | +0.05% |
| 2026-09-24 | 0.0041903 | +0.14% |
| 2026-09-23 | 0.0041844 | +0.38% |
| 2026-09-22 | 0.0041684 | +0.14% |
| 2026-09-21 | 0.0041627 | -0.11% |
| 2026-09-20 | 0.0041672 | -0.23% |
| 2026-09-19 | 0.0041767 | +0.11% |
| 2026-09-18 | 0.004172 | +0.78% |
| 2026-09-17 | 0.0041398 | -0.14% |
| 2026-09-16 | 0.0041456 | -0.01% |
| 2026-09-15 | 0.0041458 | +0.16% |
| 2026-09-14 | 0.0041392 | +0.29% |
| 2026-09-13 | 0.0041274 | -0.10% |
| 2026-09-12 | 0.0041317 | +0.31% |
| Date | 1 GYD in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0041188 | +0.09% |
| 2026-09-10 | 0.0041151 | +0.15% |
| 2026-09-09 | 0.0041087 | -0.19% |
| 2026-09-08 | 0.0041164 | +0.09% |
| 2026-09-07 | 0.0041129 | +0.03% |
| 2026-09-06 | 0.0041117 | -0.20% |
| 2026-09-05 | 0.00412 | -0.03% |
| 2026-09-04 | 0.0041212 | +0.00% |
| 2026-09-03 | 0.004121 | -0.11% |
| 2026-09-02 | 0.0041257 | -0.05% |
| 2026-09-01 | 0.0041279 | +0.61% |
| 2026-08-31 | 0.0041028 | -0.04% |
| 2026-08-30 | 0.0041045 | +0.05% |
| 2026-08-29 | 0.0041026 | -0.18% |
| 2026-08-28 | 0.0041102 | — |
GYD to EUR conversion table
1 GYD0.0041922 EUR
5 GYD0.020961 EUR
10 GYD0.041922 EUR
25 GYD0.10481 EUR
50 GYD0.20961 EUR
100 GYD0.41922 EUR
500 GYD2.0961 EUR
1,000 GYD4.1922 EUR
5,000 GYD20.961 EUR
10,000 GYD41.9221 EUR
Get the GYD/EUR rate in your app
One GET request returns the latest GYD → 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/GYD/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/GYD/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GYD = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GYD/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GYD = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GYD/EUR?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GYD = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "GYD",
"to": "EUR"
},
"rate": 0.004192,
"timestamp": 1790435165,
"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 GYDEuro → Guyanaese Dollar238.5379Convert GYD to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.