zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Finance/TWSE (Taiwan)
Logo TWSE (Taiwan)

TWSE (Taiwan)

Seluruh pasar saham Taiwan dalam satu panggilan: OHLC, volume, nilai, dan jumlah transaksi tiap kode.

1 endpoint1 endpoint on this scraper4 calls4 calls so farupdated last monthLast updated 8/8/2026, 10:10:24 AMllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Daily Market

Ringkasan harian seluruh emiten Taiwan. Tanggal kalender ROC upstream dikonversi ke ISO.

GET/v1/finance:twse/daily15m cache3 paramschecking key…
Parameters
codestring

Keep a single listing code. Omit for the whole market.

lengthnumber

Rows to return (default 50, max 2000)

sortenum

Order rows by traded value (default), volume, or code.

·
Response
EXAMPLE
{
  "date": "2026-08-07",
  "sort": "value",
  "count": 8,
  "items": [
    {
      "low": 2355,
      "code": "2330",
      "date": "2026-08-07",
      "high": 2395,
      "name": "台積電",
      "open": 2390,
      "close": 2370,
      "value": 57947015347,
      "change": 5,
      "volume": 24414025,
      "transactions": 64670
    },
    {
      "low": 445,
      "code": "2408",
      "date": "2026-08-07",
      "high": 463,
      "name": "南亞科",
      "open": 456.5,
      "close": 457,
      "value": 32106124944,
      "change": -2,
      "volume": 70547660,
      "transactions": 70841
    },
    {
      "low": 160.5,
      "code": "2344",
      "date": "2026-08-07",
      "high": 170.5,
      "name": "華邦電",
      "open": 170,
      "close": 163.5,
      "value": 29019818860,
      "change": -7.5,
      "volume": 176709453,
      "transactions": 118087
    },
    {
      "low": 3825,
      "code": "2454",
      "date": "2026-08-07",
      "high": 4010,
      "name": "聯發科",
      "open": 3990,
      "close": 3900,
      "value": 25900624790,
      "change": -20,
      "volume": 6607003,
      "transactions": 42825
    },
    {
      "low": 531,
      "code": "2327",
      "date": "2026-08-07",
      "high": 578,
      "name": "國巨*",
      "open": 560,
      "close": 540,
      "value": 24331353698,
      "change": -30,
      "volume": 44277453,
      "transactions": 95384
    },
    {
      "low": 178.5,
      "code": "1303",
      "date": "2026-08-07",
      "high": 193,
      "name": "南亞",
      "open": 189,
      "close": 188,
      "value": 23929994073,
      "change": 9.5,
      "volume": 129122451,
      "transactions": 79564
    },
    {
      "low": 942,
      "code": "3037",
      "date": "2026-08-07",
      "high": 999,
      "name": "欣興",
      "open": 986,
      "close": 955,
      "value": 20870585514,
      "change": -18,
      "volume": 21596279,
      "transactions": 36856
    },
    {
      "low": 114,
      "code": "2303",
      "date": "2026-08-07",
      "high": 121.5,
      "name": "聯電",
      "open": 121.5,
      "close": 116,
      "value": 19789208343,
      "change": -5.5,
      "volume": 169352784,
      "transactions": 123813
    }
  ],
  "total": 1377,
  "market": "taiwan",
  "source": "twse",
  "currency": "TWD"
}

Code

Daily Market
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:twse", "daily", {
  "code": "2330",
  "length": 50,
  "sort": "value"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Daily Market/v1/finance:twse/daily
3 params

Parameters

codestringoptional
Keep a single listing code. Omit for the whole market.
lengthnumberoptional
Rows to return (default 50, max 2000)
sortenumoptional
Order rows by traded value (default), volume, or code. Values: value, volume, code.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:twse/daily?code=2330&length=50&sort=value" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "date": "2026-08-07",
  "sort": "value",
  "count": 8,
  "items": [
    {
      "low": 2355,
      "code": "2330",
      "date": "2026-08-07",
      "high": 2395,
      "name": "台積電",
      "open": 2390,
      "close": 2370,
      "value": 57947015347,
      "change": 5,
      "volume": 24414025,
      "transactions": 64670
    },
    {
      "low": 445,
      "code": "2408",
      "date": "2026-08-07",
      "high": 463,
      "name": "南亞科",
      "open": 456.5,
      "close": 457,
      "value": 32106124944,
      "change": -2,
      "volume": 70547660,
      "transactions": 70841
    },
    {
      "low": 160.5,
      "code": "2344",
      "date": "2026-08-07",
      "high": 170.5,
      "name": "華邦電",
      "open": 170,
      "close": 163.5,
      "value": 29019818860,
      "change": -7.5,
      "volume": 176709453,
      "transactions": 118087
    },
    {
      "low": 3825,
      "code": "2454",
      "date": "2026-08-07",
      "high": 4010,
      "name": "聯發科",
      "open": 3990,
      "close": 3900,
      "value": 25900624790,
      "change": -20,
      "volume": 6607003,
      "transactions": 42825
    },
    {
      "low": 531,
      "code": "2327",
      "date": "2026-08-07",
      "high": 578,
      "name": "國巨*",
      "open": 560,
      "close": 540,
      "value": 24331353698,
      "change": -30,
      "volume": 44277453,
      "transactions": 95384
    },
    {
      "low": 178.5,
      "code": "1303",
      "date": "2026-08-07",
      "high": 193,
      "name": "南亞",
      "open": 189,
      "close": 188,
      "value": 23929994073,
      "change": 9.5,
      "volume": 129122451,
      "transactions": 79564
    },
    {
      "low": 942,
      "code": "3037",
      "date": "2026-08-07",
      "high": 999,
      "name": "欣興",
      "open": 986,
      "close": 955,
      "value": 20870585514,
      "change": -18,
      "volume": 21596279,
      "transactions": 36856
    },
    {
      "low": 114,
      "code": "2303",
      "date": "2026-08-07",
      "high": 121.5,
      "name": "聯電",
      "open": 121.5,
      "close": 116,
      "value": 19789208343,
      "change": -5.5,
      "volume": 169352784,
      "transactions": 123813
    }
  ],
  "total": 1377,
  "market": "taiwan",
  "source": "twse",
  "currency": "TWD"
}

Related APIs

More in finance

Pluang

financepluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

1.3M1.3M calls so far1dResponses cached for 1d
Busy: 10+ calls so far

IDX (Bursa Efek Indonesia)

financeidx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

565.5K565.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

TradingView

financetradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

222.2K222.2K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Stockbit

financestockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

106.5K106.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Binance Futures

financebinance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

40.3K40.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Bybit

financebybit

Bybit v5 market data: candles, 5-minute open interest and account ratios with cursor pagination, funding history and instrument specs.

22.3K22.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportStatusReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.