Skip to content

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

TJS/SBD over 1Y: show the values
PointTJS/SBD
2025-09-270.88144
2025-10-040.91029
2025-10-110.90416
2025-10-180.92134
2025-10-250.89625
2025-11-010.92039
2025-11-080.92113
2025-11-150.89197
2025-11-220.89414
2025-11-290.89200
2025-12-060.89566
2025-12-140.88019
2025-12-210.88158
2025-12-280.87772
2026-01-040.87687
2026-01-110.87137
2026-01-180.86933
2026-01-250.86612
2026-02-010.85755
2026-02-080.85936
2026-02-150.85176
2026-02-220.84950
2026-03-010.84611
2026-03-080.83956
2026-03-150.83627
2026-03-220.83740
2026-03-290.83707
2026-04-050.83938
2026-04-120.84960
2026-04-190.85152
2026-04-260.85796
2026-05-030.85195
2026-05-100.86279
2026-05-180.85548
2026-05-260.86628
2026-06-020.86643
2026-06-110.86197
2026-06-180.85967
2026-06-250.86641
2026-07-020.86903
2026-07-090.86799
2026-07-160.87844
2026-07-230.87130
2026-07-300.87887
2026-08-060.87319
2026-08-130.86815
2026-08-210.86773
2026-08-280.86910
2026-09-040.86917
2026-09-110.86690
2026-09-180.86828
2026-09-250.87025

High

0.92134

Low

0.83627

Average

0.87064

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=SBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=SBD");
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=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&currencies=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.