Skip to content

PLN to JPY exchange rate API

Zloty to Yen · quoted 2026-09-24

41.2698

▲ +46.18% over 5Y

1 PLN = 41.2698 JPY · 1 JPY = 0.02423 PLN · Get this rate via the API

1 PLN buys 41.2698 JPY as of 2026-09-24, so 1 JPY buys 0.02423 PLN. Over the last 5 years, PLN/JPY traded between 27.3836 and 44.0323, averaged 36.7605 and rose 46.18%. 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

PLN/JPY over 5Y: show the values
PointPLN/JPY
2021-09-2728.2320
2021-11-0828.5686
2021-12-2027.6194
2022-01-3128.0637
2022-03-1427.3836
2022-04-2728.8183
2022-06-0831.4937
2022-07-2029.4688
2022-08-3129.3382
2022-10-1229.3515
2022-11-2330.9889
2023-01-0530.1820
2023-02-1630.0031
2023-03-3030.8504
2023-05-1632.9633
2023-06-2735.4854
2023-08-0835.1798
2023-09-1933.9864
2023-10-3136.0995
2023-12-1236.1441
2024-01-2636.6922
2024-03-0837.3830
2024-04-2338.2849
2024-06-0539.4285
2024-07-1739.8645
2024-08-2737.6879
2024-10-0137.2811
2024-10-3138.2229
2024-11-3036.8327
2024-12-3038.5816
2025-01-2938.3292
2025-02-2837.8190
2025-03-3038.8160
2025-04-2937.9976
2025-05-2938.5907
2025-06-2839.9452
2025-07-2840.5329
2025-08-2740.1963
2025-09-2640.9296
2025-10-2641.8950
2025-11-2542.7252
2025-12-2543.5545
2026-01-2443.8886
2026-02-2343.2599
2026-03-2543.1364
2026-04-2444.0323
2026-05-2443.5722
2026-06-2342.9702
2026-07-2343.0391
2026-08-2243.0563
2026-09-2141.5116

High

44.0323

Low

27.3836

Average

36.7605

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=JPY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=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&currencies=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.