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: show the values
| Point | PLN/TWD |
|---|---|
| 2026-03-28 | 8.6077 |
| 2026-04-04 | 8.6151 |
| 2026-04-11 | 8.7484 |
| 2026-04-18 | 8.7583 |
| 2026-04-25 | 8.6972 |
| 2026-05-02 | 8.7351 |
| 2026-05-09 | 8.7099 |
| 2026-05-16 | 8.6464 |
| 2026-05-23 | 8.6091 |
| 2026-05-30 | 8.6650 |
| 2026-06-06 | 8.5782 |
| 2026-06-14 | 8.6305 |
| 2026-06-21 | 8.5350 |
| 2026-06-28 | 8.4589 |
| 2026-07-05 | 8.5131 |
| 2026-07-12 | 8.4432 |
| 2026-07-19 | 8.5382 |
| 2026-07-26 | 8.5267 |
| 2026-08-02 | 8.6527 |
| 2026-08-09 | 8.6613 |
| 2026-08-16 | 8.5927 |
| 2026-08-23 | 8.6215 |
| 2026-08-30 | 8.4422 |
| 2026-09-06 | 8.5232 |
| 2026-09-13 | 8.4861 |
| 2026-09-20 | 8.3739 |
High
8.7583
Low
8.2620
Average
8.5790
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.