TND to RWF exchange rate API
Tunisian Dinar to Rwanda Franc · quoted 2026-09-25
498.9959
▲ +0.01% over 1Y
1 TND = 498.9959 RWF · 1 RWF = 0.002004 TND · Get this rate via the API
1 TND buys 498.9959 RWF as of 2026-09-25, so 1 RWF buys 0.002004 TND. Over the last year, TND/RWF traded between 491.0280 and 513.5690, averaged 501.5456 and rose 0.01%. The API holds daily TND/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/RWF over 1Y: show the values
| Point | TND/RWF |
|---|---|
| 2025-09-25 | 498.9429 |
| 2025-10-02 | 499.2043 |
| 2025-10-09 | 495.3320 |
| 2025-10-16 | 495.5394 |
| 2025-10-23 | 493.5849 |
| 2025-10-30 | 495.5578 |
| 2025-11-06 | 491.0280 |
| 2025-11-13 | 492.7015 |
| 2025-11-20 | 491.4723 |
| 2025-11-27 | 492.9626 |
| 2025-12-04 | 496.4882 |
| 2025-12-12 | 498.0748 |
| 2025-12-19 | 499.5403 |
| 2025-12-26 | 504.2019 |
| 2026-01-02 | 505.0461 |
| 2026-01-09 | 502.6252 |
| 2026-01-16 | 503.2258 |
| 2026-01-23 | 505.9228 |
| 2026-01-30 | 513.5690 |
| 2026-02-06 | 509.0567 |
| 2026-02-13 | 510.8600 |
| 2026-02-20 | 508.5337 |
| 2026-02-27 | 509.1693 |
| 2026-03-06 | 502.7477 |
| 2026-03-13 | 499.4902 |
| 2026-03-20 | 500.2443 |
| 2026-03-27 | 498.4050 |
| 2026-04-03 | 498.5344 |
| 2026-04-10 | 506.8054 |
| 2026-04-17 | 505.9790 |
| 2026-04-24 | 506.8522 |
| 2026-05-01 | 507.2845 |
| 2026-05-08 | 505.4072 |
| 2026-05-16 | 503.1590 |
| 2026-05-24 | 502.5680 |
| 2026-05-31 | 504.3340 |
| 2026-06-09 | 501.5554 |
| 2026-06-16 | 508.1467 |
| 2026-06-23 | 498.0608 |
| 2026-06-30 | 497.1955 |
| 2026-07-07 | 497.1058 |
| 2026-07-14 | 497.9669 |
| 2026-07-21 | 499.4344 |
| 2026-07-28 | 495.9458 |
| 2026-08-04 | 501.8584 |
| 2026-08-11 | 502.6611 |
| 2026-08-18 | 503.7186 |
| 2026-08-26 | 507.5456 |
| 2026-09-02 | 505.0284 |
| 2026-09-09 | 507.3170 |
| 2026-09-16 | 505.0432 |
| 2026-09-23 | 499.8854 |
High
513.5690
Low
491.0280
Average
501.5456
Get this rate via the API
One GET request returns the TND/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=TND¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=RWF").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/RWF API questions
How do I get the TND/RWF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/RWF rate in rates.RWF.
How far back does TND/RWF historical data go?
Daily TND/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 TND/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.