UNPKG

node-twstock

Version:

A client library for scraping Taiwan stock market data

9 lines (8 loc) 146 B
export interface StockEps { exchange: string; symbol: string; name: string; eps: number; year: number; quarter: number; }