Skip to content

RSD to KRW exchange rate API

Serbian Dinar to Won · quoted 2026-09-25

13.2059

▲ +4.26% over 5Y

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 5 years, RSD/KRW traded between 12.6060 and 15.1690, averaged 13.7614 and rose 4.26%. 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 5Y

RSD/KRW over 5Y: show the values
PointRSD/KRW
2024-08-2412.6663
2024-10-0712.6060
2024-11-0612.9929
2024-12-0612.8284
2025-01-0512.6877
2025-02-0412.8166
2025-03-0613.3688
2025-04-0613.4422
2025-05-0613.3075
2025-06-0713.2227
2025-07-0713.7397
2025-08-0613.7067
2025-09-0513.8456
2025-10-0614.1299
2025-11-0514.1585
2025-12-0514.6182
2026-01-0514.4507
2026-02-0414.6615
2026-03-0614.6974
2026-04-0514.8812
2026-05-0514.6672
2026-06-0615.1690
2026-07-0814.6808
2026-08-0713.9035
2026-09-0713.3410

High

15.1690

Low

12.6060

Average

13.7614

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.