zerodha / pykiteconnect

The official Python client library for the Kite Connect trading APIs
MIT License
978 stars 467 forks source link

feat: Add bcd price divisor for ticker #131

Closed ranjanrak closed 2 years ago

ranjanrak commented 2 years ago
vividvilla commented 2 years ago

I don't know why we did this earlier but bsecds should be bcd in the map. Since we export this we can't just rename so we need to add new key called bcd with same value value 6 and add a note about deprecation in next version.

https://github.com/zerodha/pykiteconnect/blob/14fc04e155e6cb11abd2bd4211f1bcb065cd659f/kiteconnect/ticker.py#L366