Skip to content

BOB to TJS exchange rate API

Boliviano to Somoni · quoted 2026-09-27

0.75960

▼ +43.07% over YTD

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 year to date, BOB/TJS traded between 0.74303 and 1.3888, averaged 1.1875 and fell 43.07%. 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 YTD

BOB/TJS over YTD: show the values
PointBOB/TJS
2025-12-311.33429
2026-01-071.33603
2026-01-141.34838
2026-01-211.34915
2026-01-281.34672
2026-02-041.34696
2026-02-111.35839
2026-02-181.36629
2026-02-251.36713
2026-03-041.38193
2026-03-111.38493
2026-03-181.38722
2026-03-251.38393
2026-04-011.38876
2026-04-081.37147
2026-04-151.37041
2026-04-221.36032
2026-04-291.35748
2026-05-061.35320
2026-05-141.35172
2026-05-211.34579
2026-05-291.33566
2026-06-051.34381
2026-06-141.34748
2026-06-211.34381
2026-06-281.33943
2026-07-051.33900
2026-07-120.91872
2026-07-190.86377
2026-07-260.82395
2026-08-020.76425
2026-08-090.77897
2026-08-160.79661
2026-08-240.79880
2026-08-310.78668
2026-09-070.74541
2026-09-140.74303
2026-09-210.89318

High

1.3888

Low

0.74303

Average

1.1875

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.