TWD to RUB exchange rate API
New Taiwan Dollar to Russian Ruble · quoted 2026-09-24
2.6658
▲ +1.72% over 5Y
1 TWD = 2.6658 RUB · 1 RUB = 0.37513 TWD · Get this rate via the API
1 TWD buys 2.6658 RUB as of 2026-09-24, so 1 RUB buys 0.37513 TWD. Over the last 5 years, TWD/RUB traded between 2.2952 and 3.2569, averaged 2.6739 and rose 1.72%. The API holds daily TWD/RUB rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.
TWD/RUB over 5Y: show the values
| Point | TWD/RUB |
|---|---|
| 2021-09-27 | 2.6207 |
| 2021-11-08 | 2.5642 |
| 2021-12-20 | 2.6578 |
| 2022-02-01 | 2.7579 |
| 2024-09-05 | 2.7277 |
| 2024-10-16 | 3.0621 |
| 2024-11-15 | 3.1109 |
| 2024-12-15 | 3.2569 |
| 2025-01-14 | 3.1624 |
| 2025-02-13 | 2.9156 |
| 2025-03-15 | 2.5975 |
| 2025-04-15 | 2.5759 |
| 2025-05-17 | 2.6805 |
| 2025-06-16 | 2.7550 |
| 2025-07-16 | 2.6983 |
| 2025-08-15 | 2.7043 |
| 2025-09-15 | 2.8061 |
| 2025-10-15 | 2.5936 |
| 2025-11-14 | 2.6086 |
| 2025-12-15 | 2.5408 |
| 2026-01-14 | 2.4871 |
| 2026-02-13 | 2.4554 |
| 2026-03-15 | 2.4955 |
| 2026-04-14 | 2.4093 |
| 2026-05-15 | 2.3217 |
| 2026-06-17 | 2.2952 |
| 2026-07-17 | 2.4155 |
| 2026-08-16 | 2.6245 |
| 2026-09-16 | 2.6498 |
High
3.2569
Low
2.2952
Average
2.6739
Get this rate via the API
One GET request returns the TWD/RUB 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=TWD¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/RUB API questions
How do I get the TWD/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/RUB rate in rates.RUB.
How far back does TWD/RUB historical data go?
Daily TWD/RUB rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free TWD/RUB 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.