Get SMA, Delivery % for watchlist stocks

Is there a website that gives consolidated simple moving average 30, 50 ,100, 200 days, Avg delivery % for the last 3, 5, 10 days for wishlisted stocks on a single page? If not from which website (reliable & updated) I can scrap that information through a python code?

use economic times etmarkets scanner

Yes there are so many screeners are available. But I need SMA only for my portfolio/wishlisted stocks.

use stock edge app

I have stock edge app but I don’t see any option like this.

You may code a script where you can mention all the wishlist stocks in a page and on a click, you can get SMA values of 30, 50 ,100, 200 days and avg delivery percentage. For any help, you can drop a message.

@girishmathur Thanks for the reply. I have a few queries regarding the script.

  1. Are u talking about a python script?
  2. What would be a reliable source pick 30, 50 ,100, 200 days and avg delivery percentage data?
    I would thankful if u can share raw code for the same.