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: show the values
| Point | BOB/TJS |
|---|---|
| 2025-12-31 | 1.33429 |
| 2026-01-07 | 1.33603 |
| 2026-01-14 | 1.34838 |
| 2026-01-21 | 1.34915 |
| 2026-01-28 | 1.34672 |
| 2026-02-04 | 1.34696 |
| 2026-02-11 | 1.35839 |
| 2026-02-18 | 1.36629 |
| 2026-02-25 | 1.36713 |
| 2026-03-04 | 1.38193 |
| 2026-03-11 | 1.38493 |
| 2026-03-18 | 1.38722 |
| 2026-03-25 | 1.38393 |
| 2026-04-01 | 1.38876 |
| 2026-04-08 | 1.37147 |
| 2026-04-15 | 1.37041 |
| 2026-04-22 | 1.36032 |
| 2026-04-29 | 1.35748 |
| 2026-05-06 | 1.35320 |
| 2026-05-14 | 1.35172 |
| 2026-05-21 | 1.34579 |
| 2026-05-29 | 1.33566 |
| 2026-06-05 | 1.34381 |
| 2026-06-14 | 1.34748 |
| 2026-06-21 | 1.34381 |
| 2026-06-28 | 1.33943 |
| 2026-07-05 | 1.33900 |
| 2026-07-12 | 0.91872 |
| 2026-07-19 | 0.86377 |
| 2026-07-26 | 0.82395 |
| 2026-08-02 | 0.76425 |
| 2026-08-09 | 0.77897 |
| 2026-08-16 | 0.79661 |
| 2026-08-24 | 0.79880 |
| 2026-08-31 | 0.78668 |
| 2026-09-07 | 0.74541 |
| 2026-09-14 | 0.74303 |
| 2026-09-21 | 0.89318 |
High
1.3888
Low
0.74303
Average
1.1875
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=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¤cies=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.