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: show the values
| Point | RSD/TWD |
|---|---|
| 2025-09-25 | 0.30043 |
| 2025-10-02 | 0.29950 |
| 2025-10-09 | 0.29810 |
| 2025-10-16 | 0.30508 |
| 2025-10-23 | 0.30505 |
| 2025-10-30 | 0.30442 |
| 2025-11-06 | 0.30338 |
| 2025-11-13 | 0.30750 |
| 2025-11-20 | 0.30715 |
| 2025-11-27 | 0.30992 |
| 2025-12-04 | 0.31105 |
| 2025-12-12 | 0.31210 |
| 2025-12-19 | 0.31497 |
| 2025-12-26 | 0.31570 |
| 2026-01-02 | 0.31499 |
| 2026-01-09 | 0.31393 |
| 2026-01-16 | 0.31252 |
| 2026-01-23 | 0.31611 |
| 2026-01-30 | 0.31898 |
| 2026-02-06 | 0.31808 |
| 2026-02-13 | 0.31799 |
| 2026-02-20 | 0.31579 |
| 2026-02-27 | 0.31491 |
| 2026-03-06 | 0.31414 |
| 2026-03-13 | 0.31358 |
| 2026-03-20 | 0.31474 |
| 2026-03-27 | 0.31425 |
| 2026-04-03 | 0.31414 |
| 2026-04-10 | 0.31634 |
| 2026-04-17 | 0.31661 |
| 2026-04-24 | 0.31330 |
| 2026-05-01 | 0.31523 |
| 2026-05-08 | 0.31371 |
| 2026-05-16 | 0.31274 |
| 2026-05-24 | 0.31085 |
| 2026-05-31 | 0.31209 |
| 2026-06-09 | 0.31027 |
| 2026-06-16 | 0.31140 |
| 2026-06-23 | 0.30815 |
| 2026-06-30 | 0.30927 |
| 2026-07-07 | 0.31276 |
| 2026-07-14 | 0.31241 |
| 2026-07-21 | 0.31416 |
| 2026-07-28 | 0.31408 |
| 2026-08-04 | 0.31768 |
| 2026-08-11 | 0.31706 |
| 2026-08-18 | 0.31418 |
| 2026-08-26 | 0.31678 |
| 2026-09-02 | 0.31358 |
| 2026-09-09 | 0.31189 |
| 2026-09-16 | 0.31251 |
| 2026-09-23 | 0.30866 |
High
0.31898
Low
0.29810
Average
0.31192
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.