Skip to content

BOB to TJS exchange rate API

Boliviano to Somoni · quoted 2026-09-27

0.75960

▼ +43.90% over 1Y

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

1 BOB buys 0.75960 TJS as of 2026-09-27, so 1 TJS buys 1.3165 BOB. Over the last year, BOB/TJS traded between 0.73062 and 1.3871, averaged 1.2186 and fell 43.90%. The API holds daily BOB/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BOB/TJS over 1Y

BOB/TJS over 1Y: show the values
PointBOB/TJS
2025-09-271.35412
2025-10-041.34222
2025-10-111.33544
2025-10-181.33348
2025-10-251.34586
2025-11-011.33587
2025-11-081.33484
2025-11-151.33703
2025-11-221.33520
2025-11-291.33779
2025-12-061.32811
2025-12-141.33548
2025-12-211.33251
2025-12-281.33648
2026-01-041.33499
2026-01-111.34162
2026-01-181.34701
2026-01-251.35243
2026-02-011.35646
2026-02-081.35708
2026-02-151.36581
2026-02-221.37298
2026-03-011.37417
2026-03-081.38711
2026-03-151.38660
2026-03-221.38213
2026-03-291.38153
2026-04-051.38394
2026-04-121.37548
2026-04-191.36469
2026-04-261.36034
2026-05-031.35746
2026-05-101.35021
2026-05-181.35016
2026-05-261.33933
2026-06-021.33572
2026-06-111.34907
2026-06-181.33912
2026-06-251.34203
2026-07-021.33376
2026-07-090.93476
2026-07-160.88683
2026-07-230.85213
2026-07-300.81210
2026-08-060.76073
2026-08-130.78462
2026-08-210.80109
2026-08-280.79884
2026-09-040.76031
2026-09-110.73062
2026-09-180.90666
2026-09-250.75284

High

1.3871

Low

0.73062

Average

1.2186

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=TJS").json()

Replace YOUR_API_KEY with the key from your dashboard.

BOB/TJS API questions

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

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

How far back does BOB/TJS historical data go?

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