Skip to content

TJS to BOB exchange rate API

Somoni to Boliviano · quoted 2026-09-27

1.3165

▲ +5.17% over 30D

1 TJS = 1.3165 BOB · 1 BOB = 0.75960 TJS · Get this rate via the API

1 TJS buys 1.3165 BOB as of 2026-09-27, so 1 BOB buys 0.75960 TJS. Over the last 30 days, TJS/BOB traded between 1.0852 and 1.3687, averaged 1.2798 and rose 5.17%. The API holds daily TJS/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/BOB over 30D

TJS/BOB over 30D: show the values
PointTJS/BOB
2026-08-281.2518
2026-08-291.2683
2026-08-301.2737
2026-08-311.2712
2026-09-011.2837
2026-09-021.2917
2026-09-031.3165
2026-09-041.3153
2026-09-051.3400
2026-09-061.3465
2026-09-071.3415
2026-09-081.3440
2026-09-091.3466
2026-09-101.3547
2026-09-111.3687
2026-09-121.3032
2026-09-131.2824
2026-09-141.3458
2026-09-151.2991
2026-09-161.2894
2026-09-171.2566
2026-09-181.1029
2026-09-191.0852
2026-09-201.1226
2026-09-211.1196
2026-09-221.2060
2026-09-231.2933
2026-09-241.2452
2026-09-251.3283
2026-09-261.3257
2026-09-271.3165

High

1.3687

Low

1.0852

Average

1.2798

For developers

Get this rate via the API

One GET request returns the TJS/BOB 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=BOB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=BOB");
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=BOB").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/BOB API questions

How do I get the TJS/BOB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=BOB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/BOB rate in rates.BOB.

How far back does TJS/BOB historical data go?

Daily TJS/BOB 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/BOB 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.