-
Notifications
You must be signed in to change notification settings - Fork 11
Releases: breadum/kiwoom-restful
v0.4.0
v0.3.0
0.3.0 Handle df slice object to support empty string
Assets 2
v0.2.9
0.2.9 Support mock server with 1 request limit per sec
Assets 2
v0.2.8
0.2.8 Support custom http headers with User Agent
bot.connect ( headers={'User-Agent': ...} )
Assets 2
v0.2.7 (Release Candidate)
0.2.6 Set dynamic event loop in RateLimiter
0.2.7 Fix remove_register method
API에 변화가 없다면 구조상 큰 변화는 없을 예정입니다. (RC 단계)
Assets 2
v0.2.5
This version will be stable for a while unless huge problem occurs.
0.2.4 Update callback arg specs 'RealData' and add sector list function
0.2.5 Update dataframe dtypes for candle data
Assets 2
v0.2.3
v0.2.3 fix minor bug when saving data to csv files
Assets 2
v0.2.2
v0.2.0 Handle live websocket stream and implement async callback system
v0.2.1 Return 'RealData' a wrapper object for real-time data instead of raw json string
v0.2.2 Add warnings to check connection status and safe guards for closing
Assets 2
v0.2.0
Add websocket handler with async callback system.
Assets 2
v0.1.0
Release initial code based on REST API basic structure.