TOP to RWF exchange rate API
Pa’anga to Rwanda Franc · quoted 2026-09-25
623.5187
▼ +1.03% over 30D
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 30 days, TOP/RWF traded between 609.6935 and 631.2196, averaged 626.7244 and fell 1.03%. 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 30D: show the values
| Point | TOP/RWF |
|---|---|
| 2026-08-26 | 629.9973 |
| 2026-08-27 | 630.7781 |
| 2026-08-28 | 629.9064 |
| 2026-08-29 | 624.0170 |
| 2026-08-30 | 629.4887 |
| 2026-08-31 | 629.4960 |
| 2026-09-01 | 629.6117 |
| 2026-09-02 | 631.0062 |
| 2026-09-03 | 629.9160 |
| 2026-09-04 | 629.3035 |
| 2026-09-05 | 623.1129 |
| 2026-09-06 | 624.8932 |
| 2026-09-07 | 628.7363 |
| 2026-09-08 | 630.3046 |
| 2026-09-09 | 629.8826 |
| 2026-09-10 | 629.9480 |
| 2026-09-11 | 629.5460 |
| 2026-09-12 | 619.8025 |
| 2026-09-13 | 624.7237 |
| 2026-09-14 | 627.1362 |
| 2026-09-15 | 625.0656 |
| 2026-09-16 | 625.0622 |
| 2026-09-17 | 625.1264 |
| 2026-09-18 | 625.0290 |
| 2026-09-19 | 609.6935 |
| 2026-09-20 | 620.7557 |
| 2026-09-21 | 628.2674 |
| 2026-09-22 | 631.2196 |
| 2026-09-23 | 630.8625 |
| 2026-09-24 | 627.0737 |
| 2026-09-25 | 621.8996 |
High
631.2196
Low
609.6935
Average
626.7244
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.