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: show the values
| Point | RSD/KRW |
|---|---|
| 2025-12-31 | 14.4535 |
| 2026-01-07 | 14.4371 |
| 2026-01-14 | 14.6352 |
| 2026-01-21 | 14.6303 |
| 2026-01-28 | 14.5927 |
| 2026-02-04 | 14.6615 |
| 2026-02-11 | 14.8323 |
| 2026-02-18 | 14.5996 |
| 2026-02-25 | 14.3313 |
| 2026-03-04 | 14.4710 |
| 2026-03-11 | 14.6200 |
| 2026-03-18 | 14.7682 |
| 2026-03-25 | 14.7968 |
| 2026-04-01 | 14.8106 |
| 2026-04-08 | 14.6607 |
| 2026-04-15 | 14.8200 |
| 2026-04-22 | 14.7813 |
| 2026-04-29 | 14.7446 |
| 2026-05-06 | 14.4569 |
| 2026-05-14 | 14.8840 |
| 2026-05-21 | 14.9318 |
| 2026-05-29 | 14.9317 |
| 2026-06-05 | 15.2493 |
| 2026-06-14 | 15.0308 |
| 2026-06-21 | 14.9836 |
| 2026-06-28 | 14.9380 |
| 2026-07-05 | 14.9326 |
| 2026-07-12 | 14.6359 |
| 2026-07-19 | 14.5450 |
| 2026-07-26 | 14.1727 |
| 2026-08-02 | 14.1670 |
| 2026-08-09 | 13.9153 |
| 2026-08-16 | 13.9547 |
| 2026-08-24 | 13.7822 |
| 2026-08-31 | 13.5118 |
| 2026-09-07 | 13.3410 |
| 2026-09-14 | 13.2965 |
| 2026-09-21 | 13.4195 |
High
15.2493
Low
13.2059
Average
14.4598
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.