Skip to content

TJS to RWF exchange rate API

Somoni to Rwanda Franc · quoted 2026-09-27

159.5791

▲ +2.89% over 1Y

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 year, TJS/RWF traded between 152.0929 and 160.0991, averaged 156.8879 and rose 2.89%. 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 1Y

TJS/RWF over 1Y: show the values
PointTJS/RWF
2025-09-27155.0986
2025-10-04156.1215
2025-10-11156.9705
2025-10-18157.3909
2025-10-25156.0905
2025-11-01157.2640
2025-11-08157.3165
2025-11-15156.9367
2025-11-22157.3926
2025-11-29157.1862
2025-12-06158.2254
2025-12-14157.4465
2025-12-21157.8989
2025-12-28157.3252
2026-01-04157.5006
2026-01-11156.5426
2026-01-18156.1181
2026-01-25155.5658
2026-02-01154.9991
2026-02-08155.3406
2026-02-15154.3816
2026-02-22153.9694
2026-03-01153.3414
2026-03-08152.1893
2026-03-15152.0929
2026-03-22152.4415
2026-03-29152.7558
2026-04-05152.7682
2026-04-12153.6409
2026-04-19154.9514
2026-04-26155.4935
2026-05-03155.7800
2026-05-10157.1261
2026-05-18156.7882
2026-05-26158.2771
2026-06-02158.6826
2026-06-11157.2879
2026-06-18159.4874
2026-06-25158.2416
2026-07-02158.4355
2026-07-09158.4803
2026-07-16159.2293
2026-07-23159.1087
2026-07-30160.0575
2026-08-06159.3172
2026-08-13158.9491
2026-08-21159.0853
2026-08-28159.1956
2026-09-04159.4868
2026-09-11159.6582
2026-09-18159.9498
2026-09-25160.0991

High

160.0991

Low

152.0929

Average

156.8879

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.