Skip to content

PLN to TWD exchange rate API

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

8.2643

▲ +0.47% over 1Y

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 year, PLN/TWD traded between 8.2245 and 8.9296, averaged 8.5901 and rose 0.47%. 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 1Y

PLN/TWD over 1Y: show the values
PointPLN/TWD
2025-09-248.2253
2025-10-018.2339
2025-10-088.2245
2025-10-158.3703
2025-10-228.4165
2025-10-298.3877
2025-11-058.3537
2025-11-128.5031
2025-11-198.5442
2025-11-268.5782
2025-12-038.6315
2025-12-108.5944
2025-12-178.7681
2025-12-248.7969
2025-12-318.7346
2026-01-078.7238
2026-01-148.7422
2026-01-218.7865
2026-01-288.9296
2026-02-048.8404
2026-02-118.8867
2026-02-188.8262
2026-02-258.7361
2026-03-048.6754
2026-03-118.6622
2026-03-188.5881
2026-03-258.6623
2026-04-018.6629
2026-04-088.7398
2026-04-158.7868
2026-04-228.7022
2026-04-298.6961
2026-05-068.7475
2026-05-138.6901
2026-05-208.6248
2026-05-278.6283
2026-06-038.6090
2026-06-118.5929
2026-06-188.5041
2026-06-258.4217
2026-07-028.4799
2026-07-098.5353
2026-07-168.5302
2026-07-238.5048
2026-07-308.6448
2026-08-068.6534
2026-08-138.6163
2026-08-208.6216
2026-08-278.5370
2026-09-038.5117
2026-09-108.4864
2026-09-178.3990
2026-09-248.2519

High

8.9296

Low

8.2245

Average

8.5901

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.