Skip to content

CAD to RWF exchange rate API

Canadian Dollar to Rwanda Franc · quoted 2026-09-25

1043.19

▼ +1.78% over YTD

1 CAD = 1043.19 RWF · 1 RWF = 0.000959 CAD · Get this rate via the API

1 CAD buys 1043.19 RWF as of 2026-09-25, so 1 RWF buys 0.000959 CAD. Over the year to date, CAD/RWF traded between 1033.17 and 1074.89, averaged 1057.50 and fell 1.78%. The API holds daily CAD/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/RWF over YTD

CAD/RWF over YTD: show the values
PointCAD/RWF
2025-12-311062.05
2026-01-071054.92
2026-01-141050.54
2026-01-211056.42
2026-01-281070.80
2026-02-041070.08
2026-02-111074.89
2026-02-181068.39
2026-02-251066.35
2026-03-041069.54
2026-03-111074.74
2026-03-181064.08
2026-03-251059.44
2026-04-011051.25
2026-04-081052.41
2026-04-151063.15
2026-04-221070.67
2026-04-291068.07
2026-05-061072.69
2026-05-141065.07
2026-05-211062.24
2026-05-291060.54
2026-06-051054.93
2026-06-141048.25
2026-06-211034.37
2026-06-281033.17
2026-07-051033.25
2026-07-121036.35
2026-07-191048.51
2026-07-261043.01
2026-08-021049.07
2026-08-091054.52
2026-08-161060.37
2026-08-241063.59
2026-08-311059.27
2026-09-071065.24
2026-09-141059.27
2026-09-211047.75

High

1074.89

Low

1033.17

Average

1057.50

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/RWF API questions

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

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

How far back does CAD/RWF historical data go?

Daily CAD/RWF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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