Skip to content

TJS to SBD exchange rate API

Somoni to Solomon Islands Dollar · quoted 2026-09-27

0.86982

▲ +9.44% over 5Y

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 5 years, TJS/SBD traded between 0.76565 and 0.88902, averaged 0.83664 and rose 9.44%. 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 5Y

TJS/SBD over 5Y: show the values
PointTJS/SBD
2024-08-240.79482
2024-10-070.77874
2024-11-060.78587
2024-12-060.76678
2025-01-050.76565
2025-02-040.77482
2025-03-060.77941
2025-04-060.78239
2025-05-060.80315
2025-06-070.84450
2025-07-070.85728
2025-08-060.87630
2025-09-050.87134
2025-10-060.87960
2025-11-050.88430
2025-12-050.88902
2026-01-050.87894
2026-02-040.86848
2026-03-060.84334
2026-04-050.83938
2026-05-050.85372
2026-06-060.86159
2026-07-080.86352
2026-08-070.87231
2026-09-070.86760

High

0.88902

Low

0.76565

Average

0.83664

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.