CAD to INR exchange rate API
Canadian Dollar to Indian Rupee · quoted 2026-09-24
68.1829
▲ +6.59% over 1Y
1 CAD = 68.1829 INR · 1 INR = 0.01467 CAD · Get this rate via the API
1 CAD buys 68.1829 INR as of 2026-09-24, so 1 INR buys 0.01467 CAD. Over the last year, CAD/INR traded between 62.6977 and 70.3785, averaged 66.7835 and rose 6.59%. The API holds daily CAD/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
CAD/INR over 1Y: show the values
| Point | CAD/INR |
|---|---|
| 2025-09-24 | 63.9704 |
| 2025-10-01 | 63.6727 |
| 2025-10-08 | 63.6629 |
| 2025-10-15 | 62.6977 |
| 2025-10-22 | 63.0277 |
| 2025-10-29 | 63.3467 |
| 2025-11-05 | 62.7338 |
| 2025-11-12 | 63.2508 |
| 2025-11-19 | 63.1636 |
| 2025-11-26 | 63.3187 |
| 2025-12-03 | 64.6635 |
| 2025-12-10 | 64.9372 |
| 2025-12-17 | 65.5290 |
| 2025-12-24 | 65.5850 |
| 2025-12-31 | 65.6368 |
| 2026-01-07 | 65.0657 |
| 2026-01-14 | 65.0701 |
| 2026-01-21 | 66.4387 |
| 2026-01-28 | 67.7830 |
| 2026-02-04 | 66.2225 |
| 2026-02-11 | 67.1753 |
| 2026-02-18 | 66.4594 |
| 2026-02-25 | 66.4272 |
| 2026-03-04 | 67.4216 |
| 2026-03-11 | 67.7354 |
| 2026-03-18 | 67.7254 |
| 2026-03-25 | 68.1608 |
| 2026-04-01 | 67.2439 |
| 2026-04-08 | 66.5352 |
| 2026-04-15 | 67.7977 |
| 2026-04-22 | 68.6420 |
| 2026-04-29 | 69.3644 |
| 2026-05-06 | 69.5585 |
| 2026-05-13 | 69.8793 |
| 2026-05-20 | 70.3785 |
| 2026-05-27 | 69.1751 |
| 2026-06-03 | 69.0677 |
| 2026-06-10 | 68.3927 |
| 2026-06-17 | 67.4678 |
| 2026-06-24 | 66.5183 |
| 2026-07-01 | 66.9641 |
| 2026-07-08 | 67.3693 |
| 2026-07-15 | 68.3947 |
| 2026-07-22 | 68.5502 |
| 2026-07-29 | 67.8136 |
| 2026-08-05 | 67.7169 |
| 2026-08-12 | 68.4637 |
| 2026-08-19 | 69.0313 |
| 2026-08-26 | 68.8350 |
| 2026-09-02 | 68.2062 |
| 2026-09-09 | 69.0784 |
| 2026-09-16 | 68.8435 |
| 2026-09-23 | 67.9543 |
High
70.3785
Low
62.6977
Average
66.7835
Get this rate via the API
One GET request returns the CAD/INR 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=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/INR API questions
How do I get the CAD/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/INR rate in rates.INR.
How far back does CAD/INR historical data go?
Daily CAD/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CAD/INR 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.