Skip to content

RSD to KRW exchange rate API

Serbian Dinar to Won · quoted 2026-09-25

13.2059

▼ +8.63% over YTD

1 RSD = 13.2059 KRW · 1 KRW = 0.07572 RSD · Get this rate via the API

1 RSD buys 13.2059 KRW as of 2026-09-25, so 1 KRW buys 0.07572 RSD. Over the year to date, RSD/KRW traded between 13.2059 and 15.2493, averaged 14.4598 and fell 8.63%. The API holds daily RSD/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/KRW over YTD

RSD/KRW over YTD: show the values
PointRSD/KRW
2025-12-3114.4535
2026-01-0714.4371
2026-01-1414.6352
2026-01-2114.6303
2026-01-2814.5927
2026-02-0414.6615
2026-02-1114.8323
2026-02-1814.5996
2026-02-2514.3313
2026-03-0414.4710
2026-03-1114.6200
2026-03-1814.7682
2026-03-2514.7968
2026-04-0114.8106
2026-04-0814.6607
2026-04-1514.8200
2026-04-2214.7813
2026-04-2914.7446
2026-05-0614.4569
2026-05-1414.8840
2026-05-2114.9318
2026-05-2914.9317
2026-06-0515.2493
2026-06-1415.0308
2026-06-2114.9836
2026-06-2814.9380
2026-07-0514.9326
2026-07-1214.6359
2026-07-1914.5450
2026-07-2614.1727
2026-08-0214.1670
2026-08-0913.9153
2026-08-1613.9547
2026-08-2413.7822
2026-08-3113.5118
2026-09-0713.3410
2026-09-1413.2965
2026-09-2113.4195

High

15.2493

Low

13.2059

Average

14.4598

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

RSD/KRW API questions

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

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

How far back does RSD/KRW historical data go?

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