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: show the values
| Point | PLN/TJS |
|---|---|
| 2025-09-27 | 2.5615 |
| 2025-10-04 | 2.5605 |
| 2025-10-11 | 2.5142 |
| 2025-10-18 | 2.5335 |
| 2025-10-25 | 2.5475 |
| 2025-11-01 | 2.5044 |
| 2025-11-08 | 2.5172 |
| 2025-11-15 | 2.5402 |
| 2025-11-22 | 2.5038 |
| 2025-11-29 | 2.5279 |
| 2025-12-06 | 2.5259 |
| 2025-12-14 | 2.5684 |
| 2025-12-21 | 2.5665 |
| 2025-12-28 | 2.5837 |
| 2026-01-04 | 2.5728 |
| 2026-01-11 | 2.5688 |
| 2026-01-18 | 2.5597 |
| 2026-01-25 | 2.6344 |
| 2026-02-01 | 2.6413 |
| 2026-02-08 | 2.6249 |
| 2026-02-15 | 2.6618 |
| 2026-02-22 | 2.6440 |
| 2026-03-01 | 2.6523 |
| 2026-03-08 | 2.5916 |
| 2026-03-15 | 2.5651 |
| 2026-03-22 | 2.5900 |
| 2026-03-29 | 2.5681 |
| 2026-04-05 | 2.5756 |
| 2026-04-12 | 2.6069 |
| 2026-04-19 | 2.6248 |
| 2026-04-26 | 2.5905 |
| 2026-05-03 | 2.5927 |
| 2026-05-10 | 2.5845 |
| 2026-05-18 | 2.5655 |
| 2026-05-26 | 2.5421 |
| 2026-06-02 | 2.5406 |
| 2026-06-11 | 2.5307 |
| 2026-06-18 | 2.4957 |
| 2026-06-25 | 2.4510 |
| 2026-07-02 | 2.4586 |
| 2026-07-09 | 2.4582 |
| 2026-07-16 | 2.4391 |
| 2026-07-23 | 2.4319 |
| 2026-07-30 | 2.4450 |
| 2026-08-06 | 2.4757 |
| 2026-08-13 | 2.4796 |
| 2026-08-21 | 2.5123 |
| 2026-08-28 | 2.4795 |
| 2026-09-04 | 2.4853 |
| 2026-09-11 | 2.4761 |
| 2026-09-18 | 2.4225 |
| 2026-09-25 | 2.4045 |
High
2.6618
Low
2.4045
Average
2.5379
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=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¤cies=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.