/TaiwanStockBSR

提供TSE與OTC提供之個股分公司進出明細下載,讓你追蹤大戶用

Primary LanguagePythonMIT LicenseMIT

StealStockWealth

This's something to do for me.

Python practice.

##collect Taiwan Stock Exchange information toolkit.

  1. TSE - http://bsr.twse.com.tw/bshtm/
  2. OTC - http://www.gretai.org.tw/ch/stock/aftertrading/broker_trading/brokerBS.php

##usage:

###require module

BeautifulSoup - http://www.crummy.com/software/BeautifulSoup/

1. install BeautifulSoup 改用內建的re來處理網頁

  1. run
python GetTWBSR.py

and wait csv download in BSR folder.

##Todo.

  • add OTC information.
  • maybe using 're' replace BeautifulSoup
  • csv to db
  • Web GUI...