PLN to JPY exchange rate API
Zloty to Yen · quoted 2026-09-24
41.2973
▲ +46.28% over 5Y
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 5 years, PLN/JPY traded between 27.3836 and 44.0323, averaged 36.7611 and rose 46.28%. 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 5Y: show the values
| Point | PLN/JPY |
|---|---|
| 2021-09-27 | 28.2320 |
| 2021-11-08 | 28.5686 |
| 2021-12-20 | 27.6194 |
| 2022-01-31 | 28.0637 |
| 2022-03-14 | 27.3836 |
| 2022-04-27 | 28.8183 |
| 2022-06-08 | 31.4937 |
| 2022-07-20 | 29.4688 |
| 2022-08-31 | 29.3382 |
| 2022-10-12 | 29.3515 |
| 2022-11-23 | 30.9889 |
| 2023-01-05 | 30.1820 |
| 2023-02-16 | 30.0031 |
| 2023-03-30 | 30.8504 |
| 2023-05-16 | 32.9633 |
| 2023-06-27 | 35.4854 |
| 2023-08-08 | 35.1798 |
| 2023-09-19 | 33.9864 |
| 2023-10-31 | 36.0995 |
| 2023-12-12 | 36.1441 |
| 2024-01-26 | 36.6922 |
| 2024-03-08 | 37.3830 |
| 2024-04-23 | 38.2849 |
| 2024-06-05 | 39.4285 |
| 2024-07-17 | 39.8645 |
| 2024-08-27 | 37.6879 |
| 2024-10-01 | 37.2811 |
| 2024-10-31 | 38.2229 |
| 2024-11-30 | 36.8327 |
| 2024-12-30 | 38.5816 |
| 2025-01-29 | 38.3292 |
| 2025-02-28 | 37.8190 |
| 2025-03-30 | 38.8160 |
| 2025-04-29 | 37.9976 |
| 2025-05-29 | 38.5907 |
| 2025-06-28 | 39.9452 |
| 2025-07-28 | 40.5329 |
| 2025-08-27 | 40.1963 |
| 2025-09-26 | 40.9296 |
| 2025-10-26 | 41.8950 |
| 2025-11-25 | 42.7252 |
| 2025-12-25 | 43.5545 |
| 2026-01-24 | 43.8886 |
| 2026-02-23 | 43.2599 |
| 2026-03-25 | 43.1364 |
| 2026-04-24 | 44.0323 |
| 2026-05-24 | 43.5722 |
| 2026-06-23 | 42.9702 |
| 2026-07-23 | 43.0391 |
| 2026-08-22 | 43.0563 |
| 2026-09-21 | 41.5116 |
High
44.0323
Low
27.3836
Average
36.7611
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.