TJS to RWF exchange rate API
Somoni to Rwanda Franc · quoted 2026-09-27
159.5791
▲ +0.24% over 30D
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 30 days, TJS/RWF traded between 158.3553 and 160.0991, averaged 159.3764 and rose 0.24%. 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 30D: show the values
| Point | TJS/RWF |
|---|---|
| 2026-08-28 | 159.1956 |
| 2026-08-29 | 159.1897 |
| 2026-08-30 | 158.9248 |
| 2026-08-31 | 158.6447 |
| 2026-09-01 | 159.6161 |
| 2026-09-02 | 159.5856 |
| 2026-09-03 | 159.5327 |
| 2026-09-04 | 159.4868 |
| 2026-09-05 | 159.2928 |
| 2026-09-06 | 159.1308 |
| 2026-09-07 | 159.6152 |
| 2026-09-08 | 159.5512 |
| 2026-09-09 | 159.2549 |
| 2026-09-10 | 159.5547 |
| 2026-09-11 | 159.6582 |
| 2026-09-12 | 158.6566 |
| 2026-09-13 | 159.1676 |
| 2026-09-14 | 159.1397 |
| 2026-09-15 | 159.4786 |
| 2026-09-16 | 159.6020 |
| 2026-09-17 | 158.7885 |
| 2026-09-18 | 159.9498 |
| 2026-09-19 | 158.3553 |
| 2026-09-20 | 159.4854 |
| 2026-09-21 | 159.0263 |
| 2026-09-22 | 159.3183 |
| 2026-09-23 | 159.6504 |
| 2026-09-24 | 159.8961 |
| 2026-09-25 | 160.0991 |
| 2026-09-26 | 160.0383 |
| 2026-09-27 | 159.5791 |
High
160.0991
Low
158.3553
Average
159.3764
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.