toomore / grs

📈 台灣上市上櫃股票價格擷取(Fetch Taiwan Stock Exchange data)含即時盤、台灣時間轉換、開休市判斷。

Home Page:http://pypi.python.org/pypi/grs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

以 number 當 stock key 似乎不妥

dlintw opened this issue · comments

臺灣股票應該會有含英文字母. 建議改以文字當 key,
eg.
03236C 元牛Y1

另外一個例子是 s = Stock(0050) 應該會失敗.

好,我修正一下

@dlintw 已修正到 v0.4.2,感謝建議!

It works.