Convert NIO to CAD
Nicaraguan Córdoba → Canadian Dollar
1 NIO = 0.0384364 CAD(1 CAD = 26.01702 NIO)
Currency converter
1 NIO =
0.038436 CAD
NIO to CAD: last 30 days
Over the last 30 days, 1 NIO traded between 0.037454 and 0.038436 CAD, averaging 0.037869 CAD. The NIO/CAD rate is up 2.00% since 2026-08-28.
- 30-day high
- 0.038436
- 2026-09-25
- 30-day low
- 0.037454
- 2026-09-09
- 30-day average
- 0.037869
- Days with data: 30
- 30-day change
- +2.00%
- since 2026-08-28
0.038436
0.0374542026-08-28 → 2026-09-26
| Date | 1 NIO in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.038436 | 0.00% |
| 2026-09-25 | 0.038436 | +0.35% |
| 2026-09-24 | 0.038304 | +0.11% |
| 2026-09-23 | 0.038261 | +0.04% |
| 2026-09-22 | 0.038247 | +0.37% |
| 2026-09-21 | 0.038106 | -0.09% |
| 2026-09-20 | 0.038142 | +0.18% |
| 2026-09-19 | 0.038074 | -0.34% |
| 2026-09-18 | 0.038206 | +0.15% |
| 2026-09-17 | 0.038146 | +0.46% |
| 2026-09-16 | 0.037971 | +0.19% |
| 2026-09-15 | 0.0379 | +0.21% |
| 2026-09-14 | 0.03782 | +0.01% |
| 2026-09-13 | 0.037815 | -0.19% |
| 2026-09-12 | 0.037887 | +0.47% |
| Date | 1 NIO in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.037709 | +0.34% |
| 2026-09-10 | 0.03758 | +0.34% |
| 2026-09-09 | 0.037454 | -0.16% |
| 2026-09-08 | 0.037514 | -0.10% |
| 2026-09-07 | 0.03755 | -0.12% |
| 2026-09-06 | 0.037594 | +0.24% |
| 2026-09-05 | 0.037503 | -0.02% |
| 2026-09-04 | 0.037511 | +0.01% |
| 2026-09-03 | 0.037507 | -1.00% |
| 2026-09-02 | 0.037886 | +0.39% |
| 2026-09-01 | 0.03774 | +0.08% |
| 2026-08-31 | 0.037709 | -0.15% |
| 2026-08-30 | 0.037764 | +0.40% |
| 2026-08-29 | 0.037613 | -0.19% |
| 2026-08-28 | 0.037684 | — |
NIO to CAD conversion table
1 NIO0.038436 CAD
5 NIO0.19218 CAD
10 NIO0.38436 CAD
25 NIO0.96091 CAD
50 NIO1.9218 CAD
100 NIO3.8436 CAD
500 NIO19.2182 CAD
1,000 NIO38.4364 CAD
5,000 NIO192.1819 CAD
10,000 NIO384.3638 CAD
Get the NIO/CAD rate in your app
One GET request returns the latest NIO → 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/NIO/CAD"fetch('https://rate-api.com/api/v1/pair/NIO/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NIO = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NIO/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NIO = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NIO/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NIO = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "NIO",
"to": "CAD"
},
"rate": 0.0384,
"timestamp": 1790432140,
"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 NIOCanadian Dollar → Nicaraguan Córdoba26.017Convert NIO to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.