Skip to content

BYN to TJS exchange rate API

Belarussian Ruble to Somoni · quoted 2026-09-27

3.0574

▲ +10.82% over 1Y

1 BYN = 3.0574 TJS · 1 TJS = 0.32707 BYN · Get this rate via the API

1 BYN buys 3.0574 TJS as of 2026-09-27, so 1 TJS buys 0.32707 BYN. Over the last year, BYN/TJS traded between 2.7018 and 3.3816, averaged 3.1287 and rose 10.82%. The API holds daily BYN/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BYN/TJS over 1Y

BYN/TJS over 1Y: show the values
PointBYN/TJS
2025-09-272.7588
2025-10-042.7324
2025-10-112.7100
2025-10-182.7083
2025-10-252.7281
2025-11-012.7118
2025-11-082.7058
2025-11-152.7096
2025-11-222.7018
2025-11-293.1244
2025-12-063.1969
2025-12-143.1364
2025-12-213.1408
2025-12-283.1737
2026-01-043.1486
2026-01-113.1755
2026-01-183.2328
2026-01-253.3150
2026-02-013.3004
2026-02-083.2660
2026-02-153.2999
2026-02-223.3071
2026-03-013.2868
2026-03-083.2620
2026-03-153.2477
2026-03-223.1698
2026-03-293.2182
2026-04-053.2427
2026-04-123.3116
2026-04-193.3201
2026-04-263.3183
2026-05-033.3239
2026-05-103.3015
2026-05-183.3755
2026-05-263.3524
2026-06-023.3410
2026-06-113.3816
2026-06-183.3484
2026-06-253.2763
2026-07-023.1819
2026-07-093.2312
2026-07-163.1909
2026-07-233.2039
2026-07-303.1519
2026-08-063.1141
2026-08-133.0865
2026-08-213.0602
2026-08-283.0644
2026-09-042.9942
2026-09-113.0413
2026-09-183.0417
2026-09-253.0389

High

3.3816

Low

2.7018

Average

3.1287

For developers

Get this rate via the API

One GET request returns the BYN/TJS 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=BYN&currencies=TJS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=TJS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=TJS").json()

Replace YOUR_API_KEY with the key from your dashboard.

BYN/TJS API questions

How do I get the BYN/TJS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=TJS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BYN/TJS rate in rates.TJS.

How far back does BYN/TJS historical data go?

Daily BYN/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 BYN/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.