CAD to RUB exchange rate API
Canadian Dollar to Russian Ruble · quoted 2026-09-25
60.1094
▲ +2.47% over 6M
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 6 months, CAD/RUB traded between 51.6542 and 62.7974, averaged 56.4531 and rose 2.47%. 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 6M: show the values
| Point | CAD/RUB |
|---|---|
| 2026-03-29 | 58.6620 |
| 2026-04-05 | 57.3698 |
| 2026-04-12 | 55.6651 |
| 2026-04-19 | 55.5709 |
| 2026-04-26 | 55.0326 |
| 2026-05-03 | 55.1527 |
| 2026-05-10 | 54.2595 |
| 2026-05-18 | 52.9838 |
| 2026-05-26 | 51.8413 |
| 2026-06-02 | 52.0288 |
| 2026-06-11 | 51.6813 |
| 2026-06-18 | 51.6542 |
| 2026-06-25 | 52.5970 |
| 2026-07-02 | 54.5229 |
| 2026-07-09 | 54.2197 |
| 2026-07-16 | 55.2451 |
| 2026-07-23 | 55.7552 |
| 2026-07-30 | 56.8344 |
| 2026-08-06 | 57.8530 |
| 2026-08-13 | 59.4492 |
| 2026-08-21 | 60.2590 |
| 2026-08-28 | 61.6949 |
| 2026-09-04 | 62.7974 |
| 2026-09-11 | 60.5869 |
| 2026-09-18 | 60.3118 |
| 2026-09-25 | 60.0958 |
High
62.7974
Low
51.6542
Average
56.4531
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.