Convert CAD to KID
Canadian Dollar → Kiribati Dollar
1 CAD = 1.005767 KID(1 KID = 0.994266 CAD)
Currency converter
1 CAD =
1.0058 KID
CAD to KID: last 30 days
Over the last 30 days, 1 CAD traded between 0.99972 and 1.0126 KID, averaging 1.0053 KID. The CAD/KID rate is down 0.05% since 2026-08-29.
- 30-day high
- 1.0126
- 2026-09-03
- 30-day low
- 0.99972
- 2026-09-22
- 30-day average
- 1.0053
- Days with data: 30
- 30-day change
- -0.05%
- since 2026-08-29
1.0126
0.999722026-08-29 → 2026-09-27
| Date | 1 CAD in KID | Daily change |
|---|---|---|
| 2026-09-27 | 1.0058 | 0.00% |
| 2026-09-26 | 1.0058 | 0.00% |
| 2026-09-25 | 1.0058 | -0.23% |
| 2026-09-24 | 1.0081 | +0.38% |
| 2026-09-23 | 1.0043 | +0.46% |
| 2026-09-22 | 0.99972 | -0.32% |
| 2026-09-21 | 1.0029 | +0.05% |
| 2026-09-20 | 1.0024 | +0.01% |
| 2026-09-19 | 1.0024 | -0.13% |
| 2026-09-18 | 1.0036 | -0.15% |
| 2026-09-17 | 1.0051 | -0.14% |
| 2026-09-16 | 1.0066 | +0.01% |
| 2026-09-15 | 1.0065 | +0.11% |
| 2026-09-14 | 1.0055 | -0.13% |
| 2026-09-13 | 1.0068 | +0.04% |
| Date | 1 CAD in KID | Daily change |
|---|---|---|
| 2026-09-12 | 1.0064 | -0.03% |
| 2026-09-11 | 1.0067 | +0.44% |
| 2026-09-10 | 1.0023 | -0.39% |
| 2026-09-09 | 1.0062 | +0.27% |
| 2026-09-08 | 1.0035 | -0.06% |
| 2026-09-07 | 1.0041 | -0.19% |
| 2026-09-06 | 1.006 | +0.01% |
| 2026-09-05 | 1.0059 | -0.11% |
| 2026-09-04 | 1.007 | -0.55% |
| 2026-09-03 | 1.0126 | +0.78% |
| 2026-09-02 | 1.0048 | -0.03% |
| 2026-09-01 | 1.0051 | +0.03% |
| 2026-08-31 | 1.0048 | -0.17% |
| 2026-08-30 | 1.0066 | +0.03% |
| 2026-08-29 | 1.0063 | — |
CAD to KID conversion table
1 CAD1.0058 KID
5 CAD5.0288 KID
10 CAD10.0577 KID
25 CAD25.1442 KID
50 CAD50.2883 KID
100 CAD100.5767 KID
500 CAD502.8834 KID
1,000 CAD1,005.7667 KID
5,000 CAD5,028.8336 KID
10,000 CAD10,057.667 KID
Get the CAD/KID rate in your app
One GET request returns the latest CAD → 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/CAD/KID"fetch('https://rate-api.com/api/v1/pair/CAD/KID', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} KID`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/KID",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} KID")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/KID');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} KID\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "KID"
},
"rate": 1.0058,
"timestamp": 1790470789,
"date": "2026-09-27"
}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 CADKiribati Dollar → Canadian Dollar0.99427Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.