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: show the values
| Point | CHF/RWF |
|---|---|
| 2025-09-25 | 1821.91 |
| 2025-10-02 | 1820.62 |
| 2025-10-09 | 1809.04 |
| 2025-10-16 | 1813.76 |
| 2025-10-23 | 1817.53 |
| 2025-10-30 | 1806.17 |
| 2025-11-06 | 1798.07 |
| 2025-11-13 | 1824.79 |
| 2025-11-20 | 1801.56 |
| 2025-11-27 | 1801.10 |
| 2025-12-04 | 1814.50 |
| 2025-12-12 | 1827.41 |
| 2025-12-19 | 1828.98 |
| 2025-12-26 | 1846.11 |
| 2026-01-02 | 1836.22 |
| 2026-01-09 | 1822.46 |
| 2026-01-16 | 1817.69 |
| 2026-01-23 | 1840.18 |
| 2026-01-30 | 1899.47 |
| 2026-02-06 | 1874.60 |
| 2026-02-13 | 1892.85 |
| 2026-02-20 | 1882.66 |
| 2026-02-27 | 1891.82 |
| 2026-03-06 | 1866.38 |
| 2026-03-13 | 1860.32 |
| 2026-03-20 | 1852.37 |
| 2026-03-27 | 1830.74 |
| 2026-04-03 | 1827.33 |
| 2026-04-10 | 1852.14 |
| 2026-04-17 | 1865.85 |
| 2026-04-24 | 1860.12 |
| 2026-05-01 | 1871.55 |
| 2026-05-08 | 1889.29 |
| 2026-05-16 | 1858.17 |
| 2026-05-24 | 1868.71 |
| 2026-05-31 | 1874.59 |
| 2026-06-09 | 1843.29 |
| 2026-06-16 | 1863.06 |
| 2026-06-23 | 1808.70 |
| 2026-06-30 | 1811.13 |
| 2026-07-07 | 1817.56 |
| 2026-07-14 | 1811.57 |
| 2026-07-21 | 1815.11 |
| 2026-07-28 | 1793.38 |
| 2026-08-04 | 1814.59 |
| 2026-08-11 | 1814.98 |
| 2026-08-18 | 1808.35 |
| 2026-08-26 | 1831.01 |
| 2026-09-02 | 1811.24 |
| 2026-09-09 | 1822.23 |
| 2026-09-16 | 1797.96 |
| 2026-09-23 | 1792.29 |
High
1899.47
Low
1780.44
Average
1834.04
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.