Skip to content

INR to TJS exchange rate API

Indian Rupee to Somoni · quoted 2026-09-24

0.09623

▼ +8.63% over 1Y

1 INR = 0.09623 TJS · 1 TJS = 10.3913 INR · Get this rate via the API

1 INR buys 0.09623 TJS as of 2026-09-24, so 1 TJS buys 10.3913 INR. Over the last year, INR/TJS traded between 0.09557 and 0.10568, averaged 0.10078 and fell 8.63%. The API holds daily INR/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/TJS over 1Y

INR/TJS over 1Y: show the values
PointINR/TJS
2025-09-240.10532
2025-10-010.10568
2025-10-080.10456
2025-10-150.10437
2025-10-220.10376
2025-10-290.10473
2025-11-050.10412
2025-11-120.10455
2025-11-190.10463
2025-11-260.10355
2025-12-030.10275
2025-12-110.10200
2025-12-180.10182
2025-12-250.10303
2026-01-010.10276
2026-01-080.10340
2026-01-150.10305
2026-01-220.10202
2026-01-290.10172
2026-02-050.10354
2026-02-120.10389
2026-02-190.10364
2026-02-260.10386
2026-03-050.10451
2026-03-120.10426
2026-03-190.10310
2026-03-260.10205
2026-04-020.10275
2026-04-090.10251
2026-04-160.10109
2026-04-230.10039
2026-04-300.09880
2026-05-070.09917
2026-05-150.09739
2026-05-230.09692
2026-05-300.09727
2026-06-060.09820
2026-06-150.09820
2026-06-220.09816
2026-06-290.09810
2026-07-060.09716
2026-07-130.09694
2026-07-200.09557
2026-07-270.09619
2026-08-030.09674
2026-08-100.09655
2026-08-170.09639
2026-08-250.09680
2026-09-010.09717
2026-09-080.09734
2026-09-150.09625
2026-09-220.09662

High

0.10568

Low

0.09557

Average

0.10078

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/TJS API questions

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

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

How far back does INR/TJS historical data go?

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