Skip to content

CAD to NIO exchange rate API

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

26.0148

▼ +1.47% over 6M

1 CAD = 26.0148 NIO · 1 NIO = 0.03844 CAD · Get this rate via the API

1 CAD buys 26.0148 NIO as of 2026-09-25, so 1 NIO buys 0.03844 CAD. Over the last 6 months, CAD/NIO traded between 25.7521 and 27.0056, averaged 26.3903 and fell 1.47%. 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 6M

CAD/NIO over 6M: show the values
PointCAD/NIO
2026-03-2926.4030
2026-04-0526.3211
2026-04-1226.5255
2026-04-1926.8695
2026-04-2626.8615
2026-05-0327.0056
2026-05-1026.8231
2026-05-1826.8333
2026-05-2626.6110
2026-06-0226.5701
2026-06-1126.2888
2026-06-1826.0565
2026-06-2525.8167
2026-07-0225.7521
2026-07-0925.9522
2026-07-1626.1736
2026-07-2326.1288
2026-07-3026.1693
2026-08-0626.2692
2026-08-1326.3863
2026-08-2126.7991
2026-08-2826.5369
2026-09-0426.6596
2026-09-1126.5191
2026-09-1826.1733
2026-09-2526.0170

High

27.0056

Low

25.7521

Average

26.3903

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.