Skip to content

TJS to BOB exchange rate API

Somoni to Boliviano · quoted 2026-09-27

1.3165

▲ +75.66% over YTD

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 year to date, TJS/BOB traded between 0.72006 and 1.3458, averaged 0.89368 and rose 75.66%. 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 YTD

TJS/BOB over YTD: show the values
PointTJS/BOB
2025-12-310.7495
2026-01-070.7485
2026-01-140.7416
2026-01-210.7412
2026-01-280.7425
2026-02-040.7424
2026-02-110.7362
2026-02-180.7319
2026-02-250.7315
2026-03-040.7236
2026-03-110.7221
2026-03-180.7209
2026-03-250.7226
2026-04-010.7201
2026-04-080.7291
2026-04-150.7297
2026-04-220.7351
2026-04-290.7367
2026-05-060.7390
2026-05-140.7398
2026-05-210.7431
2026-05-290.7487
2026-06-050.7442
2026-06-140.7421
2026-06-210.7441
2026-06-280.7466
2026-07-050.7468
2026-07-121.0885
2026-07-191.1577
2026-07-261.2137
2026-08-021.3085
2026-08-091.2837
2026-08-161.2553
2026-08-241.2519
2026-08-311.2712
2026-09-071.3415
2026-09-141.3458
2026-09-211.1196

High

1.3458

Low

0.72006

Average

0.89368

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.