TJS to SBD exchange rate API
Somoni to Solomon Islands Dollar · quoted 2026-09-27
0.86982
▼ +1.32% over 1Y
1 TJS = 0.86982 SBD · 1 SBD = 1.1497 TJS · Get this rate via the API
1 TJS buys 0.86982 SBD as of 2026-09-27, so 1 SBD buys 1.1497 TJS. Over the last year, TJS/SBD traded between 0.83627 and 0.92134, averaged 0.87064 and fell 1.32%. The API holds daily TJS/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/SBD over 1Y: show the values
| Point | TJS/SBD |
|---|---|
| 2025-09-27 | 0.88144 |
| 2025-10-04 | 0.91029 |
| 2025-10-11 | 0.90416 |
| 2025-10-18 | 0.92134 |
| 2025-10-25 | 0.89625 |
| 2025-11-01 | 0.92039 |
| 2025-11-08 | 0.92113 |
| 2025-11-15 | 0.89197 |
| 2025-11-22 | 0.89414 |
| 2025-11-29 | 0.89200 |
| 2025-12-06 | 0.89566 |
| 2025-12-14 | 0.88019 |
| 2025-12-21 | 0.88158 |
| 2025-12-28 | 0.87772 |
| 2026-01-04 | 0.87687 |
| 2026-01-11 | 0.87137 |
| 2026-01-18 | 0.86933 |
| 2026-01-25 | 0.86612 |
| 2026-02-01 | 0.85755 |
| 2026-02-08 | 0.85936 |
| 2026-02-15 | 0.85176 |
| 2026-02-22 | 0.84950 |
| 2026-03-01 | 0.84611 |
| 2026-03-08 | 0.83956 |
| 2026-03-15 | 0.83627 |
| 2026-03-22 | 0.83740 |
| 2026-03-29 | 0.83707 |
| 2026-04-05 | 0.83938 |
| 2026-04-12 | 0.84960 |
| 2026-04-19 | 0.85152 |
| 2026-04-26 | 0.85796 |
| 2026-05-03 | 0.85195 |
| 2026-05-10 | 0.86279 |
| 2026-05-18 | 0.85548 |
| 2026-05-26 | 0.86628 |
| 2026-06-02 | 0.86643 |
| 2026-06-11 | 0.86197 |
| 2026-06-18 | 0.85967 |
| 2026-06-25 | 0.86641 |
| 2026-07-02 | 0.86903 |
| 2026-07-09 | 0.86799 |
| 2026-07-16 | 0.87844 |
| 2026-07-23 | 0.87130 |
| 2026-07-30 | 0.87887 |
| 2026-08-06 | 0.87319 |
| 2026-08-13 | 0.86815 |
| 2026-08-21 | 0.86773 |
| 2026-08-28 | 0.86910 |
| 2026-09-04 | 0.86917 |
| 2026-09-11 | 0.86690 |
| 2026-09-18 | 0.86828 |
| 2026-09-25 | 0.87025 |
High
0.92134
Low
0.83627
Average
0.87064
Get this rate via the API
One GET request returns the TJS/SBD 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=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=SBD").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/SBD API questions
How do I get the TJS/SBD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=SBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/SBD rate in rates.SBD.
How far back does TJS/SBD historical data go?
Daily TJS/SBD 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/SBD 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.