TWD to RUB exchange rate API
New Taiwan Dollar to Russian Ruble · quoted 2026-09-24
2.6658
▼ +4.84% over 1Y
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 year, TWD/RUB traded between 2.2624 and 2.8014, averaged 2.5068 and fell 4.84%. 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 1Y: show the values
| Point | TWD/RUB |
|---|---|
| 2025-09-24 | 2.8014 |
| 2025-10-01 | 2.7617 |
| 2025-10-08 | 2.7445 |
| 2025-10-15 | 2.5936 |
| 2025-10-22 | 2.6473 |
| 2025-10-29 | 2.5919 |
| 2025-11-05 | 2.6166 |
| 2025-11-12 | 2.6065 |
| 2025-11-19 | 2.5992 |
| 2025-11-26 | 2.5156 |
| 2025-12-03 | 2.4729 |
| 2025-12-11 | 2.5191 |
| 2025-12-18 | 2.5497 |
| 2025-12-25 | 2.5041 |
| 2026-01-01 | 2.5213 |
| 2026-01-08 | 2.5487 |
| 2026-01-15 | 2.4867 |
| 2026-01-22 | 2.4329 |
| 2026-01-29 | 2.4413 |
| 2026-02-05 | 2.4243 |
| 2026-02-12 | 2.4564 |
| 2026-02-19 | 2.4315 |
| 2026-02-26 | 2.4559 |
| 2026-03-05 | 2.4532 |
| 2026-03-12 | 2.4852 |
| 2026-03-19 | 2.6246 |
| 2026-03-26 | 2.5347 |
| 2026-04-02 | 2.5120 |
| 2026-04-09 | 2.4698 |
| 2026-04-16 | 2.3925 |
| 2026-04-23 | 2.3811 |
| 2026-04-30 | 2.3628 |
| 2026-05-07 | 2.3831 |
| 2026-05-15 | 2.3217 |
| 2026-05-23 | 2.2734 |
| 2026-05-30 | 2.2624 |
| 2026-06-06 | 2.3319 |
| 2026-06-15 | 2.2910 |
| 2026-06-22 | 2.3109 |
| 2026-06-29 | 2.4410 |
| 2026-07-06 | 2.4029 |
| 2026-07-13 | 2.3939 |
| 2026-07-20 | 2.4191 |
| 2026-07-27 | 2.4116 |
| 2026-08-03 | 2.4492 |
| 2026-08-10 | 2.5333 |
| 2026-08-17 | 2.6338 |
| 2026-08-25 | 2.6315 |
| 2026-09-01 | 2.7250 |
| 2026-09-08 | 2.7381 |
| 2026-09-15 | 2.6567 |
| 2026-09-22 | 2.6441 |
High
2.8014
Low
2.2624
Average
2.5068
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.