PLN to JPY exchange rate API
Zloty to Yen · quoted 2026-09-24
41.2973
▲ +0.98% over 1Y
1 PLN = 41.2973 JPY · 1 JPY = 0.02421 PLN · Get this rate via the API
1 PLN buys 41.2973 JPY as of 2026-09-24, so 1 JPY buys 0.02421 PLN. Over the last year, PLN/JPY traded between 40.5021 and 44.1869, averaged 42.8658 and rose 0.98%. The API holds daily PLN/JPY rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
PLN/JPY over 1Y: show the values
| Point | PLN/JPY |
|---|---|
| 2025-09-24 | 40.8947 |
| 2025-10-01 | 40.5021 |
| 2025-10-08 | 41.7639 |
| 2025-10-15 | 41.3839 |
| 2025-10-22 | 41.5769 |
| 2025-10-29 | 41.7441 |
| 2025-11-05 | 41.4884 |
| 2025-11-12 | 42.3817 |
| 2025-11-19 | 42.7713 |
| 2025-11-26 | 42.7977 |
| 2025-12-03 | 42.8376 |
| 2025-12-10 | 43.1547 |
| 2025-12-17 | 43.3207 |
| 2025-12-24 | 43.6288 |
| 2025-12-31 | 43.6129 |
| 2026-01-07 | 43.3971 |
| 2026-01-14 | 43.8170 |
| 2026-01-21 | 43.8155 |
| 2026-01-28 | 43.4853 |
| 2026-02-04 | 43.8380 |
| 2026-02-11 | 43.2587 |
| 2026-02-18 | 43.1614 |
| 2026-02-25 | 43.7336 |
| 2026-03-04 | 42.9745 |
| 2026-03-11 | 43.1837 |
| 2026-03-18 | 42.9588 |
| 2026-03-25 | 43.1364 |
| 2026-04-01 | 42.9346 |
| 2026-04-08 | 43.5211 |
| 2026-04-15 | 44.1869 |
| 2026-04-22 | 43.9884 |
| 2026-04-29 | 43.9931 |
| 2026-05-06 | 43.4066 |
| 2026-05-13 | 43.4761 |
| 2026-05-20 | 43.3561 |
| 2026-05-27 | 43.7909 |
| 2026-06-03 | 43.8053 |
| 2026-06-10 | 43.5844 |
| 2026-06-17 | 43.8151 |
| 2026-06-24 | 42.7609 |
| 2026-07-01 | 43.1142 |
| 2026-07-08 | 42.9980 |
| 2026-07-15 | 42.8175 |
| 2026-07-22 | 42.9630 |
| 2026-07-29 | 43.0483 |
| 2026-08-05 | 42.2852 |
| 2026-08-12 | 42.6713 |
| 2026-08-19 | 42.6916 |
| 2026-08-26 | 43.2127 |
| 2026-09-02 | 42.7089 |
| 2026-09-09 | 41.3853 |
| 2026-09-16 | 41.1474 |
| 2026-09-23 | 41.1745 |
High
44.1869
Low
40.5021
Average
42.8658
Get this rate via the API
One GET request returns the PLN/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
PLN/JPY API questions
How do I get the PLN/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PLN/JPY rate in rates.JPY.
How far back does PLN/JPY historical data go?
Daily PLN/JPY rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free PLN/JPY 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.