Skip to content

PLN to TWD exchange rate API

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

8.2620

▼ +4.02% over 6M

1 PLN = 8.2620 TWD · 1 TWD = 0.12104 PLN · Get this rate via the API

1 PLN buys 8.2620 TWD as of 2026-09-24, so 1 TWD buys 0.12104 PLN. Over the last 6 months, PLN/TWD traded between 8.2620 and 8.7583, averaged 8.5790 and fell 4.02%. 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 6M

PLN/TWD over 6M: show the values
PointPLN/TWD
2026-03-288.6077
2026-04-048.6151
2026-04-118.7484
2026-04-188.7583
2026-04-258.6972
2026-05-028.7351
2026-05-098.7099
2026-05-168.6464
2026-05-238.6091
2026-05-308.6650
2026-06-068.5782
2026-06-148.6305
2026-06-218.5350
2026-06-288.4589
2026-07-058.5131
2026-07-128.4432
2026-07-198.5382
2026-07-268.5267
2026-08-028.6527
2026-08-098.6613
2026-08-168.5927
2026-08-238.6215
2026-08-308.4422
2026-09-068.5232
2026-09-138.4861
2026-09-208.3739

High

8.7583

Low

8.2620

Average

8.5790

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.