PLN to TWD exchange rate API
Zloty to New Taiwan Dollar · quoted 2026-09-24
8.2643
▼ +4.28% over 30D
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 30 days, PLN/TWD traded between 8.2519 and 8.6514, averaged 8.4541 and fell 4.28%. 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 30D: show the values
| Point | PLN/TWD |
|---|---|
| 2026-08-25 | 8.6341 |
| 2026-08-26 | 8.6514 |
| 2026-08-27 | 8.5370 |
| 2026-08-28 | 8.4901 |
| 2026-08-29 | 8.4423 |
| 2026-08-30 | 8.4422 |
| 2026-08-31 | 8.4891 |
| 2026-09-01 | 8.4763 |
| 2026-09-02 | 8.5018 |
| 2026-09-03 | 8.5117 |
| 2026-09-04 | 8.5367 |
| 2026-09-05 | 8.5347 |
| 2026-09-06 | 8.5232 |
| 2026-09-07 | 8.5164 |
| 2026-09-08 | 8.4716 |
| 2026-09-09 | 8.4959 |
| 2026-09-10 | 8.4864 |
| 2026-09-11 | 8.4826 |
| 2026-09-12 | 8.4729 |
| 2026-09-13 | 8.4861 |
| 2026-09-14 | 8.4438 |
| 2026-09-15 | 8.4578 |
| 2026-09-16 | 8.4325 |
| 2026-09-17 | 8.3990 |
| 2026-09-18 | 8.3563 |
| 2026-09-19 | 8.3711 |
| 2026-09-20 | 8.3739 |
| 2026-09-21 | 8.3815 |
| 2026-09-22 | 8.3513 |
| 2026-09-23 | 8.2659 |
| 2026-09-24 | 8.2519 |
High
8.6514
Low
8.2519
Average
8.4541
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.