Skip to content

JPY to TJS exchange rate API

Yen to Somoni · quoted 2026-09-26

0.05860

▲ +1.17% over 30D

1 JPY = 0.05860 TJS · 1 TJS = 17.0654 JPY · Get this rate via the API

1 JPY buys 0.05860 TJS as of 2026-09-26, so 1 TJS buys 17.0654 JPY. Over the last 30 days, JPY/TJS traded between 0.05760 and 0.06025, averaged 0.05893 and rose 1.17%. The API holds daily JPY/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JPY/TJS over 30D

JPY/TJS over 30D: show the values
PointJPY/TJS
2026-08-270.05792
2026-08-280.05783
2026-08-290.05774
2026-08-300.05782
2026-08-310.05804
2026-09-010.05760
2026-09-020.05788
2026-09-030.05915
2026-09-040.05905
2026-09-050.05910
2026-09-060.05926
2026-09-070.05960
2026-09-080.05982
2026-09-090.06025
2026-09-100.05991
2026-09-110.05998
2026-09-120.06020
2026-09-130.06025
2026-09-140.05981
2026-09-150.05958
2026-09-160.05951
2026-09-170.05949
2026-09-180.05842
2026-09-190.05881
2026-09-200.05889
2026-09-210.05867
2026-09-220.05877
2026-09-230.05850
2026-09-240.05828
2026-09-250.05850
2026-09-260.05860

High

0.06025

Low

0.05760

Average

0.05893

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JPY/TJS API questions

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

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

How far back does JPY/TJS historical data go?

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