Convert KID to CAD
Kiribati Dollar → Canadian Dollar
1 KID = 0.994266 CAD(1 CAD = 1.005767 KID)
Currency converter
1 KID =
0.99427 CAD
KID to CAD: last 30 days
Over the last 30 days, 1 KID traded between 0.98754 and 1.0003 CAD, averaging 0.99477 CAD. The KID/CAD rate is down 0.21% since 2026-08-28.
- 30-day high
- 1.0003
- 2026-09-22
- 30-day low
- 0.98754
- 2026-09-03
- 30-day average
- 0.99477
- Days with data: 30
- 30-day change
- -0.21%
- since 2026-08-28
1.0003
0.987542026-08-28 → 2026-09-26
| Date | 1 KID in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.99427 | 0.00% |
| 2026-09-25 | 0.99427 | +0.23% |
| 2026-09-24 | 0.99196 | -0.38% |
| 2026-09-23 | 0.99573 | -0.46% |
| 2026-09-22 | 1.0003 | +0.32% |
| 2026-09-21 | 0.99708 | -0.05% |
| 2026-09-20 | 0.99758 | -0.01% |
| 2026-09-19 | 0.99765 | +0.13% |
| 2026-09-18 | 0.99637 | +0.15% |
| 2026-09-17 | 0.99488 | +0.14% |
| 2026-09-16 | 0.99344 | -0.01% |
| 2026-09-15 | 0.99351 | -0.11% |
| 2026-09-14 | 0.99456 | +0.13% |
| 2026-09-13 | 0.99326 | -0.04% |
| 2026-09-12 | 0.99362 | +0.03% |
| Date | 1 KID in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.99333 | -0.44% |
| 2026-09-10 | 0.99769 | +0.39% |
| 2026-09-09 | 0.99379 | -0.27% |
| 2026-09-08 | 0.99646 | +0.06% |
| 2026-09-07 | 0.99589 | +0.19% |
| 2026-09-06 | 0.99402 | -0.01% |
| 2026-09-05 | 0.99409 | +0.11% |
| 2026-09-04 | 0.99302 | +0.55% |
| 2026-09-03 | 0.98754 | -0.77% |
| 2026-09-02 | 0.99521 | +0.03% |
| 2026-09-01 | 0.99491 | -0.03% |
| 2026-08-31 | 0.9952 | +0.17% |
| 2026-08-30 | 0.99347 | -0.03% |
| 2026-08-29 | 0.99376 | -0.26% |
| 2026-08-28 | 0.99633 | — |
KID to CAD conversion table
1 KID0.99427 CAD
5 KID4.9713 CAD
10 KID9.9427 CAD
25 KID24.8567 CAD
50 KID49.7133 CAD
100 KID99.4266 CAD
500 KID497.1332 CAD
1,000 KID994.2663 CAD
5,000 KID4,971.3317 CAD
10,000 KID9,942.6634 CAD
Get the KID/CAD rate in your app
One GET request returns the latest KID → CAD 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/KID/CAD"fetch('https://rate-api.com/api/v1/pair/KID/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KID = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KID/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KID = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KID/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KID = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "KID",
"to": "CAD"
},
"rate": 0.9943,
"timestamp": 1790435079,
"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
CAD to KIDCanadian Dollar → Kiribati Dollar1.0058Convert KID to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.