Skip to content

TWD to INR exchange rate API

New Taiwan Dollar to Indian Rupee · quoted 2026-09-24

3.0257

▲ +13.57% over 5Y

1 TWD = 3.0257 INR · 1 INR = 0.33051 TWD · Get this rate via the API

1 TWD buys 3.0257 INR as of 2026-09-24, so 1 INR buys 0.33051 TWD. Over the last 5 years, TWD/INR traded between 2.5743 and 3.0257, averaged 2.7483 and rose 13.57%. The API holds daily TWD/INR rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/INR over 5Y

TWD/INR over 5Y: show the values
PointTWD/INR
2021-09-272.6641
2021-11-082.6620
2021-12-202.7187
2022-02-012.6900
2022-03-152.6734
2022-04-292.5976
2022-06-152.6316
2022-07-272.6663
2022-09-072.5849
2022-10-192.5845
2022-11-302.6382
2023-01-122.6787
2023-02-232.7194
2023-04-112.6909
2023-05-262.6872
2023-07-102.6318
2023-08-212.6055
2023-10-022.5777
2023-11-132.5743
2023-12-272.6982
2024-02-082.6434
2024-03-212.6076
2024-05-082.5772
2024-06-242.5787
2024-08-052.5789
2024-09-132.6687
2024-10-162.6538
2024-11-152.6393
2024-12-152.6537
2025-01-142.6645
2025-02-132.6982
2025-03-152.6399
2025-04-142.6975
2025-05-142.8707
2025-06-132.9653
2025-07-132.9637
2025-08-122.9836
2025-09-112.9677
2025-10-112.8893
2025-11-102.8616
2025-12-102.8808
2026-01-092.8535
2026-02-082.8710
2026-03-102.8925
2026-04-092.9135
2026-05-093.0152
2026-06-093.0208
2026-07-092.9661
2026-08-082.9522
2026-09-072.9917

High

3.0257

Low

2.5743

Average

2.7483

For developers

Get this rate via the API

One GET request returns the TWD/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/INR API questions

How do I get the TWD/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/INR rate in rates.INR.

How far back does TWD/INR historical data go?

Daily TWD/INR 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/INR 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.