The foundational SDK for accessing Groww APIs and listening to live data streams. This package provides the core functionalities required to interact with Groww's trading platform. Current version 1.5.0, monthly releases.
pip install growwapiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize SDK with environment variables and fetch user profile.
Ensure you set `access_token` and `api_key` when initializing GrowwSDK.
Use `sdk.get_order_history()` instead.
Implement request throttling with exponential backoff.