Skip to content

RSD to KRW exchange rate API

Serbian Dinar to Won · quoted 2026-09-25

13.2059

▼ +6.13% over 1Y

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 last year, RSD/KRW traded between 13.2059 and 15.0617, averaged 14.4306 and fell 6.13%. 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 1Y

RSD/KRW over 1Y: show the values
PointRSD/KRW
2025-09-2514.0680
2025-10-0214.0384
2025-10-0914.0986
2025-10-1614.1276
2025-10-2314.2555
2025-10-3014.2166
2025-11-0614.1943
2025-11-1314.4733
2025-11-2014.4419
2025-11-2714.4672
2025-12-0414.6173
2025-12-1214.7648
2025-12-1914.7727
2025-12-2614.5777
2026-01-0214.4876
2026-01-0914.4954
2026-01-1614.5695
2026-01-2314.6826
2026-01-3014.6302
2026-02-0614.7387
2026-02-1314.6248
2026-02-2014.5165
2026-02-2714.4869
2026-03-0614.6974
2026-03-1314.6332
2026-03-2014.7777
2026-03-2714.8512
2026-04-0314.9314
2026-04-1014.7748
2026-04-1714.8406
2026-04-2414.6910
2026-05-0114.8135
2026-05-0814.6534
2026-05-1614.8354
2026-05-2415.0519
2026-05-3115.0180
2026-06-0914.9946
2026-06-1614.8923
2026-06-2314.9580
2026-06-3015.0617
2026-07-0714.7599
2026-07-1414.5174
2026-07-2114.3739
2026-07-2814.1432
2026-08-0413.9965
2026-08-1113.8915
2026-08-1813.9090
2026-08-2613.7616
2026-09-0213.4491
2026-09-0913.2450
2026-09-1613.4524
2026-09-2313.2931

High

15.0617

Low

13.2059

Average

14.4306

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.