PLN to TWD exchange rate API
Zloty to New Taiwan Dollar · quoted 2026-09-24
8.2643
▼ +5.38% over YTD
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 year to date, PLN/TWD traded between 8.2519 and 8.9296, averaged 8.6309 and fell 5.38%. 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 YTD: show the values
| Point | PLN/TWD |
|---|---|
| 2025-12-31 | 8.7346 |
| 2026-01-07 | 8.7238 |
| 2026-01-14 | 8.7422 |
| 2026-01-21 | 8.7865 |
| 2026-01-28 | 8.9296 |
| 2026-02-04 | 8.8404 |
| 2026-02-11 | 8.8867 |
| 2026-02-18 | 8.8262 |
| 2026-02-25 | 8.7361 |
| 2026-03-04 | 8.6754 |
| 2026-03-11 | 8.6622 |
| 2026-03-18 | 8.5881 |
| 2026-03-25 | 8.6623 |
| 2026-04-01 | 8.6629 |
| 2026-04-08 | 8.7398 |
| 2026-04-15 | 8.7868 |
| 2026-04-22 | 8.7022 |
| 2026-04-29 | 8.6961 |
| 2026-05-06 | 8.7475 |
| 2026-05-13 | 8.6901 |
| 2026-05-20 | 8.6248 |
| 2026-05-27 | 8.6283 |
| 2026-06-03 | 8.6090 |
| 2026-06-11 | 8.5929 |
| 2026-06-18 | 8.5041 |
| 2026-06-25 | 8.4217 |
| 2026-07-02 | 8.4799 |
| 2026-07-09 | 8.5353 |
| 2026-07-16 | 8.5302 |
| 2026-07-23 | 8.5048 |
| 2026-07-30 | 8.6448 |
| 2026-08-06 | 8.6534 |
| 2026-08-13 | 8.6163 |
| 2026-08-20 | 8.6216 |
| 2026-08-27 | 8.5370 |
| 2026-09-03 | 8.5117 |
| 2026-09-10 | 8.4864 |
| 2026-09-17 | 8.3990 |
| 2026-09-24 | 8.2519 |
High
8.9296
Low
8.2519
Average
8.6309
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.