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: show the values
| Point | CAD/RUB |
|---|---|
| 2025-09-25 | 60.3120 |
| 2025-10-02 | 59.0964 |
| 2025-10-09 | 58.4233 |
| 2025-10-16 | 55.9636 |
| 2025-10-23 | 58.2461 |
| 2025-10-30 | 57.0661 |
| 2025-11-06 | 57.7247 |
| 2025-11-13 | 58.0304 |
| 2025-11-20 | 57.2681 |
| 2025-11-27 | 55.8869 |
| 2025-12-04 | 55.5152 |
| 2025-12-12 | 58.3341 |
| 2025-12-19 | 57.8661 |
| 2025-12-26 | 57.5849 |
| 2026-01-02 | 57.4134 |
| 2026-01-09 | 57.8883 |
| 2026-01-16 | 56.4100 |
| 2026-01-23 | 55.2039 |
| 2026-01-30 | 56.1643 |
| 2026-02-06 | 56.1581 |
| 2026-02-13 | 56.6827 |
| 2026-02-20 | 56.0728 |
| 2026-02-27 | 56.2435 |
| 2026-03-06 | 57.6318 |
| 2026-03-13 | 58.0029 |
| 2026-03-20 | 62.8089 |
| 2026-03-27 | 58.6712 |
| 2026-04-03 | 57.5414 |
| 2026-04-10 | 56.1591 |
| 2026-04-17 | 55.8614 |
| 2026-04-24 | 55.4631 |
| 2026-05-01 | 55.1782 |
| 2026-05-08 | 54.6573 |
| 2026-05-16 | 52.9675 |
| 2026-05-24 | 51.7562 |
| 2026-05-31 | 51.5579 |
| 2026-06-09 | 52.4282 |
| 2026-06-16 | 51.6816 |
| 2026-06-23 | 52.3203 |
| 2026-06-30 | 54.1028 |
| 2026-07-07 | 54.2425 |
| 2026-07-14 | 54.3171 |
| 2026-07-21 | 55.7977 |
| 2026-07-28 | 55.2597 |
| 2026-08-04 | 57.1819 |
| 2026-08-11 | 59.1979 |
| 2026-08-18 | 61.2881 |
| 2026-08-26 | 60.3579 |
| 2026-09-02 | 62.3532 |
| 2026-09-09 | 62.3510 |
| 2026-09-16 | 60.4023 |
| 2026-09-23 | 59.8320 |
High
62.8089
Low
51.5579
Average
56.9252
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.