@subh
Please provide awareness message for ASM/GSM stock when placing order through API for script under ASM/GSM. It is allowed by NSE ( Download Ref No: NSE/INSP/58999 Date: October 19th
, 2023, Circular Ref. No: 93/2023,, at 17(o) )
@subh what is your use case that you want every tick data at 1 sec. you can always workout without such high frequency data.
You can use few strike price as you will not need tick for complete option chain.
If your use case demands every tick and processing. use some db and then work around that. Pandas dataframe and then running will always take some processing time. save raw data somewhere if you wish to. Maybe use 1 task for saving and another for processing.