Skip to content

TWD to IDR exchange rate API

New Taiwan Dollar to Rupiah · quoted 2026-09-24

560.7257

▲ +9.07% over 5Y

1 TWD = 560.7257 IDR · 1 IDR = 0.001783 TWD · Get this rate via the API

1 TWD buys 560.7257 IDR as of 2026-09-24, so 1 IDR buys 0.001783 TWD. Over the last 5 years, TWD/IDR traded between 480.4768 and 568.6739, averaged 516.2187 and rose 9.07%. The API holds daily TWD/IDR rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/IDR over 5Y

TWD/IDR over 5Y: show the values
PointTWD/IDR
2021-09-27514.0986
2021-11-08512.0669
2021-12-20516.5026
2022-02-01515.2159
2022-03-15500.2630
2022-04-29492.9146
2022-06-15495.9509
2022-07-27499.9376
2022-09-07483.4250
2022-10-19483.3447
2022-11-30508.5035
2023-01-12502.1656
2023-02-23500.6807
2023-04-11488.8490
2023-05-26486.7414
2023-07-10484.3638
2023-08-21480.4768
2023-10-02481.9159
2023-11-13485.3922
2023-12-27499.3343
2024-02-08498.7208
2024-03-21491.6346
2024-05-08496.2107
2024-06-24506.5180
2024-08-05496.1968
2024-09-13489.9579
2024-10-16490.4414
2024-11-15496.5630
2024-12-15501.3731
2025-01-14501.9622
2025-02-13508.2585
2025-03-15495.8844
2025-04-14527.3199
2025-05-14555.9140
2025-06-13561.9945
2025-07-13560.2598
2025-08-12554.8860
2025-09-11553.1895
2025-10-11540.7110
2025-11-10538.6334
2025-12-10534.5513
2026-01-09533.2579
2026-02-08534.1472
2026-03-10530.5226
2026-04-09537.5868
2026-05-09554.9058
2026-06-09568.6739
2026-07-09562.9916
2026-08-08552.3044
2026-09-07558.7132

High

568.6739

Low

480.4768

Average

516.2187

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/IDR API questions

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

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

How far back does TWD/IDR historical data go?

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