Skip to content

USD to PLN exchange rate API

US Dollar to Zloty · quoted 2026-09-25

3.8529

▼ +1.92% over 5Y

1 USD = 3.8529 PLN · 1 PLN = 0.25954 USD · Get this rate via the API

1 USD buys 3.8529 PLN as of 2026-09-25, so 1 PLN buys 0.25954 USD. Over the last 5 years, USD/PLN traded between 3.5538 and 4.9964, averaged 3.9936 and fell 1.92%. The API holds daily USD/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/PLN over 5Y

USD/PLN over 5Y: show the values
PointUSD/PLN
2021-09-273.9284
2021-11-083.9689
2021-12-204.1104
2022-01-314.1137
2022-03-144.3082
2022-04-274.4451
2022-06-084.2553
2022-07-204.6887
2022-08-314.7283
2022-10-124.9964
2022-11-234.5553
2023-01-054.4052
2023-02-164.4640
2023-03-304.3003
2023-05-164.1232
2023-06-274.0437
2023-08-084.0662
2023-09-194.3450
2023-10-314.1817
2023-12-124.0164
2024-01-264.0268
2024-03-083.9394
2024-04-234.0433
2024-06-053.9593
2024-07-173.9279
2024-08-273.8329
2024-10-013.8561
2024-10-313.9982
2024-11-304.0664
2024-12-304.0842
2025-01-294.0530
2025-02-283.9865
2025-03-303.8565
2025-04-293.7552
2025-05-293.7550
2025-06-283.6212
2025-07-283.6550
2025-08-273.6831
2025-09-263.6588
2025-10-263.6498
2025-11-253.6558
2025-12-253.5783
2026-01-243.5538
2026-02-233.5788
2026-03-253.6851
2026-04-243.6205
2026-05-243.6485
2026-06-233.7592
2026-07-233.7983
2026-08-223.6925
2026-09-213.7885

High

4.9964

Low

3.5538

Average

3.9936

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=PLN").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/PLN API questions

How do I get the USD/PLN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=PLN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/PLN rate in rates.PLN.

How far back does USD/PLN historical data go?

Daily USD/PLN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free USD/PLN 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.