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: show the values
| Point | PLN/TWD |
|---|---|
| 2021-09-27 | 7.0573 |
| 2021-11-08 | 7.0147 |
| 2021-12-20 | 6.7873 |
| 2022-02-01 | 6.8335 |
| 2022-03-15 | 6.6317 |
| 2022-04-29 | 6.6359 |
| 2022-06-15 | 6.6341 |
| 2022-07-27 | 6.3425 |
| 2022-09-07 | 6.4649 |
| 2022-10-19 | 6.5618 |
| 2022-11-30 | 6.8617 |
| 2023-01-12 | 6.9843 |
| 2023-02-23 | 6.7959 |
| 2023-04-11 | 7.1254 |
| 2023-05-26 | 7.2866 |
| 2023-07-10 | 7.7259 |
| 2023-08-21 | 7.7695 |
| 2023-10-02 | 7.3659 |
| 2023-11-13 | 7.7941 |
| 2023-12-27 | 7.8891 |
| 2024-02-08 | 7.7863 |
| 2024-03-21 | 8.0798 |
| 2024-05-08 | 8.0803 |
| 2024-06-24 | 8.0784 |
| 2024-08-05 | 8.2965 |
| 2024-09-13 | 8.1226 |
| 2024-10-16 | 8.0228 |
| 2024-11-15 | 7.8363 |
| 2024-12-15 | 7.9014 |
| 2025-01-14 | 7.7987 |
| 2025-02-13 | 8.0349 |
| 2025-03-15 | 8.5622 |
| 2025-04-14 | 8.4621 |
| 2025-05-14 | 7.8623 |
| 2025-06-13 | 7.8192 |
| 2025-07-13 | 7.9398 |
| 2025-08-12 | 8.0082 |
| 2025-09-11 | 8.1633 |
| 2025-10-11 | 8.3721 |
| 2025-11-10 | 8.4692 |
| 2025-12-10 | 8.5944 |
| 2026-01-09 | 8.7351 |
| 2026-02-08 | 8.8551 |
| 2026-03-10 | 8.6982 |
| 2026-04-09 | 8.7322 |
| 2026-05-09 | 8.7099 |
| 2026-06-09 | 8.6211 |
| 2026-07-09 | 8.5353 |
| 2026-08-08 | 8.6650 |
| 2026-09-07 | 8.5164 |
High
8.8551
Low
6.3425
Average
7.7879
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=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¤cies=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.