Skip to content

Releases: BennyThadikaran/Kite-Trader

Changelog v3.0.2

10 Jul 08:09
Compare
Choose a tag to compare
28797d7 (HEAD -> main)

- Patched kite.historical_data and kite.instruments for Kite Web
- `exchange` parameter not allowed on Kite Web for kite.instruments
- Bump version to 3.0.2

Changelog v3.0.1-3

25 Apr 16:16
Compare
Choose a tag to compare
When using a library like `pyotp`, pass the `totp.now` function to Kite's
twofa argument. The function will be called internally, when otp is required.

f0c9f7f (HEAD -> main) Bump to version 3.0.1

8b8fcff twofa argument now accepts a callable that returns otp string

Changelog v3.0.0

22 Apr 15:25
Compare
Choose a tag to compare
bdb11ec (HEAD -> main) Bump version to 3.0.0

fd3e83b Updated README with breaking changes (v3.0.0) and warnings

514ce18 added type hints to methods

31a7a24 Return the entire JSON response for all methods

7684daf expose the `configure_default_logger` function

8b6b899

- Implements cookie expiry mechanism on Kite web login.
- If cookie file expired, delete and reauthorize the user

v2.2.0: 3d49c58 (HEAD -> main) Bump version to 2.2.0

19 Apr 17:20
Compare
Choose a tag to compare
8cfcfc7 corrected minor spelling error

5fc64b5 Updated changes in README

f40e156

- Adding logging support
- Replace print statements with logging module

d27ff5f Added new constants

6f01f94 Add support for KiteConnect Api login

v2.1.0-1

15 Apr 15:21
Compare
Choose a tag to compare
v2.1.0-1

v2.0.0: - Added retry feature if connection fails

29 Jan 08:09
Compare
Choose a tag to compare
- Methods raise ConnectionError no longer returns None
- historical_data accepts iso-formatted date string - better 3.8 compatibility

v1.1.1

06 Dec 18:34
Compare
Choose a tag to compare
- add support for python >= 3.8

v1.1.0

03 Nov 08:09
Compare
Choose a tag to compare
kitetrader no longer exits on error