Skip to content

PLN to TWD exchange rate API

Zloty to New Taiwan Dollar · quoted 2026-09-24

8.2643

▲ +17.10% over 5Y

1 PLN = 8.2643 TWD · 1 TWD = 0.12100 PLN · Get this rate via the API

1 PLN buys 8.2643 TWD as of 2026-09-24, so 1 TWD buys 0.12100 PLN. Over the last 5 years, PLN/TWD traded between 6.3425 and 8.8551, averaged 7.7879 and rose 17.10%. The API holds daily PLN/TWD rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

PLN/TWD over 5Y

PLN/TWD over 5Y: show the values
PointPLN/TWD
2021-09-277.0573
2021-11-087.0147
2021-12-206.7873
2022-02-016.8335
2022-03-156.6317
2022-04-296.6359
2022-06-156.6341
2022-07-276.3425
2022-09-076.4649
2022-10-196.5618
2022-11-306.8617
2023-01-126.9843
2023-02-236.7959
2023-04-117.1254
2023-05-267.2866
2023-07-107.7259
2023-08-217.7695
2023-10-027.3659
2023-11-137.7941
2023-12-277.8891
2024-02-087.7863
2024-03-218.0798
2024-05-088.0803
2024-06-248.0784
2024-08-058.2965
2024-09-138.1226
2024-10-168.0228
2024-11-157.8363
2024-12-157.9014
2025-01-147.7987
2025-02-138.0349
2025-03-158.5622
2025-04-148.4621
2025-05-147.8623
2025-06-137.8192
2025-07-137.9398
2025-08-128.0082
2025-09-118.1633
2025-10-118.3721
2025-11-108.4692
2025-12-108.5944
2026-01-098.7351
2026-02-088.8551
2026-03-108.6982
2026-04-098.7322
2026-05-098.7099
2026-06-098.6211
2026-07-098.5353
2026-08-088.6650
2026-09-078.5164

High

8.8551

Low

6.3425

Average

7.7879

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PLN/TWD API questions

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

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

How far back does PLN/TWD historical data go?

Daily PLN/TWD rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free PLN/TWD 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.