Convert EUR to KID
Euro → Kiribati Dollar
1 EUR = 1.622 KID(1 KID = 0.616523 EUR)
Currency converter
1 EUR =
1.622 KID
EUR to KID: last 30 days
Over the last 30 days, 1 EUR traded between 1.6086 and 1.6236 KID, averaging 1.6158 KID. The EUR/KID rate is up 0.19% since 2026-08-28.
- 30-day high
- 1.6236
- 2026-08-30
- 30-day low
- 1.6086
- 2026-09-10
- 30-day average
- 1.6158
- Days with data: 30
- 30-day change
- +0.19%
- since 2026-08-28
1.6236
1.60862026-08-28 → 2026-09-26
| Date | 1 EUR in KID | Daily change |
|---|---|---|
| 2026-09-26 | 1.622 | 0.00% |
| 2026-09-25 | 1.622 | +0.27% |
| 2026-09-24 | 1.6177 | +0.19% |
| 2026-09-23 | 1.6146 | +0.32% |
| 2026-09-22 | 1.6094 | -0.27% |
| 2026-09-21 | 1.6138 | +0.27% |
| 2026-09-20 | 1.6094 | +0.01% |
| 2026-09-19 | 1.6093 | -0.13% |
| 2026-09-18 | 1.6114 | -0.23% |
| 2026-09-17 | 1.615 | -0.23% |
| 2026-09-16 | 1.6187 | +0.13% |
| 2026-09-15 | 1.6167 | +0.24% |
| 2026-09-14 | 1.6129 | -0.28% |
| 2026-09-13 | 1.6173 | +0.04% |
| 2026-09-12 | 1.6167 | -0.03% |
| Date | 1 EUR in KID | Daily change |
|---|---|---|
| 2026-09-11 | 1.6172 | +0.54% |
| 2026-09-10 | 1.6086 | -0.35% |
| 2026-09-09 | 1.6143 | +0.33% |
| 2026-09-08 | 1.609 | -0.23% |
| 2026-09-07 | 1.6128 | -0.04% |
| 2026-09-06 | 1.6135 | +0.01% |
| 2026-09-05 | 1.6134 | -0.11% |
| 2026-09-04 | 1.6151 | -0.43% |
| 2026-09-03 | 1.6221 | +0.13% |
| 2026-09-02 | 1.62 | +0.13% |
| 2026-09-01 | 1.6179 | -0.01% |
| 2026-08-31 | 1.618 | -0.35% |
| 2026-08-30 | 1.6236 | +0.03% |
| 2026-08-29 | 1.6231 | +0.26% |
| 2026-08-28 | 1.619 | — |
EUR to KID conversion table
1 EUR1.622 KID
5 EUR8.11 KID
10 EUR16.22 KID
25 EUR40.55 KID
50 EUR81.1 KID
100 EUR162.2 KID
500 EUR811 KID
1,000 EUR1,622 KID
5,000 EUR8,110 KID
10,000 EUR16,220 KID
Get the EUR/KID rate in your app
One GET request returns the latest EUR → KID 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/KID"fetch('https://rate-api.com/api/v1/pair/EUR/KID', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} KID`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/KID",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} KID")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/KID');
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']} KID\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "KID"
},
"rate": 1.622,
"timestamp": 1790429372,
"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
KID to EURKiribati Dollar → Euro0.61652Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.