I am building an algo strategy in which CE/PE will be bought/sold based on Delta ..I am deploying strategy on AWS LAmbda,somehow necessary dependencies (Layers) are more than threshold value of MB( file size)..Is there any other way I can fetch data of Delta / strikeprice and use in my Algo??Thanks in advance..
Thanks..I dont find anything related to delta in that discussion...Is there any specification section you are suggesting in that thread or site (mentioned in thread) ??/
You will need to calculate the Delta value programmatically, as the Kite Connect API does not provide Greeks directly. You can refer to the option chain data and Python library .