Skip to content

TOP to RWF exchange rate API

Pa’anga to Rwanda Franc · quoted 2026-09-25

623.5187

▲ +0.49% over 1Y

1 TOP = 623.5187 RWF · 1 RWF = 0.001604 TOP · Get this rate via the API

1 TOP buys 623.5187 RWF as of 2026-09-25, so 1 RWF buys 0.001604 TOP. Over the last year, TOP/RWF traded between 605.2159 and 633.8154, averaged 618.9659 and rose 0.49%. The API holds daily TOP/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/RWF over 1Y

TOP/RWF over 1Y: show the values
PointTOP/RWF
2025-09-25620.4660
2025-10-02612.6836
2025-10-09613.0762
2025-10-16613.9968
2025-10-23614.6987
2025-10-30611.2224
2025-11-06615.8086
2025-11-13616.2229
2025-11-20607.3174
2025-11-27605.2159
2025-12-04608.0345
2025-12-12606.6325
2025-12-19608.7971
2025-12-26617.2384
2026-01-02609.0585
2026-01-09608.9814
2026-01-16618.2304
2026-01-23614.6516
2026-01-30622.7275
2026-02-06620.1719
2026-02-13622.9520
2026-02-20623.4934
2026-02-27623.7595
2026-03-06621.6429
2026-03-13624.7173
2026-03-20621.2756
2026-03-27625.2948
2026-04-03619.1615
2026-04-10622.7740
2026-04-18606.7881
2026-04-25606.0592
2026-05-02606.9956
2026-05-09606.5804
2026-05-17621.2290
2026-05-25625.9930
2026-06-01629.5796
2026-06-10624.1230
2026-06-17633.8154
2026-06-24621.7792
2026-07-01618.5213
2026-07-08626.2862
2026-07-15621.5109
2026-07-22622.3440
2026-07-29623.1704
2026-08-05623.0988
2026-08-12624.8351
2026-08-20625.8216
2026-08-27630.7781
2026-09-03629.9160
2026-09-10629.9480
2026-09-17625.1264
2026-09-24627.0737

High

633.8154

Low

605.2159

Average

618.9659

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/RWF API questions

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

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

How far back does TOP/RWF historical data go?

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