how we can get the change percentage do you any calculation and tell me where i can capture 52 week high and low , volume had any calculation and market capital
Hi @guna, You can get percentage change in ticker model. In javakiteconnect, it is called netPriceChangeFromClosingPrice. We don't provide 52-week high-low data as of now.
@sujith : is there a similar percentage change field in Python kite connect client websocket data as well. Although, can calculate it but good to have a built in.
You can get percentage change in ticker model. In javakiteconnect, it is called netPriceChangeFromClosingPrice. We don't provide 52-week high-low data as of now.
It is called as change in pykiteconnect.
Thanks.