Taiwan Stock Institutional Trades (TWSE) - 三大法人買賣超 avatar

Taiwan Stock Institutional Trades (TWSE) - 三大法人買賣超

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Taiwan Stock Institutional Trades (TWSE) - 三大法人買賣超

Taiwan Stock Institutional Trades (TWSE) - 三大法人買賣超

Daily foreign/trust/dealer net buy-sell data for all 1,300+ Taiwan Stock Exchange (TWSE) listed stocks. Official T86 data feed, structured JSON, since 2012.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

chris

chris

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Taiwan Stock Institutional Trades (TWSE)

Daily foreign investor / investment trust / dealer buy-sell data for all Taiwan Stock Exchange (TWSE) listed companies — straight from the official TWSE T86 data feed, normalized into clean JSON.

Track the "smart money" flows that drive the Taiwan stock market.

Why this data matters

Taiwan's stock market is institutionally driven. Three institutional actor groups — foreign investors (外資), investment trusts (投信), and proprietary dealers (自營商) — collectively trade ~40-60% of daily volume. Their net buy/sell positions on TSMC (2330), Hon Hai (2317), MediaTek (2454), and 1,300+ other listed stocks are leading indicators watched by every serious Taiwan market participant.

This Actor gives you that data programmatically — every trading day, back to 2012.

Who this is for

Use caseUser
Quantitative trading strategiesHedge funds, prop traders building factor models on Taiwan equities
Portfolio positioningPortfolio managers tracking foreign flows into semiconductors
Market research & publicationFinancial media, analysts writing on Asia markets
Academic finance researchAsset pricing, market microstructure studies
Regulatory/policy analysisTracking foreign capital flows during policy events
Retail investor toolsBuilding apps that show institutional activity on specific stocks

What data you get

For every trading day and every listed stock, the 19 fields:

FieldChineseMeaning
stock_code證券代號Stock ticker (e.g., 2330)
stock_name證券名稱Company name
foreign_buy / _sell / _net外陸資Foreign investors (ex-dealer)
foreign_dealer_buy / _sell / _net外資自營商Foreign proprietary dealers
trust_buy / _sell / _net投信Investment trusts (domestic mutual funds)
dealer_prop_buy / _sell / _net自營商(自行買賣)Proprietary dealer (own account)
dealer_hedge_buy / _sell / _net自營商(避險)Proprietary dealer (hedging account)
dealer_net自營商總計Dealer total net
total_institutional_net三大法人買賣超Combined institutional net position

All quantities are in shares (not lots).

Input parameters

{
"startDate": "2026-04-01",
"endDate": "2026-04-04",
"stockCodes": ["2330", "2317", "2454"],
"marketType": "TWSE"
}
FieldTypeDescription
startDatestringYYYY-MM-DD (required)
endDatestringYYYY-MM-DD, inclusive. Empty = single day
stockCodesarrayFilter to specific tickers. Empty = all ~1300 stocks
marketTypeenumTWSE (listed). OTC/TPEx coming soon

Output example

{
"date": "2026-04-01",
"stock_code": "2330",
"stock_name": "台積電",
"foreign_buy": 12500000,
"foreign_sell": 6318718,
"foreign_net": 6181282,
"foreign_dealer_net": 0,
"trust_buy": 850000,
"trust_sell": 120000,
"trust_net": 730000,
"dealer_prop_net": 1200000,
"dealer_hedge_net": 1166171,
"dealer_net": 2366171,
"total_institutional_net": 9277453
}

A positive total_institutional_net means institutions bought more than they sold (bullish signal).

Pricing

Pay-per-result: $1.00 per 1,000 records. A full day of TWSE data (~1,300 stocks) = ~$1.30.

Typical usage:

  • 1 day, specific 5 stocks: ~$0.005
  • 1 month (20 trading days), all stocks: ~$26
  • 1 year, specific 20 stocks: ~$0.25

Data availability

  • Coverage: All ~1,300 TWSE listed stocks + ETFs
  • History: From 2012-05-02 onwards
  • Update frequency: Daily at ~17:00 TPE time (after market close)
  • Source: TWSE T86 official data feed

Common quantitative use cases

# 1. Find stocks with strongest foreign buying streaks
# Run for past 20 days, group by stock_code, sum foreign_net, rank desc
# 2. Detect institutional divergence
# Find stocks where foreign_net > 0 but trust_net < 0
# 3. Cross-reference with price data
# Merge with TWSE daily quotes to compute foreign_flow × price correlation
# 4. Event-driven analysis
# Track institutional flows around earnings or macro events

Tips

  • For a specific ticker, always use stockCodes filter to minimize cost
  • For time-series backfill, run with a wide date range
  • TWSE skips weekends automatically — no wasted calls
  • Data is final at ~17:00 TPE daily — don't query same-day before that

Disclaimer

Data is sourced from TWSE's official public data feed. This Actor is not affiliated with or endorsed by Taiwan Stock Exchange. Accuracy depends on the source; verify critical trading decisions against official TWSE publications.

Keywords

Taiwan stock market data, TWSE API, foreign investor flows Taiwan, institutional trading Taiwan, TSMC institutional holdings, 三大法人, 外資買賣超, Taiwan quant trading data, Asia equities data, 投信持股, Taiwan financial data API, smart money Taiwan, 台股外資買賣超, Taiwanese market microstructure