Skip to content

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

TND/RWF over 1Y: show the values
PointTND/RWF
2025-09-25498.9429
2025-10-02499.2043
2025-10-09495.3320
2025-10-16495.5394
2025-10-23493.5849
2025-10-30495.5578
2025-11-06491.0280
2025-11-13492.7015
2025-11-20491.4723
2025-11-27492.9626
2025-12-04496.4882
2025-12-12498.0748
2025-12-19499.5403
2025-12-26504.2019
2026-01-02505.0461
2026-01-09502.6252
2026-01-16503.2258
2026-01-23505.9228
2026-01-30513.5690
2026-02-06509.0567
2026-02-13510.8600
2026-02-20508.5337
2026-02-27509.1693
2026-03-06502.7477
2026-03-13499.4902
2026-03-20500.2443
2026-03-27498.4050
2026-04-03498.5344
2026-04-10506.8054
2026-04-17505.9790
2026-04-24506.8522
2026-05-01507.2845
2026-05-08505.4072
2026-05-16503.1590
2026-05-24502.5680
2026-05-31504.3340
2026-06-09501.5554
2026-06-16508.1467
2026-06-23498.0608
2026-06-30497.1955
2026-07-07497.1058
2026-07-14497.9669
2026-07-21499.4344
2026-07-28495.9458
2026-08-04501.8584
2026-08-11502.6611
2026-08-18503.7186
2026-08-26507.5456
2026-09-02505.0284
2026-09-09507.3170
2026-09-16505.0432
2026-09-23499.8854

High

513.5690

Low

491.0280

Average

501.5456

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=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&currencies=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.