Skip to content

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

TOP/TWD over 1Y: show the values
PointTOP/TWD
2025-09-2512.8278
2025-10-0212.6483
2025-10-0912.6841
2025-10-1612.9803
2025-10-2313.0666
2025-10-3012.9405
2025-11-0613.1017
2025-11-1313.1978
2025-11-2013.0509
2025-11-2713.0612
2025-12-0413.1064
2025-12-1113.0886
2025-12-1813.1513
2025-12-2513.0552
2026-01-0113.0983
2026-01-0813.1897
2026-01-1513.2899
2026-01-2213.3640
2026-01-2913.3329
2026-02-0513.4957
2026-02-1213.4376
2026-02-1913.4871
2026-02-2613.3572
2026-03-0513.5244
2026-03-1213.6317
2026-03-1913.6040
2026-03-2613.6830
2026-04-0213.5933
2026-04-0913.5096
2026-04-1713.4332
2026-04-2413.4031
2026-05-0113.6736
2026-05-0813.3928
2026-05-1513.7104
2026-05-2213.4777
2026-05-2913.5678
2026-06-0513.4922
2026-06-1313.2868
2026-06-2013.3398
2026-06-2713.2836
2026-07-0413.3049
2026-07-1113.3171
2026-07-1813.5700
2026-07-2513.5668
2026-08-0113.5018
2026-08-0813.4578
2026-08-1513.2913
2026-08-2213.2162
2026-08-2913.4201
2026-09-0513.4240
2026-09-1213.3441
2026-09-1913.2665

High

13.7104

Low

12.6483

Average

13.3139

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=TWD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=TWD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.