Skip to content

CHF to RWF exchange rate API

Swiss Franc to Rwanda Franc · quoted 2026-09-25

1780.44

▼ +2.28% over 1Y

1 CHF = 1780.44 RWF · 1 RWF = 0.000562 CHF · Get this rate via the API

1 CHF buys 1780.44 RWF as of 2026-09-25, so 1 RWF buys 0.000562 CHF. Over the last year, CHF/RWF traded between 1780.44 and 1899.47, averaged 1834.04 and fell 2.28%. The API holds daily CHF/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/RWF over 1Y

CHF/RWF over 1Y: show the values
PointCHF/RWF
2025-09-251821.91
2025-10-021820.62
2025-10-091809.04
2025-10-161813.76
2025-10-231817.53
2025-10-301806.17
2025-11-061798.07
2025-11-131824.79
2025-11-201801.56
2025-11-271801.10
2025-12-041814.50
2025-12-121827.41
2025-12-191828.98
2025-12-261846.11
2026-01-021836.22
2026-01-091822.46
2026-01-161817.69
2026-01-231840.18
2026-01-301899.47
2026-02-061874.60
2026-02-131892.85
2026-02-201882.66
2026-02-271891.82
2026-03-061866.38
2026-03-131860.32
2026-03-201852.37
2026-03-271830.74
2026-04-031827.33
2026-04-101852.14
2026-04-171865.85
2026-04-241860.12
2026-05-011871.55
2026-05-081889.29
2026-05-161858.17
2026-05-241868.71
2026-05-311874.59
2026-06-091843.29
2026-06-161863.06
2026-06-231808.70
2026-06-301811.13
2026-07-071817.56
2026-07-141811.57
2026-07-211815.11
2026-07-281793.38
2026-08-041814.59
2026-08-111814.98
2026-08-181808.35
2026-08-261831.01
2026-09-021811.24
2026-09-091822.23
2026-09-161797.96
2026-09-231792.29

High

1899.47

Low

1780.44

Average

1834.04

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/RWF API questions

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

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

How far back does CHF/RWF historical data go?

Daily CHF/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 CHF/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.