Skip to content

CAD to NIO exchange rate API

Canadian Dollar to Cordoba Oro · quoted 2026-09-25

25.9963

▼ +1.66% over 1Y

1 CAD = 25.9963 NIO · 1 NIO = 0.03847 CAD · Get this rate via the API

1 CAD buys 25.9963 NIO as of 2026-09-25, so 1 NIO buys 0.03847 CAD. Over the last year, CAD/NIO traded between 25.8387 and 27.2175, averaged 26.4944 and fell 1.66%. The API holds daily CAD/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/NIO over 1Y

CAD/NIO over 1Y: show the values
PointCAD/NIO
2025-09-2526.4363
2025-10-0226.4089
2025-10-0926.3685
2025-10-1626.1371
2025-10-2326.2722
2025-10-3026.2854
2025-11-0626.1030
2025-11-1326.2691
2025-11-2026.1645
2025-11-2726.1900
2025-12-0426.3300
2025-12-1226.7209
2025-12-1926.6715
2025-12-2626.9172
2026-01-0226.7912
2026-01-0926.5226
2026-01-1626.4805
2026-01-2326.6801
2026-01-3027.2175
2026-02-0626.9364
2026-02-1327.0286
2026-02-2026.8798
2026-02-2726.9326
2026-03-0626.9532
2026-03-1326.8946
2026-03-2026.7994
2026-03-2726.5141
2026-04-0326.3639
2026-04-1026.5660
2026-04-1726.9170
2026-04-2426.8333
2026-05-0127.0406
2026-05-0827.0299
2026-05-1626.7042
2026-05-2426.5327
2026-05-3126.5691
2026-06-0926.3678
2026-06-1626.2377
2026-06-2325.9108
2026-06-3025.8387
2026-07-0725.8620
2026-07-1426.0518
2026-07-2126.1710
2026-07-2826.0693
2026-08-0426.1858
2026-08-1126.4125
2026-08-1826.5326
2026-08-2626.5375
2026-09-0226.3955
2026-09-0926.6988
2026-09-1626.3351
2026-09-2326.1364

High

27.2175

Low

25.8387

Average

26.4944

For developers

Get this rate via the API

One GET request returns the CAD/NIO rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=NIO"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=NIO");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=NIO").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/NIO API questions

How do I get the CAD/NIO exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/NIO rate in rates.NIO.

How far back does CAD/NIO historical data go?

Daily CAD/NIO rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CAD/NIO exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.