Skip to content

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

USD/RWF over 1Y: show the values
PointUSD/RWF
2025-09-241447.89
2025-10-011450.68
2025-10-081449.46
2025-10-151445.13
2025-10-221451.92
2025-10-291450.96
2025-11-051450.37
2025-11-121452.98
2025-11-191452.76
2025-11-261451.65
2025-12-031450.51
2025-12-111452.99
2025-12-181454.91
2025-12-251455.84
2026-01-011457.93
2026-01-081457.09
2026-01-151458.56
2026-01-221458.73
2026-01-291457.00
2026-02-051458.04
2026-02-121463.26
2026-02-191461.40
2026-02-261455.09
2026-03-051459.57
2026-03-121459.74
2026-03-191463.99
2026-03-261464.78
2026-04-021462.60
2026-04-091460.50
2026-04-161460.78
2026-04-231466.30
2026-04-301461.00
2026-05-071467.39
2026-05-151469.36
2026-05-231462.47
2026-05-301467.60
2026-06-061464.77
2026-06-151466.63
2026-06-221464.95
2026-06-291466.50
2026-07-061465.87
2026-07-131472.36
2026-07-201470.61
2026-07-271470.29
2026-08-031466.09
2026-08-101467.90
2026-08-171468.80
2026-08-251472.55
2026-09-011472.63
2026-09-081472.70
2026-09-151472.94
2026-09-221471.60

High

1480.36

Low

1445.13

Average

1461.49

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=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&currencies=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.