Skip to content

TJS to RWF exchange rate API

Somoni to Rwanda Franc · quoted 2026-09-27

159.5791

▲ +1.55% over YTD

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 year to date, TJS/RWF traded between 152.3264 and 159.6152, averaged 156.7560 and rose 1.55%. 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 YTD

TJS/RWF over YTD: show the values
PointTJS/RWF
2025-12-31157.1421
2026-01-07157.4430
2026-01-14156.0842
2026-01-21156.1762
2026-01-28156.2026
2026-02-04156.8109
2026-02-11155.0402
2026-02-18154.3371
2026-02-25154.3943
2026-03-04152.9636
2026-03-11152.4939
2026-03-18152.6155
2026-03-25152.6099
2026-04-01152.3264
2026-04-08154.5849
2026-04-15154.6422
2026-04-22155.6732
2026-04-29155.7350
2026-05-06156.3799
2026-05-14156.5406
2026-05-21157.3237
2026-05-29158.9882
2026-06-05157.3268
2026-06-14157.2455
2026-06-21157.4040
2026-06-28158.2667
2026-07-05158.0901
2026-07-12158.5962
2026-07-19158.9369
2026-07-26158.6824
2026-08-02159.0010
2026-08-09159.0023
2026-08-16158.9760
2026-08-24159.4445
2026-08-31158.6447
2026-09-07159.6152
2026-09-14159.1397
2026-09-21159.0263

High

159.6152

Low

152.3264

Average

156.7560

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.