Skip to content

PLN to RSD exchange rate API

Zloty to Serbian Dinar · quoted 2026-09-27

26.8889

▼ +1.96% over 1Y

1 PLN = 26.8889 RSD · 1 RSD = 0.03719 PLN · Get this rate via the API

1 PLN buys 26.8889 RSD as of 2026-09-27, so 1 RSD buys 0.03719 PLN. Over the last year, PLN/RSD traded between 26.8293 and 27.9969, averaged 27.5216 and fell 1.96%. The API holds daily PLN/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PLN/RSD over 1Y

PLN/RSD over 1Y: show the values
PointPLN/RSD
2025-09-2727.4254
2025-10-0427.5853
2025-10-1127.4857
2025-10-1827.6148
2025-10-2527.6485
2025-11-0127.5603
2025-11-0827.6566
2025-11-1527.7520
2025-11-2227.6418
2025-11-2927.7168
2025-12-0627.7680
2025-12-1427.7981
2025-12-2127.9193
2025-12-2827.8239
2026-01-0427.8678
2026-01-1127.8626
2026-01-1827.7759
2026-01-2527.9969
2026-02-0127.8453
2026-02-0827.8296
2026-02-1527.8958
2026-02-2227.8278
2026-03-0127.7258
2026-03-0827.3118
2026-03-1527.4448
2026-03-2227.4498
2026-03-2927.3744
2026-04-0527.4281
2026-04-1227.4830
2026-04-1927.6945
2026-04-2627.6498
2026-05-0327.6644
2026-05-1027.6371
2026-05-1827.7094
2026-05-2627.7399
2026-06-0227.7533
2026-06-1127.5783
2026-06-1827.4132
2026-06-2527.3121
2026-07-0227.4020
2026-07-0927.2529
2026-07-1627.1168
2026-07-2327.0451
2026-07-3027.3432
2026-08-0627.2727
2026-08-1327.2802
2026-08-2127.2567
2026-08-2827.0512
2026-09-0427.1834
2026-09-1127.1088
2026-09-1826.8293
2026-09-2526.9457

High

27.9969

Low

26.8293

Average

27.5216

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PLN/RSD API questions

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

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

How far back does PLN/RSD historical data go?

Daily PLN/RSD 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 PLN/RSD 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.