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: show the values
| Point | RSD/KRW |
|---|---|
| 2025-09-25 | 14.0680 |
| 2025-10-02 | 14.0384 |
| 2025-10-09 | 14.0986 |
| 2025-10-16 | 14.1276 |
| 2025-10-23 | 14.2555 |
| 2025-10-30 | 14.2166 |
| 2025-11-06 | 14.1943 |
| 2025-11-13 | 14.4733 |
| 2025-11-20 | 14.4419 |
| 2025-11-27 | 14.4672 |
| 2025-12-04 | 14.6173 |
| 2025-12-12 | 14.7648 |
| 2025-12-19 | 14.7727 |
| 2025-12-26 | 14.5777 |
| 2026-01-02 | 14.4876 |
| 2026-01-09 | 14.4954 |
| 2026-01-16 | 14.5695 |
| 2026-01-23 | 14.6826 |
| 2026-01-30 | 14.6302 |
| 2026-02-06 | 14.7387 |
| 2026-02-13 | 14.6248 |
| 2026-02-20 | 14.5165 |
| 2026-02-27 | 14.4869 |
| 2026-03-06 | 14.6974 |
| 2026-03-13 | 14.6332 |
| 2026-03-20 | 14.7777 |
| 2026-03-27 | 14.8512 |
| 2026-04-03 | 14.9314 |
| 2026-04-10 | 14.7748 |
| 2026-04-17 | 14.8406 |
| 2026-04-24 | 14.6910 |
| 2026-05-01 | 14.8135 |
| 2026-05-08 | 14.6534 |
| 2026-05-16 | 14.8354 |
| 2026-05-24 | 15.0519 |
| 2026-05-31 | 15.0180 |
| 2026-06-09 | 14.9946 |
| 2026-06-16 | 14.8923 |
| 2026-06-23 | 14.9580 |
| 2026-06-30 | 15.0617 |
| 2026-07-07 | 14.7599 |
| 2026-07-14 | 14.5174 |
| 2026-07-21 | 14.3739 |
| 2026-07-28 | 14.1432 |
| 2026-08-04 | 13.9965 |
| 2026-08-11 | 13.8915 |
| 2026-08-18 | 13.9090 |
| 2026-08-26 | 13.7616 |
| 2026-09-02 | 13.4491 |
| 2026-09-09 | 13.2450 |
| 2026-09-16 | 13.4524 |
| 2026-09-23 | 13.2931 |
High
15.0617
Low
13.2059
Average
14.4306
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.