Skip to content

TOP to TWD exchange rate API

Pa’anga to New Taiwan Dollar · quoted 2026-09-25

13.3374

▼ +2.65% over 5Y

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 5 years, TOP/TWD traded between 12.0681 and 13.8331, averaged 13.3100 and fell 2.65%. 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 5Y

TOP/TWD over 5Y: show the values
PointTOP/TWD
2024-08-2413.7006
2024-10-0113.5866
2024-10-3113.6933
2024-11-3013.7470
2024-12-3013.7323
2025-01-2913.5008
2025-02-2813.6906
2025-03-3013.8331
2025-04-2913.5956
2025-05-2912.6448
2025-06-2812.0681
2025-07-2812.5436
2025-08-2712.6987
2025-09-2612.6962
2025-10-2613.0865
2025-11-2513.0878
2025-12-2513.0552
2026-01-2413.1839
2026-02-2313.4902
2026-03-2513.5974
2026-04-2513.0758
2026-05-2513.4492
2026-06-2513.4444
2026-07-2513.5668
2026-08-2413.7045
2026-09-2313.5606

High

13.8331

Low

12.0681

Average

13.3100

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.