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: show the values
| Point | TWD/IDR |
|---|---|
| 2021-09-27 | 514.0986 |
| 2021-11-08 | 512.0669 |
| 2021-12-20 | 516.5026 |
| 2022-02-01 | 515.2159 |
| 2022-03-15 | 500.2630 |
| 2022-04-29 | 492.9146 |
| 2022-06-15 | 495.9509 |
| 2022-07-27 | 499.9376 |
| 2022-09-07 | 483.4250 |
| 2022-10-19 | 483.3447 |
| 2022-11-30 | 508.5035 |
| 2023-01-12 | 502.1656 |
| 2023-02-23 | 500.6807 |
| 2023-04-11 | 488.8490 |
| 2023-05-26 | 486.7414 |
| 2023-07-10 | 484.3638 |
| 2023-08-21 | 480.4768 |
| 2023-10-02 | 481.9159 |
| 2023-11-13 | 485.3922 |
| 2023-12-27 | 499.3343 |
| 2024-02-08 | 498.7208 |
| 2024-03-21 | 491.6346 |
| 2024-05-08 | 496.2107 |
| 2024-06-24 | 506.5180 |
| 2024-08-05 | 496.1968 |
| 2024-09-13 | 489.9579 |
| 2024-10-16 | 490.4414 |
| 2024-11-15 | 496.5630 |
| 2024-12-15 | 501.3731 |
| 2025-01-14 | 501.9622 |
| 2025-02-13 | 508.2585 |
| 2025-03-15 | 495.8844 |
| 2025-04-14 | 527.3199 |
| 2025-05-14 | 555.9140 |
| 2025-06-13 | 561.9945 |
| 2025-07-13 | 560.2598 |
| 2025-08-12 | 554.8860 |
| 2025-09-11 | 553.1895 |
| 2025-10-11 | 540.7110 |
| 2025-11-10 | 538.6334 |
| 2025-12-10 | 534.5513 |
| 2026-01-09 | 533.2579 |
| 2026-02-08 | 534.1472 |
| 2026-03-10 | 530.5226 |
| 2026-04-09 | 537.5868 |
| 2026-05-09 | 554.9058 |
| 2026-06-09 | 568.6739 |
| 2026-07-09 | 562.9916 |
| 2026-08-08 | 552.3044 |
| 2026-09-07 | 558.7132 |
High
568.6739
Low
480.4768
Average
516.2187
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.