Skip to content

CAD to INR exchange rate API

Canadian Dollar to Indian Rupee · quoted 2026-09-24

68.1829

▲ +16.89% over 5Y

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 5 years, CAD/INR traded between 58.3328 and 69.5138, averaged 62.5483 and rose 16.89%. 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 5Y

CAD/INR over 5Y: show the values
PointCAD/INR
2021-09-2758.3328
2021-11-0859.5473
2021-12-2058.6880
2022-01-3158.5720
2022-03-1460.0451
2022-04-2759.7336
2022-06-0861.9396
2022-07-2062.1375
2022-08-3160.6716
2022-10-1259.6458
2022-11-2360.9599
2023-01-0561.1033
2023-02-1661.7116
2023-03-3060.6225
2023-05-1661.0603
2023-06-2762.3227
2023-08-0861.4445
2023-09-1962.0218
2023-10-3160.1003
2023-12-1261.4605
2024-01-2661.8669
2024-03-0861.5173
2024-04-2360.8271
2024-06-0561.0130
2024-07-1761.1173
2024-08-2762.2791
2024-10-0162.3231
2024-10-3160.4553
2024-11-3060.4037
2024-12-3059.3738
2025-01-2959.9524
2025-02-2860.5706
2025-03-3059.7414
2025-04-2961.4904
2025-05-2961.8298
2025-06-2862.4823
2025-07-2863.1788
2025-08-2763.3651
2025-09-2663.6054
2025-10-2662.8941
2025-11-2563.2074
2025-12-2565.6792
2026-01-2466.8567
2026-02-2366.3991
2026-03-2568.1608
2026-04-2468.8938
2026-05-2469.3871
2026-06-2366.7789
2026-07-2368.6202
2026-08-2269.5138
2026-09-2168.4218

High

69.5138

Low

58.3328

Average

62.5483

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=INR");
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=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&currencies=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.