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: show the values
| Point | TOP/RWF |
|---|---|
| 2025-09-25 | 620.4660 |
| 2025-10-02 | 612.6836 |
| 2025-10-09 | 613.0762 |
| 2025-10-16 | 613.9968 |
| 2025-10-23 | 614.6987 |
| 2025-10-30 | 611.2224 |
| 2025-11-06 | 615.8086 |
| 2025-11-13 | 616.2229 |
| 2025-11-20 | 607.3174 |
| 2025-11-27 | 605.2159 |
| 2025-12-04 | 608.0345 |
| 2025-12-12 | 606.6325 |
| 2025-12-19 | 608.7971 |
| 2025-12-26 | 617.2384 |
| 2026-01-02 | 609.0585 |
| 2026-01-09 | 608.9814 |
| 2026-01-16 | 618.2304 |
| 2026-01-23 | 614.6516 |
| 2026-01-30 | 622.7275 |
| 2026-02-06 | 620.1719 |
| 2026-02-13 | 622.9520 |
| 2026-02-20 | 623.4934 |
| 2026-02-27 | 623.7595 |
| 2026-03-06 | 621.6429 |
| 2026-03-13 | 624.7173 |
| 2026-03-20 | 621.2756 |
| 2026-03-27 | 625.2948 |
| 2026-04-03 | 619.1615 |
| 2026-04-10 | 622.7740 |
| 2026-04-18 | 606.7881 |
| 2026-04-25 | 606.0592 |
| 2026-05-02 | 606.9956 |
| 2026-05-09 | 606.5804 |
| 2026-05-17 | 621.2290 |
| 2026-05-25 | 625.9930 |
| 2026-06-01 | 629.5796 |
| 2026-06-10 | 624.1230 |
| 2026-06-17 | 633.8154 |
| 2026-06-24 | 621.7792 |
| 2026-07-01 | 618.5213 |
| 2026-07-08 | 626.2862 |
| 2026-07-15 | 621.5109 |
| 2026-07-22 | 622.3440 |
| 2026-07-29 | 623.1704 |
| 2026-08-05 | 623.0988 |
| 2026-08-12 | 624.8351 |
| 2026-08-20 | 625.8216 |
| 2026-08-27 | 630.7781 |
| 2026-09-03 | 629.9160 |
| 2026-09-10 | 629.9480 |
| 2026-09-17 | 625.1264 |
| 2026-09-24 | 627.0737 |
High
633.8154
Low
605.2159
Average
618.9659
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.