UNPKG

node-twstock

Version:

A client library for scraping Taiwan stock market data

13 lines (12 loc) 260 B
export interface StockInstitutional { date: string; symbol: string; exchange: string; name: string; institutional: Array<{ investor: string; totalBuy: number; totalSell: number; difference: number; }>; }