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: show the values
| Point | PLN/RSD |
|---|---|
| 2025-09-27 | 27.4254 |
| 2025-10-04 | 27.5853 |
| 2025-10-11 | 27.4857 |
| 2025-10-18 | 27.6148 |
| 2025-10-25 | 27.6485 |
| 2025-11-01 | 27.5603 |
| 2025-11-08 | 27.6566 |
| 2025-11-15 | 27.7520 |
| 2025-11-22 | 27.6418 |
| 2025-11-29 | 27.7168 |
| 2025-12-06 | 27.7680 |
| 2025-12-14 | 27.7981 |
| 2025-12-21 | 27.9193 |
| 2025-12-28 | 27.8239 |
| 2026-01-04 | 27.8678 |
| 2026-01-11 | 27.8626 |
| 2026-01-18 | 27.7759 |
| 2026-01-25 | 27.9969 |
| 2026-02-01 | 27.8453 |
| 2026-02-08 | 27.8296 |
| 2026-02-15 | 27.8958 |
| 2026-02-22 | 27.8278 |
| 2026-03-01 | 27.7258 |
| 2026-03-08 | 27.3118 |
| 2026-03-15 | 27.4448 |
| 2026-03-22 | 27.4498 |
| 2026-03-29 | 27.3744 |
| 2026-04-05 | 27.4281 |
| 2026-04-12 | 27.4830 |
| 2026-04-19 | 27.6945 |
| 2026-04-26 | 27.6498 |
| 2026-05-03 | 27.6644 |
| 2026-05-10 | 27.6371 |
| 2026-05-18 | 27.7094 |
| 2026-05-26 | 27.7399 |
| 2026-06-02 | 27.7533 |
| 2026-06-11 | 27.5783 |
| 2026-06-18 | 27.4132 |
| 2026-06-25 | 27.3121 |
| 2026-07-02 | 27.4020 |
| 2026-07-09 | 27.2529 |
| 2026-07-16 | 27.1168 |
| 2026-07-23 | 27.0451 |
| 2026-07-30 | 27.3432 |
| 2026-08-06 | 27.2727 |
| 2026-08-13 | 27.2802 |
| 2026-08-21 | 27.2567 |
| 2026-08-28 | 27.0512 |
| 2026-09-04 | 27.1834 |
| 2026-09-11 | 27.1088 |
| 2026-09-18 | 26.8293 |
| 2026-09-25 | 26.9457 |
High
27.9969
Low
26.8293
Average
27.5216
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=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¤cies=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.