Skip to content

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

TWD/RUB over 5Y: show the values
PointTWD/RUB
2021-09-272.6207
2021-11-082.5642
2021-12-202.6578
2022-02-012.7579
2024-09-052.7277
2024-10-163.0621
2024-11-153.1109
2024-12-153.2569
2025-01-143.1624
2025-02-132.9156
2025-03-152.5975
2025-04-152.5759
2025-05-172.6805
2025-06-162.7550
2025-07-162.6983
2025-08-152.7043
2025-09-152.8061
2025-10-152.5936
2025-11-142.6086
2025-12-152.5408
2026-01-142.4871
2026-02-132.4554
2026-03-152.4955
2026-04-142.4093
2026-05-152.3217
2026-06-172.2952
2026-07-172.4155
2026-08-162.6245
2026-09-162.6498

High

3.2569

Low

2.2952

Average

2.6739

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.