79338961

Date: 2025-01-08 11:34:12
Score: 1.5
Natty:
Report link

yes, this works for stocks, how can I get data for NIFTY AND BANKNIFTY for all columns and send excel output to output folder?

What should I write stock on fno

api_req=req.get('https://www.nseindia.com/api/quote-derivative?symbol=NIFTY',headers = headers).json()
for item in api_req['**stocks**']:
    data.append([
        item['metadata']['instrumentType'],
        item['metadata']['openPrice']])
Reasons:
  • Blacklisted phrase (0.5): how can I
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ashish Sharma