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: show the values
| Point | TJS/BOB |
|---|---|
| 2025-09-27 | 0.7385 |
| 2025-10-04 | 0.7450 |
| 2025-10-11 | 0.7488 |
| 2025-10-18 | 0.7499 |
| 2025-10-25 | 0.7430 |
| 2025-11-01 | 0.7486 |
| 2025-11-08 | 0.7492 |
| 2025-11-15 | 0.7479 |
| 2025-11-22 | 0.7490 |
| 2025-11-29 | 0.7475 |
| 2025-12-06 | 0.7529 |
| 2025-12-14 | 0.7488 |
| 2025-12-21 | 0.7505 |
| 2025-12-28 | 0.7482 |
| 2026-01-04 | 0.7491 |
| 2026-01-11 | 0.7454 |
| 2026-01-18 | 0.7424 |
| 2026-01-25 | 0.7394 |
| 2026-02-01 | 0.7372 |
| 2026-02-08 | 0.7369 |
| 2026-02-15 | 0.7322 |
| 2026-02-22 | 0.7283 |
| 2026-03-01 | 0.7277 |
| 2026-03-08 | 0.7209 |
| 2026-03-15 | 0.7212 |
| 2026-03-22 | 0.7235 |
| 2026-03-29 | 0.7238 |
| 2026-04-05 | 0.7226 |
| 2026-04-12 | 0.7270 |
| 2026-04-19 | 0.7328 |
| 2026-04-26 | 0.7351 |
| 2026-05-03 | 0.7367 |
| 2026-05-10 | 0.7406 |
| 2026-05-18 | 0.7407 |
| 2026-05-26 | 0.7466 |
| 2026-06-02 | 0.7487 |
| 2026-06-11 | 0.7413 |
| 2026-06-18 | 0.7468 |
| 2026-06-25 | 0.7451 |
| 2026-07-02 | 0.7498 |
| 2026-07-09 | 1.0698 |
| 2026-07-16 | 1.1276 |
| 2026-07-23 | 1.1735 |
| 2026-07-30 | 1.2314 |
| 2026-08-06 | 1.3145 |
| 2026-08-13 | 1.2745 |
| 2026-08-21 | 1.2483 |
| 2026-08-28 | 1.2518 |
| 2026-09-04 | 1.3153 |
| 2026-09-11 | 1.3687 |
| 2026-09-18 | 1.1029 |
| 2026-09-25 | 1.3283 |
High
1.3687
Low
0.72092
Average
0.86288
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=BOB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=BOB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.