Way to get all company stock prices

Is there any api request to get data of all companies current stock pricing

To obtain the final price from the last trading day, utilize the instrument API provided at Instruments | Upstox Developer API.

Should you need to retrieve the current stock price, visit LTP Market Quotes | Upstox Developer API for further guidance. It’s not possible to fetch all stocks at once, though you can pass 100 in comma-separated query params.

do I need to have a brokerage account with Upstox to use their API ? I am a developer and I just want to use their api to get real time market data.

@Sandeep_Dravid You will need an Upstox account to use the Upstox API. To get started, refer to the API documentation here: Developer API | Upstox Developer API.

For WebSocket integration, please check out the following link: Market Data Feed | Upstox Developer API.

Additionally, we have provided pre-built SDKs for Python, Node.js, Java, and PHP: