Skip to content

TJS to BOB exchange rate API

Somoni to Boliviano · quoted 2026-09-27

1.3165

▲ +78.27% over 1Y

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 year, TJS/BOB traded between 0.72092 and 1.3687, averaged 0.86288 and rose 78.27%. 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 1Y

TJS/BOB over 1Y: show the values
PointTJS/BOB
2025-09-270.7385
2025-10-040.7450
2025-10-110.7488
2025-10-180.7499
2025-10-250.7430
2025-11-010.7486
2025-11-080.7492
2025-11-150.7479
2025-11-220.7490
2025-11-290.7475
2025-12-060.7529
2025-12-140.7488
2025-12-210.7505
2025-12-280.7482
2026-01-040.7491
2026-01-110.7454
2026-01-180.7424
2026-01-250.7394
2026-02-010.7372
2026-02-080.7369
2026-02-150.7322
2026-02-220.7283
2026-03-010.7277
2026-03-080.7209
2026-03-150.7212
2026-03-220.7235
2026-03-290.7238
2026-04-050.7226
2026-04-120.7270
2026-04-190.7328
2026-04-260.7351
2026-05-030.7367
2026-05-100.7406
2026-05-180.7407
2026-05-260.7466
2026-06-020.7487
2026-06-110.7413
2026-06-180.7468
2026-06-250.7451
2026-07-020.7498
2026-07-091.0698
2026-07-161.1276
2026-07-231.1735
2026-07-301.2314
2026-08-061.3145
2026-08-131.2745
2026-08-211.2483
2026-08-281.2518
2026-09-041.3153
2026-09-111.3687
2026-09-181.1029
2026-09-251.3283

High

1.3687

Low

0.72092

Average

0.86288

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.