USD to RWF exchange rate API
US Dollar to Rwanda Franc · quoted 2026-09-24
1480.36
▲ +2.24% over 1Y
1 USD = 1480.36 RWF · 1 RWF = 0.000676 USD · Get this rate via the API
1 USD buys 1480.36 RWF as of 2026-09-24, so 1 RWF buys 0.000676 USD. Over the last year, USD/RWF traded between 1445.13 and 1480.36, averaged 1461.49 and rose 2.24%. The API holds daily USD/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/RWF over 1Y: show the values
| Point | USD/RWF |
|---|---|
| 2025-09-24 | 1447.89 |
| 2025-10-01 | 1450.68 |
| 2025-10-08 | 1449.46 |
| 2025-10-15 | 1445.13 |
| 2025-10-22 | 1451.92 |
| 2025-10-29 | 1450.96 |
| 2025-11-05 | 1450.37 |
| 2025-11-12 | 1452.98 |
| 2025-11-19 | 1452.76 |
| 2025-11-26 | 1451.65 |
| 2025-12-03 | 1450.51 |
| 2025-12-11 | 1452.99 |
| 2025-12-18 | 1454.91 |
| 2025-12-25 | 1455.84 |
| 2026-01-01 | 1457.93 |
| 2026-01-08 | 1457.09 |
| 2026-01-15 | 1458.56 |
| 2026-01-22 | 1458.73 |
| 2026-01-29 | 1457.00 |
| 2026-02-05 | 1458.04 |
| 2026-02-12 | 1463.26 |
| 2026-02-19 | 1461.40 |
| 2026-02-26 | 1455.09 |
| 2026-03-05 | 1459.57 |
| 2026-03-12 | 1459.74 |
| 2026-03-19 | 1463.99 |
| 2026-03-26 | 1464.78 |
| 2026-04-02 | 1462.60 |
| 2026-04-09 | 1460.50 |
| 2026-04-16 | 1460.78 |
| 2026-04-23 | 1466.30 |
| 2026-04-30 | 1461.00 |
| 2026-05-07 | 1467.39 |
| 2026-05-15 | 1469.36 |
| 2026-05-23 | 1462.47 |
| 2026-05-30 | 1467.60 |
| 2026-06-06 | 1464.77 |
| 2026-06-15 | 1466.63 |
| 2026-06-22 | 1464.95 |
| 2026-06-29 | 1466.50 |
| 2026-07-06 | 1465.87 |
| 2026-07-13 | 1472.36 |
| 2026-07-20 | 1470.61 |
| 2026-07-27 | 1470.29 |
| 2026-08-03 | 1466.09 |
| 2026-08-10 | 1467.90 |
| 2026-08-17 | 1468.80 |
| 2026-08-25 | 1472.55 |
| 2026-09-01 | 1472.63 |
| 2026-09-08 | 1472.70 |
| 2026-09-15 | 1472.94 |
| 2026-09-22 | 1471.60 |
High
1480.36
Low
1445.13
Average
1461.49
Get this rate via the API
One GET request returns the USD/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=USD¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=RWF").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/RWF API questions
How do I get the USD/RWF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/RWF rate in rates.RWF.
How far back does USD/RWF historical data go?
Daily USD/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 USD/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.