A new version of pykiteconnect v4.0.0 is available now, the release has some breaking changes. Below are the two major breaking changes: - Renamed WebSocket ticker fields as per kite connect doc. - Renamed bsecds to bcd in ticker.EXCHANGE_MAP. To know complete changes and fixes done in this major release, you can go through the release note here.
We also request users not to update to the v3.9.5 version since it contains breaking changes. Instead, use v4.0.0. The same is mentioned in the release note as well.
@rakeshr I am using version 3.7.7, if I update to 4.0.0 will there be any problems in my algo. I am using only nse and nfo. Is there any changes between order placement between 3.7.7 and 4.0.0.
@rakeshr, thanks for the reply. Is there any deadline for 4.0.0? Can I stick with 3.7.7 for few months, before moving to 4.0.0, have to do major changes to my algo.
No, there is no deadline for this. You can use the required version as per your convenience. If any mandatory upgrade is required, we will announce the same on the forum.
pip install --upgrade kiteconnect
e.g. < old field name > --> < new field name >
timestamp --> exchange_timestamp
volume --> volume_traded