Skip to content

TOP to RWF exchange rate API

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

623.5187

▲ +2.06% over YTD

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 year to date, TOP/RWF traded between 610.9072 and 638.5258, averaged 623.1468 and rose 2.06%. 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 YTD

TOP/RWF over YTD: show the values
PointTOP/RWF
2025-12-31610.9072
2026-01-07611.3273
2026-01-14614.2831
2026-01-21616.1509
2026-01-28619.3184
2026-02-04626.1844
2026-02-11624.3375
2026-02-18623.1379
2026-02-25624.6793
2026-03-04622.4398
2026-03-11622.0411
2026-03-18623.5755
2026-03-25621.9901
2026-04-01618.7930
2026-04-08618.5136
2026-04-16629.6083
2026-04-23624.4953
2026-04-30629.8586
2026-05-07629.6560
2026-05-15638.5258
2026-05-23619.8997
2026-05-30616.1564
2026-06-06615.3819
2026-06-15622.9521
2026-06-22622.2884
2026-06-29619.1338
2026-07-06619.4983
2026-07-13622.8066
2026-07-20625.1237
2026-07-27625.1752
2026-08-03622.0669
2026-08-10625.0377
2026-08-17626.3320
2026-08-25631.3295
2026-09-01629.6117
2026-09-08630.3046
2026-09-15625.0656
2026-09-22631.2196

High

638.5258

Low

610.9072

Average

623.1468

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.