Skip to content

TJS to RWF exchange rate API

Somoni to Rwanda Franc · quoted 2026-09-27

159.5791

▲ +27.49% over 5Y

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 5 years, TJS/RWF traded between 125.1704 and 159.6152, averaged 146.0327 and rose 27.49%. 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 5Y

TJS/RWF over 5Y: show the values
PointTJS/RWF
2024-08-24125.1704
2024-10-07127.7871
2024-11-06128.1496
2024-12-06126.7735
2025-01-05126.1149
2025-02-04130.3071
2025-03-06128.8748
2025-04-06129.8116
2025-05-06136.2365
2025-06-07143.5497
2025-07-07147.8248
2025-08-06153.2748
2025-09-05152.7580
2025-10-06155.8478
2025-11-05157.1488
2025-12-05158.0647
2026-01-05157.5876
2026-02-04156.8109
2026-03-06152.3535
2026-04-05152.7682
2026-05-05155.9833
2026-06-06156.9470
2026-07-08158.3343
2026-08-07159.1768
2026-09-07159.6152

High

159.6152

Low

125.1704

Average

146.0327

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.