Skip to content

USD to TJS exchange rate API

US Dollar to Somoni · quoted 2026-09-25

9.2185

▼ +1.66% over 1Y

1 USD = 9.2185 TJS · 1 TJS = 0.10848 USD · Get this rate via the API

1 USD buys 9.2185 TJS as of 2026-09-25, so 1 TJS buys 0.10848 USD. Over the last year, USD/TJS traded between 9.1910 and 9.6090, averaged 9.3186 and fell 1.66%. The API holds daily USD/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/TJS over 1Y

USD/TJS over 1Y: show the values
PointUSD/TJS
2025-09-259.3737
2025-10-029.3195
2025-10-099.3026
2025-10-169.1910
2025-10-239.2237
2025-10-309.2097
2025-11-069.2571
2025-11-139.2203
2025-11-209.2300
2025-11-279.2699
2025-12-049.1964
2025-12-129.2071
2025-12-199.2296
2025-12-269.2544
2026-01-029.2333
2026-01-099.3106
2026-01-169.3357
2026-01-239.3305
2026-01-309.3629
2026-02-069.3676
2026-02-139.4209
2026-02-209.4481
2026-02-279.4996
2026-03-069.5843
2026-03-139.6090
2026-03-209.5099
2026-03-279.5559
2026-04-039.5601
2026-04-109.5032
2026-04-179.4845
2026-04-249.4010
2026-05-019.3818
2026-05-089.3758
2026-05-169.3302
2026-05-249.2791
2026-05-319.2456
2026-06-099.3424
2026-06-169.2894
2026-06-239.2763
2026-06-309.2466
2026-07-079.2393
2026-07-149.2912
2026-07-219.2500
2026-07-289.2475
2026-08-049.2415
2026-08-119.2434
2026-08-189.2362
2026-08-269.2130
2026-09-029.2381
2026-09-099.2347
2026-09-169.2265
2026-09-239.2380

High

9.6090

Low

9.1910

Average

9.3186

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/TJS API questions

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

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

How far back does USD/TJS historical data go?

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