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: show the values
| Point | TWD/INR |
|---|---|
| 2021-09-27 | 2.6641 |
| 2021-11-08 | 2.6620 |
| 2021-12-20 | 2.7187 |
| 2022-02-01 | 2.6900 |
| 2022-03-15 | 2.6734 |
| 2022-04-29 | 2.5976 |
| 2022-06-15 | 2.6316 |
| 2022-07-27 | 2.6663 |
| 2022-09-07 | 2.5849 |
| 2022-10-19 | 2.5845 |
| 2022-11-30 | 2.6382 |
| 2023-01-12 | 2.6787 |
| 2023-02-23 | 2.7194 |
| 2023-04-11 | 2.6909 |
| 2023-05-26 | 2.6872 |
| 2023-07-10 | 2.6318 |
| 2023-08-21 | 2.6055 |
| 2023-10-02 | 2.5777 |
| 2023-11-13 | 2.5743 |
| 2023-12-27 | 2.6982 |
| 2024-02-08 | 2.6434 |
| 2024-03-21 | 2.6076 |
| 2024-05-08 | 2.5772 |
| 2024-06-24 | 2.5787 |
| 2024-08-05 | 2.5789 |
| 2024-09-13 | 2.6687 |
| 2024-10-16 | 2.6538 |
| 2024-11-15 | 2.6393 |
| 2024-12-15 | 2.6537 |
| 2025-01-14 | 2.6645 |
| 2025-02-13 | 2.6982 |
| 2025-03-15 | 2.6399 |
| 2025-04-14 | 2.6975 |
| 2025-05-14 | 2.8707 |
| 2025-06-13 | 2.9653 |
| 2025-07-13 | 2.9637 |
| 2025-08-12 | 2.9836 |
| 2025-09-11 | 2.9677 |
| 2025-10-11 | 2.8893 |
| 2025-11-10 | 2.8616 |
| 2025-12-10 | 2.8808 |
| 2026-01-09 | 2.8535 |
| 2026-02-08 | 2.8710 |
| 2026-03-10 | 2.8925 |
| 2026-04-09 | 2.9135 |
| 2026-05-09 | 3.0152 |
| 2026-06-09 | 3.0208 |
| 2026-07-09 | 2.9661 |
| 2026-08-08 | 2.9522 |
| 2026-09-07 | 2.9917 |
High
3.0257
Low
2.5743
Average
2.7483
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.