Skip to content

CAD to RUB exchange rate API

Canadian Dollar to Russian Ruble · quoted 2026-09-25

60.1094

▼ +0.34% over 1Y

1 CAD = 60.1094 RUB · 1 RUB = 0.01664 CAD · Get this rate via the API

1 CAD buys 60.1094 RUB as of 2026-09-25, so 1 RUB buys 0.01664 CAD. Over the last year, CAD/RUB traded between 51.5579 and 62.8089, averaged 56.9252 and fell 0.34%. The API holds daily CAD/RUB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

CAD/RUB over 1Y

CAD/RUB over 1Y: show the values
PointCAD/RUB
2025-09-2560.3120
2025-10-0259.0964
2025-10-0958.4233
2025-10-1655.9636
2025-10-2358.2461
2025-10-3057.0661
2025-11-0657.7247
2025-11-1358.0304
2025-11-2057.2681
2025-11-2755.8869
2025-12-0455.5152
2025-12-1258.3341
2025-12-1957.8661
2025-12-2657.5849
2026-01-0257.4134
2026-01-0957.8883
2026-01-1656.4100
2026-01-2355.2039
2026-01-3056.1643
2026-02-0656.1581
2026-02-1356.6827
2026-02-2056.0728
2026-02-2756.2435
2026-03-0657.6318
2026-03-1358.0029
2026-03-2062.8089
2026-03-2758.6712
2026-04-0357.5414
2026-04-1056.1591
2026-04-1755.8614
2026-04-2455.4631
2026-05-0155.1782
2026-05-0854.6573
2026-05-1652.9675
2026-05-2451.7562
2026-05-3151.5579
2026-06-0952.4282
2026-06-1651.6816
2026-06-2352.3203
2026-06-3054.1028
2026-07-0754.2425
2026-07-1454.3171
2026-07-2155.7977
2026-07-2855.2597
2026-08-0457.1819
2026-08-1159.1979
2026-08-1861.2881
2026-08-2660.3579
2026-09-0262.3532
2026-09-0962.3510
2026-09-1660.4023
2026-09-2359.8320

High

62.8089

Low

51.5579

Average

56.9252

For developers

Get this rate via the API

One GET request returns the CAD/RUB 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=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=RUB");
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=RUB").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/RUB API questions

How do I get the CAD/RUB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/RUB rate in rates.RUB.

How far back does CAD/RUB historical data go?

Daily CAD/RUB rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CAD/RUB 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.