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: show the values
| Point | TOP/RWF |
|---|---|
| 2025-12-31 | 610.9072 |
| 2026-01-07 | 611.3273 |
| 2026-01-14 | 614.2831 |
| 2026-01-21 | 616.1509 |
| 2026-01-28 | 619.3184 |
| 2026-02-04 | 626.1844 |
| 2026-02-11 | 624.3375 |
| 2026-02-18 | 623.1379 |
| 2026-02-25 | 624.6793 |
| 2026-03-04 | 622.4398 |
| 2026-03-11 | 622.0411 |
| 2026-03-18 | 623.5755 |
| 2026-03-25 | 621.9901 |
| 2026-04-01 | 618.7930 |
| 2026-04-08 | 618.5136 |
| 2026-04-16 | 629.6083 |
| 2026-04-23 | 624.4953 |
| 2026-04-30 | 629.8586 |
| 2026-05-07 | 629.6560 |
| 2026-05-15 | 638.5258 |
| 2026-05-23 | 619.8997 |
| 2026-05-30 | 616.1564 |
| 2026-06-06 | 615.3819 |
| 2026-06-15 | 622.9521 |
| 2026-06-22 | 622.2884 |
| 2026-06-29 | 619.1338 |
| 2026-07-06 | 619.4983 |
| 2026-07-13 | 622.8066 |
| 2026-07-20 | 625.1237 |
| 2026-07-27 | 625.1752 |
| 2026-08-03 | 622.0669 |
| 2026-08-10 | 625.0377 |
| 2026-08-17 | 626.3320 |
| 2026-08-25 | 631.3295 |
| 2026-09-01 | 629.6117 |
| 2026-09-08 | 630.3046 |
| 2026-09-15 | 625.0656 |
| 2026-09-22 | 631.2196 |
High
638.5258
Low
610.9072
Average
623.1468
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.