Skip to content

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

PLN/JPY over 1Y: show the values
PointPLN/JPY
2025-09-2440.8947
2025-10-0140.5021
2025-10-0841.7639
2025-10-1541.3839
2025-10-2241.5769
2025-10-2941.7441
2025-11-0541.4884
2025-11-1242.3817
2025-11-1942.7713
2025-11-2642.7977
2025-12-0342.8376
2025-12-1043.1547
2025-12-1743.3207
2025-12-2443.6288
2025-12-3143.6129
2026-01-0743.3971
2026-01-1443.8170
2026-01-2143.8155
2026-01-2843.4853
2026-02-0443.8380
2026-02-1143.2587
2026-02-1843.1614
2026-02-2543.7336
2026-03-0442.9745
2026-03-1143.1837
2026-03-1842.9588
2026-03-2543.1364
2026-04-0142.9346
2026-04-0843.5211
2026-04-1544.1869
2026-04-2243.9884
2026-04-2943.9931
2026-05-0643.4066
2026-05-1343.4761
2026-05-2043.3561
2026-05-2743.7909
2026-06-0343.8053
2026-06-1043.5844
2026-06-1743.8151
2026-06-2442.7609
2026-07-0143.1142
2026-07-0842.9980
2026-07-1542.8175
2026-07-2242.9630
2026-07-2943.0483
2026-08-0542.2852
2026-08-1242.6713
2026-08-1942.6916
2026-08-2643.2127
2026-09-0242.7089
2026-09-0941.3853
2026-09-1641.1474
2026-09-2341.1745

High

44.1869

Low

40.5021

Average

42.8658

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.