Skip to content

krsteve/pykiwoom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pykiwoom

Python module for Kiwoom Open API+

install

pip install pykiwoom

usages

from pykiwoom.kiwoom import *
from pykiwoom.wrapper import *

kiwoom = Kiwoom()
kiwoom.comm_connect()
wrapper = KiwoomWrapper(kiwoom)

df = wrapper.get_daily_data('000660', start='20161201', end='20161210')
pbr = wrapper.get_pbr('000660')
per = wrapper.get_per('000660')
print(pbr, per)

About

Python module for Kiwoom Open API+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%