📌 置頂: 請把任何比你弱勢的用路人當作你的至親對待。跟前車保持安全車距 (2秒以上)。

使用 Python 套件 twstock 抓取台股股票資料 – 01 如何入門

In

Tags:



by

說到 Python 上面的台股股票套件,大家第一時間一定是想到 toomore/grs,可以說是紅到不能再紅的一個套件。但是他壞掉了。所以誠心向大家推薦改用 mlouielu/twstock

mlouielu/twstock 以簡潔為目標,延續 toomore/grs 的方便功能 (內建分析,四大買賣點),重新設計一套新的可用的台股抓取套件,同時支援基本市況報導網站的即時資料蒐集。讓大家可以專注在爬蟲設計上面。

使用的方法很簡單,透過 pip install 就可以裝載最新版的 twstock:

使用範例:

抓取單檔 (台積電 2330) 股票歷史紀錄

抓取單檔 (台積電 2330, 旺矽 6223) 股票即時資料

抓取多檔股票即時資料

 

了解更多

想要了解更多,可以到 twstock – GitHub 觀看原始碼。如果想要了解更多功能,可以到 twstock – documentation 觀看詳盡的文件。如果還是不知道該怎麼做,請來 twstock – gitter 發問。

此外,也歡迎共同貢獻,請使用 GitHub 的 issues 以及 Pull Request 功能。感恩!


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.