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: show the values
| Point | BOB/TJS |
|---|---|
| 2025-09-27 | 1.35412 |
| 2025-10-04 | 1.34222 |
| 2025-10-11 | 1.33544 |
| 2025-10-18 | 1.33348 |
| 2025-10-25 | 1.34586 |
| 2025-11-01 | 1.33587 |
| 2025-11-08 | 1.33484 |
| 2025-11-15 | 1.33703 |
| 2025-11-22 | 1.33520 |
| 2025-11-29 | 1.33779 |
| 2025-12-06 | 1.32811 |
| 2025-12-14 | 1.33548 |
| 2025-12-21 | 1.33251 |
| 2025-12-28 | 1.33648 |
| 2026-01-04 | 1.33499 |
| 2026-01-11 | 1.34162 |
| 2026-01-18 | 1.34701 |
| 2026-01-25 | 1.35243 |
| 2026-02-01 | 1.35646 |
| 2026-02-08 | 1.35708 |
| 2026-02-15 | 1.36581 |
| 2026-02-22 | 1.37298 |
| 2026-03-01 | 1.37417 |
| 2026-03-08 | 1.38711 |
| 2026-03-15 | 1.38660 |
| 2026-03-22 | 1.38213 |
| 2026-03-29 | 1.38153 |
| 2026-04-05 | 1.38394 |
| 2026-04-12 | 1.37548 |
| 2026-04-19 | 1.36469 |
| 2026-04-26 | 1.36034 |
| 2026-05-03 | 1.35746 |
| 2026-05-10 | 1.35021 |
| 2026-05-18 | 1.35016 |
| 2026-05-26 | 1.33933 |
| 2026-06-02 | 1.33572 |
| 2026-06-11 | 1.34907 |
| 2026-06-18 | 1.33912 |
| 2026-06-25 | 1.34203 |
| 2026-07-02 | 1.33376 |
| 2026-07-09 | 0.93476 |
| 2026-07-16 | 0.88683 |
| 2026-07-23 | 0.85213 |
| 2026-07-30 | 0.81210 |
| 2026-08-06 | 0.76073 |
| 2026-08-13 | 0.78462 |
| 2026-08-21 | 0.80109 |
| 2026-08-28 | 0.79884 |
| 2026-09-04 | 0.76031 |
| 2026-09-11 | 0.73062 |
| 2026-09-18 | 0.90666 |
| 2026-09-25 | 0.75284 |
High
1.3871
Low
0.73062
Average
1.2186
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.