Skip to content

RSD to TWD exchange rate API

Serbian Dinar to New Taiwan Dollar · quoted 2026-09-25

0.30765

▲ +2.40% over 1Y

1 RSD = 0.30765 TWD · 1 TWD = 3.2505 RSD · Get this rate via the API

1 RSD buys 0.30765 TWD as of 2026-09-25, so 1 TWD buys 3.2505 RSD. Over the last year, RSD/TWD traded between 0.29810 and 0.31898, averaged 0.31192 and rose 2.40%. The API holds daily RSD/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/TWD over 1Y

RSD/TWD over 1Y: show the values
PointRSD/TWD
2025-09-250.30043
2025-10-020.29950
2025-10-090.29810
2025-10-160.30508
2025-10-230.30505
2025-10-300.30442
2025-11-060.30338
2025-11-130.30750
2025-11-200.30715
2025-11-270.30992
2025-12-040.31105
2025-12-120.31210
2025-12-190.31497
2025-12-260.31570
2026-01-020.31499
2026-01-090.31393
2026-01-160.31252
2026-01-230.31611
2026-01-300.31898
2026-02-060.31808
2026-02-130.31799
2026-02-200.31579
2026-02-270.31491
2026-03-060.31414
2026-03-130.31358
2026-03-200.31474
2026-03-270.31425
2026-04-030.31414
2026-04-100.31634
2026-04-170.31661
2026-04-240.31330
2026-05-010.31523
2026-05-080.31371
2026-05-160.31274
2026-05-240.31085
2026-05-310.31209
2026-06-090.31027
2026-06-160.31140
2026-06-230.30815
2026-06-300.30927
2026-07-070.31276
2026-07-140.31241
2026-07-210.31416
2026-07-280.31408
2026-08-040.31768
2026-08-110.31706
2026-08-180.31418
2026-08-260.31678
2026-09-020.31358
2026-09-090.31189
2026-09-160.31251
2026-09-230.30866

High

0.31898

Low

0.29810

Average

0.31192

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RSD/TWD API questions

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

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

How far back does RSD/TWD historical data go?

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