Groww
Last updated
Last updated
Groww is currently the #1 stockbroker in India by active clients, offering a seamless digital investing experience to millions of retail investors. With its recent launch of trading APIs, Groww has opened the door for developers and fintech platforms to integrate custom trading workflows. In the context of OpenAlgo integration, Groww’s trading APIs provide capabilities for automated order placement, real-time market data access, and custom strategy execution for retail traders.
To integrate OpenAlgo with Groww, follow the steps below to generate your API key (access token):
Login using your Groww account credentials.
Click the Generate API Token button to create your access token, which will serve as the BROKER_API_KEY
.
Note: Groww does not provide a persistent API secret. You may safely set
BROKER_API_SECRET
to'dummy'
in your.env
file.
All Access Tokens reset daily at 6:00 AM IST, and must be regenerated every day to use OpenAlgo.
You can maintain a maximum of 5 active tokens at a time.
Do not share your access token with untrusted third-party platforms or individuals.
Here is how you would typically set up your environment variables in a .env file for Groww's API:
Integrating OpenAlgo with Groww's trading API allows retail traders to leverage India’s most popular stockbroking platform for building and deploying their own algorithmic trading strategies. It’s a powerful combination for automating trading decisions while using a broker trusted by millions. As with any integration, be sure to handle token management carefully, log errors effectively, and build retry mechanisms to handle token expiry and downtime.
Visit the and click on Getting Started.