zerodha / pykiteconnect

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

Retrieve total market depth/all levels #75

Closed harshadmanglani closed 4 years ago

harshadmanglani commented 4 years ago

I want to retrieve the total market depth of buy/sell or retrieve all levels instead of just 5 in order to compute the total. There seems to be no feature for this. Can it be added?

harshadmanglani commented 4 years ago

Got it, buy_quantity, sell_quantity, wasn't aware this was of the depth. Maybe move these attributes inside depth {}? closed