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: show the values
| Point | TJS/RWF |
|---|---|
| 2025-09-27 | 155.0986 |
| 2025-10-04 | 156.1215 |
| 2025-10-11 | 156.9705 |
| 2025-10-18 | 157.3909 |
| 2025-10-25 | 156.0905 |
| 2025-11-01 | 157.2640 |
| 2025-11-08 | 157.3165 |
| 2025-11-15 | 156.9367 |
| 2025-11-22 | 157.3926 |
| 2025-11-29 | 157.1862 |
| 2025-12-06 | 158.2254 |
| 2025-12-14 | 157.4465 |
| 2025-12-21 | 157.8989 |
| 2025-12-28 | 157.3252 |
| 2026-01-04 | 157.5006 |
| 2026-01-11 | 156.5426 |
| 2026-01-18 | 156.1181 |
| 2026-01-25 | 155.5658 |
| 2026-02-01 | 154.9991 |
| 2026-02-08 | 155.3406 |
| 2026-02-15 | 154.3816 |
| 2026-02-22 | 153.9694 |
| 2026-03-01 | 153.3414 |
| 2026-03-08 | 152.1893 |
| 2026-03-15 | 152.0929 |
| 2026-03-22 | 152.4415 |
| 2026-03-29 | 152.7558 |
| 2026-04-05 | 152.7682 |
| 2026-04-12 | 153.6409 |
| 2026-04-19 | 154.9514 |
| 2026-04-26 | 155.4935 |
| 2026-05-03 | 155.7800 |
| 2026-05-10 | 157.1261 |
| 2026-05-18 | 156.7882 |
| 2026-05-26 | 158.2771 |
| 2026-06-02 | 158.6826 |
| 2026-06-11 | 157.2879 |
| 2026-06-18 | 159.4874 |
| 2026-06-25 | 158.2416 |
| 2026-07-02 | 158.4355 |
| 2026-07-09 | 158.4803 |
| 2026-07-16 | 159.2293 |
| 2026-07-23 | 159.1087 |
| 2026-07-30 | 160.0575 |
| 2026-08-06 | 159.3172 |
| 2026-08-13 | 158.9491 |
| 2026-08-21 | 159.0853 |
| 2026-08-28 | 159.1956 |
| 2026-09-04 | 159.4868 |
| 2026-09-11 | 159.6582 |
| 2026-09-18 | 159.9498 |
| 2026-09-25 | 160.0991 |
High
160.0991
Low
152.0929
Average
156.8879
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.