the csv file api-scrip-master.csv keeps changing for nifty options as strike price and expiry changes, how to automate that change to get new security_id for those options? or we have to download the file everyday to be used in the code?
@Ashwin_Jambhulkar, Ya u have to fetch the file everyday, parse it and get the relevant info from it and use in code.
1 Like
How frequently does the api-scrip-master.csv
file get changed?
I just need banknifty security id based on realtime spot price?
Changes every day. My code fetches and parses it around 8:45 AM every day.
1 Like