TOP to TWD exchange rate API
Pa’anga to New Taiwan Dollar · quoted 2026-09-25
13.3374
▲ +3.97% over 1Y
1 TOP = 13.3374 TWD · 1 TWD = 0.07498 TOP · Get this rate via the API
1 TOP buys 13.3374 TWD as of 2026-09-25, so 1 TWD buys 0.07498 TOP. Over the last year, TOP/TWD traded between 12.6483 and 13.7104, averaged 13.3139 and rose 3.97%. The API holds daily TOP/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/TWD over 1Y: show the values
| Point | TOP/TWD |
|---|---|
| 2025-09-25 | 12.8278 |
| 2025-10-02 | 12.6483 |
| 2025-10-09 | 12.6841 |
| 2025-10-16 | 12.9803 |
| 2025-10-23 | 13.0666 |
| 2025-10-30 | 12.9405 |
| 2025-11-06 | 13.1017 |
| 2025-11-13 | 13.1978 |
| 2025-11-20 | 13.0509 |
| 2025-11-27 | 13.0612 |
| 2025-12-04 | 13.1064 |
| 2025-12-11 | 13.0886 |
| 2025-12-18 | 13.1513 |
| 2025-12-25 | 13.0552 |
| 2026-01-01 | 13.0983 |
| 2026-01-08 | 13.1897 |
| 2026-01-15 | 13.2899 |
| 2026-01-22 | 13.3640 |
| 2026-01-29 | 13.3329 |
| 2026-02-05 | 13.4957 |
| 2026-02-12 | 13.4376 |
| 2026-02-19 | 13.4871 |
| 2026-02-26 | 13.3572 |
| 2026-03-05 | 13.5244 |
| 2026-03-12 | 13.6317 |
| 2026-03-19 | 13.6040 |
| 2026-03-26 | 13.6830 |
| 2026-04-02 | 13.5933 |
| 2026-04-09 | 13.5096 |
| 2026-04-17 | 13.4332 |
| 2026-04-24 | 13.4031 |
| 2026-05-01 | 13.6736 |
| 2026-05-08 | 13.3928 |
| 2026-05-15 | 13.7104 |
| 2026-05-22 | 13.4777 |
| 2026-05-29 | 13.5678 |
| 2026-06-05 | 13.4922 |
| 2026-06-13 | 13.2868 |
| 2026-06-20 | 13.3398 |
| 2026-06-27 | 13.2836 |
| 2026-07-04 | 13.3049 |
| 2026-07-11 | 13.3171 |
| 2026-07-18 | 13.5700 |
| 2026-07-25 | 13.5668 |
| 2026-08-01 | 13.5018 |
| 2026-08-08 | 13.4578 |
| 2026-08-15 | 13.2913 |
| 2026-08-22 | 13.2162 |
| 2026-08-29 | 13.4201 |
| 2026-09-05 | 13.4240 |
| 2026-09-12 | 13.3441 |
| 2026-09-19 | 13.2665 |
High
13.7104
Low
12.6483
Average
13.3139
Get this rate via the API
One GET request returns the TOP/TWD 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=TOP¤cies=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TWD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/TWD API questions
How do I get the TOP/TWD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TWD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/TWD rate in rates.TWD.
How far back does TOP/TWD historical data go?
Daily TOP/TWD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free TOP/TWD 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.