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: show the values
| Point | CAD/NIO |
|---|---|
| 2026-03-29 | 26.4030 |
| 2026-04-05 | 26.3211 |
| 2026-04-12 | 26.5255 |
| 2026-04-19 | 26.8695 |
| 2026-04-26 | 26.8615 |
| 2026-05-03 | 27.0056 |
| 2026-05-10 | 26.8231 |
| 2026-05-18 | 26.8333 |
| 2026-05-26 | 26.6110 |
| 2026-06-02 | 26.5701 |
| 2026-06-11 | 26.2888 |
| 2026-06-18 | 26.0565 |
| 2026-06-25 | 25.8167 |
| 2026-07-02 | 25.7521 |
| 2026-07-09 | 25.9522 |
| 2026-07-16 | 26.1736 |
| 2026-07-23 | 26.1288 |
| 2026-07-30 | 26.1693 |
| 2026-08-06 | 26.2692 |
| 2026-08-13 | 26.3863 |
| 2026-08-21 | 26.7991 |
| 2026-08-28 | 26.5369 |
| 2026-09-04 | 26.6596 |
| 2026-09-11 | 26.5191 |
| 2026-09-18 | 26.1733 |
| 2026-09-25 | 26.0170 |
High
27.0056
Low
25.7521
Average
26.3903
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.