Skip to content

PLN to TJS exchange rate API

Zloty to Somoni · quoted 2026-09-27

2.4097

▼ +5.92% over 1Y

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

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

PLN/TJS over 1Y

PLN/TJS over 1Y: show the values
PointPLN/TJS
2025-09-272.5615
2025-10-042.5605
2025-10-112.5142
2025-10-182.5335
2025-10-252.5475
2025-11-012.5044
2025-11-082.5172
2025-11-152.5402
2025-11-222.5038
2025-11-292.5279
2025-12-062.5259
2025-12-142.5684
2025-12-212.5665
2025-12-282.5837
2026-01-042.5728
2026-01-112.5688
2026-01-182.5597
2026-01-252.6344
2026-02-012.6413
2026-02-082.6249
2026-02-152.6618
2026-02-222.6440
2026-03-012.6523
2026-03-082.5916
2026-03-152.5651
2026-03-222.5900
2026-03-292.5681
2026-04-052.5756
2026-04-122.6069
2026-04-192.6248
2026-04-262.5905
2026-05-032.5927
2026-05-102.5845
2026-05-182.5655
2026-05-262.5421
2026-06-022.5406
2026-06-112.5307
2026-06-182.4957
2026-06-252.4510
2026-07-022.4586
2026-07-092.4582
2026-07-162.4391
2026-07-232.4319
2026-07-302.4450
2026-08-062.4757
2026-08-132.4796
2026-08-212.5123
2026-08-282.4795
2026-09-042.4853
2026-09-112.4761
2026-09-182.4225
2026-09-252.4045

High

2.6618

Low

2.4045

Average

2.5379

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PLN/TJS API questions

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

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

How far back does PLN/TJS historical data go?

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