├── Kiwoom_datareader_v0.1.py ├── Kiwoom_datareader_v0.1.ui ├── README.md ├── decorators.py ├── kiwoomAPI.py ├── sample_img ├── daily.PNG ├── mainwindow.gif └── minute.PNG ├── stock_price.db └── tr_receive_handler.py /Kiwoom_datareader_v0.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyusu/Kiwoom_datareader/HEAD/Kiwoom_datareader_v0.1.py -------------------------------------------------------------------------------- /Kiwoom_datareader_v0.1.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyusu/Kiwoom_datareader/HEAD/Kiwoom_datareader_v0.1.ui -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyusu/Kiwoom_datareader/HEAD/README.md -------------------------------------------------------------------------------- /decorators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyusu/Kiwoom_datareader/HEAD/decorators.py -------------------------------------------------------------------------------- /kiwoomAPI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyusu/Kiwoom_datareader/HEAD/kiwoomAPI.py -------------------------------------------------------------------------------- /sample_img/daily.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyusu/Kiwoom_datareader/HEAD/sample_img/daily.PNG -------------------------------------------------------------------------------- /sample_img/mainwindow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyusu/Kiwoom_datareader/HEAD/sample_img/mainwindow.gif -------------------------------------------------------------------------------- /sample_img/minute.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyusu/Kiwoom_datareader/HEAD/sample_img/minute.PNG -------------------------------------------------------------------------------- /stock_price.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyusu/Kiwoom_datareader/HEAD/stock_price.db -------------------------------------------------------------------------------- /tr_receive_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyusu/Kiwoom_datareader/HEAD/tr_receive_handler.py --------------------------------------------------------------------------------