Skip to content

TWD to RUB exchange rate API

New Taiwan Dollar to Russian Ruble · quoted 2026-09-24

2.6658

▲ +5.22% over YTD

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 year to date, TWD/RUB traded between 2.2574 and 2.7422, averaged 2.4716 and rose 5.22%. 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 YTD

TWD/RUB over YTD: show the values
PointTWD/RUB
2025-12-312.5335
2026-01-072.5581
2026-01-142.4871
2026-01-212.4667
2026-01-282.4375
2026-02-042.4376
2026-02-112.4531
2026-02-182.4302
2026-02-252.4469
2026-03-042.4478
2026-03-112.4851
2026-03-182.5824
2026-03-252.5224
2026-04-012.5452
2026-04-082.4698
2026-04-152.3826
2026-04-222.3851
2026-04-292.3847
2026-05-062.3982
2026-05-142.3355
2026-05-212.2588
2026-05-292.2574
2026-06-052.3296
2026-06-142.2918
2026-06-212.3050
2026-06-282.4778
2026-07-052.4106
2026-07-122.3893
2026-07-192.4152
2026-07-262.4178
2026-08-022.4550
2026-08-092.5334
2026-08-162.6245
2026-08-242.6006
2026-08-312.7134
2026-09-072.7422
2026-09-142.6635
2026-09-212.6506

High

2.7422

Low

2.2574

Average

2.4716

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=RUB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=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&currencies=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.