Skip to content

TJS to PLN exchange rate API

Somoni to Zloty · quoted 2026-09-27

0.41499

▲ +6.30% over 1Y

1 TJS = 0.41499 PLN · 1 PLN = 2.4097 TJS · Get this rate via the API

1 TJS buys 0.41499 PLN as of 2026-09-27, so 1 PLN buys 2.4097 TJS. Over the last year, TJS/PLN traded between 0.37568 and 0.41589, averaged 0.39429 and rose 6.30%. The API holds daily TJS/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/PLN over 1Y

TJS/PLN over 1Y: show the values
PointTJS/PLN
2025-09-270.39040
2025-10-040.39055
2025-10-110.39774
2025-10-180.39472
2025-10-250.39254
2025-11-010.39930
2025-11-080.39726
2025-11-150.39367
2025-11-220.39940
2025-11-290.39559
2025-12-060.39589
2025-12-140.38935
2025-12-210.38963
2025-12-280.38704
2026-01-040.38869
2026-01-110.38929
2026-01-180.39067
2026-01-250.37960
2026-02-010.37860
2026-02-080.38096
2026-02-150.37568
2026-02-220.37821
2026-03-010.37704
2026-03-080.38586
2026-03-150.38985
2026-03-220.38611
2026-03-290.38939
2026-04-050.38826
2026-04-120.38360
2026-04-190.38098
2026-04-260.38602
2026-05-030.38570
2026-05-100.38692
2026-05-180.38978
2026-05-260.39338
2026-06-020.39360
2026-06-110.39515
2026-06-180.40068
2026-06-250.40800
2026-07-020.40673
2026-07-090.40681
2026-07-160.40998
2026-07-230.41120
2026-07-300.40901
2026-08-060.40392
2026-08-130.40330
2026-08-210.39804
2026-08-280.40331
2026-09-040.40237
2026-09-110.40386
2026-09-180.41280
2026-09-250.41589

High

0.41589

Low

0.37568

Average

0.39429

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/PLN API questions

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

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

How far back does TJS/PLN historical data go?

Daily TJS/PLN 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/PLN 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.