Skip to content

TJS to RWF exchange rate API

Somoni to Rwanda Franc · quoted 2026-09-27

159.5791

▲ +4.39% over 6M

1 TJS = 159.5791 RWF · 1 RWF = 0.006266 TJS · Get this rate via the API

1 TJS buys 159.5791 RWF as of 2026-09-27, so 1 RWF buys 0.006266 TJS. Over the last 6 months, TJS/RWF traded between 152.8722 and 159.5791, averaged 157.7140 and rose 4.39%. The API holds daily TJS/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/RWF over 6M

TJS/RWF over 6M: show the values
PointTJS/RWF
2026-03-31152.8722
2026-04-07152.9917
2026-04-14154.2144
2026-04-21154.5724
2026-04-28156.0284
2026-05-05155.9833
2026-05-12156.4451
2026-05-20157.3466
2026-05-28159.2434
2026-06-04158.0811
2026-06-13157.0391
2026-06-20157.9002
2026-06-27158.3774
2026-07-04158.0734
2026-07-11158.8533
2026-07-18159.3591
2026-07-25158.5257
2026-08-01158.9263
2026-08-08159.2205
2026-08-15159.1881
2026-08-23159.1693
2026-08-30158.9248
2026-09-06159.1308
2026-09-13159.1676
2026-09-20159.4854
2026-09-27159.5791

High

159.5791

Low

152.8722

Average

157.7140

For developers

Get this rate via the API

One GET request returns the TJS/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=TJS&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&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=TJS&currencies=RWF").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/RWF API questions

How do I get the TJS/RWF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/RWF rate in rates.RWF.

How far back does TJS/RWF historical data go?

Daily TJS/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 TJS/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.