Equity stock analysis bot using python

Hello Team,

My objective is to analyze equity stocks current prices and create report based on that ,

for this i want to fetch lets say top 1000 companie’s current price lets say at morning and filter out stocks based on strategy , so for this case what things i need to use from upstox level like which exact api?
as per my findings we need authenticate first then need to use instrument data ? is this correct approach?

Hi, for this requirement, you will need to connect to a WebSocket, as it is not possible to retrieve such a large amount of data through APIs.

For more details, please refer to the Market Data Feeder V3 documentation:

Thanks!