Skip to content

CAD to INR exchange rate API

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

68.1829

▲ +3.88% over YTD

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 year to date, CAD/INR traded between 65.0657 and 70.3785, averaged 67.8187 and rose 3.88%. 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 YTD

CAD/INR over YTD: show the values
PointCAD/INR
2025-12-3165.6368
2026-01-0765.0657
2026-01-1465.0701
2026-01-2166.4387
2026-01-2867.7830
2026-02-0466.2225
2026-02-1167.1753
2026-02-1866.4594
2026-02-2566.4272
2026-03-0467.4216
2026-03-1167.7354
2026-03-1867.7254
2026-03-2568.1608
2026-04-0167.2439
2026-04-0866.5352
2026-04-1567.7977
2026-04-2268.6420
2026-04-2969.3644
2026-05-0669.5585
2026-05-1369.8793
2026-05-2070.3785
2026-05-2769.1751
2026-06-0369.0677
2026-06-1068.3927
2026-06-1767.4678
2026-06-2466.5183
2026-07-0166.9641
2026-07-0867.3693
2026-07-1568.3947
2026-07-2268.5502
2026-07-2967.8136
2026-08-0567.7169
2026-08-1268.4637
2026-08-1969.0313
2026-08-2668.8350
2026-09-0268.2062
2026-09-0969.0784
2026-09-1668.8435
2026-09-2367.9543

High

70.3785

Low

65.0657

Average

67.8187

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.