Skip to content
Raymond Wu (小璋丸) edited this page Oct 16, 2019 · 4 revisions

檢查 2019-10-01 以後的借券賣出資料

sqlite3 ~/.twnews/db/finance.sqlite "select * from short_sell where security_id in ('2330', '6488') and trading_date >= '2019-10-01';"

移除背景作業 process

kill `cat ~/.twnews/fin_schedule.pid`
Clone this wiki locally