[Feature Request] NSE Large Deals

You have discovered a new URL.

It’s called Large Deals and it contains three data in one snapshot - Bulk Deal, Short Deal, and Block Deal. I will add this in the next update shortly.

You can use this mean while -

def get_largedeals():
    return nsefetch('https://www.nseindia.com/api/snapshot-capital-market-largedeal')

print(get_largedeals())

Thanks :slight_smile:

1 Like