Skip to content

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

TWD/RUB over 1Y: show the values
PointTWD/RUB
2025-09-242.8014
2025-10-012.7617
2025-10-082.7445
2025-10-152.5936
2025-10-222.6473
2025-10-292.5919
2025-11-052.6166
2025-11-122.6065
2025-11-192.5992
2025-11-262.5156
2025-12-032.4729
2025-12-112.5191
2025-12-182.5497
2025-12-252.5041
2026-01-012.5213
2026-01-082.5487
2026-01-152.4867
2026-01-222.4329
2026-01-292.4413
2026-02-052.4243
2026-02-122.4564
2026-02-192.4315
2026-02-262.4559
2026-03-052.4532
2026-03-122.4852
2026-03-192.6246
2026-03-262.5347
2026-04-022.5120
2026-04-092.4698
2026-04-162.3925
2026-04-232.3811
2026-04-302.3628
2026-05-072.3831
2026-05-152.3217
2026-05-232.2734
2026-05-302.2624
2026-06-062.3319
2026-06-152.2910
2026-06-222.3109
2026-06-292.4410
2026-07-062.4029
2026-07-132.3939
2026-07-202.4191
2026-07-272.4116
2026-08-032.4492
2026-08-102.5333
2026-08-172.6338
2026-08-252.6315
2026-09-012.7250
2026-09-082.7381
2026-09-152.6567
2026-09-222.6441

High

2.8014

Low

2.2624

Average

2.5068

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.