UNPKG

node-twstock

Version:

A client library for scraping Taiwan stock market data

12 lines (11 loc) 207 B
export interface IndexHistorical { date: string; exchange: string; symbol: string; name: string; open: number; high: number; low: number; close: number; change: number; }