--- id: growwapi version: "1.5.0" license: MIT license_treatment: permissive maintenance: aging --- # growwapi — 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. License: permissive · Maintenance: aging · Downloads: 91.0K/mo ## What it is and what it does growwapi is a Python SDK that wraps Groww's trading platform API, allowing developers to programmatically place, modify, and cancel orders, retrieve account holdings and trade history, and subscribe to live market data streams. It provides two main interfaces: a synchronous GrowwAPI client for one-off queries and a GrowwFeed client for both polling and callback-driven access to real-time price updates and market events. The package depends on aiohttp, requests, pandas, pydantic, protobuf, and nats-py to handle async HTTP, synchronous requests, data manipulation, validation, message serialization, and streaming subscriptions. It supports Python 3.9 through 3.13 and is distributed as a pure-Python wheel, making installation straightforward. The package is aging, with maintenance status reflecting slower update cycles, so you should verify that its dependencies remain compatible with your target Python version before deploying to production. Use it for: - Automate order placement and management for algorithmic trading strategies on the Groww platform. - Build a dashboard that pulls live stock prices and market data via real-time subscriptions. - Retrieve historical order and trade data for portfolio analysis and reconciliation. - Trigger custom alerts or actions when specific stock prices or market events occur. - Integrate Groww trading capabilities into a larger fintech application or bot. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. SDK for connecting to Groww's trading platform to place orders, retrieve account data, and subscribe to live market data streams. Yes, if you are actively trading on Groww and need programmatic API access. The low install friction and permissive MIT license are favorable. However, be aware that the package is aging, so test thoroughly against current Groww API behavior and verify that all 12 runtime dependencies remain compatible with your Python version before deploying to production. ## Install pip install growwapi uv add growwapi poetry add growwapi ## Installing growwapi Before you install: Low install friction with a pure Python wheel distribution. Maintenance status is aging—last release was 251 days ago—so expect slower response to issues or breaking changes in dependencies. License in practice: MIT license permits commercial and private use with minimal restrictions, requiring only attribution and inclusion of the license text. Quickstart: pip install growwapi from growwapi import GrowwAPI groww_client = GrowwAPI("YOUR_API_KEY") orders = groww_client.get_order_list(timeout=5) Requires valid Groww API credentials (API_AUTH_TOKEN or API_KEY) to authenticate and connect to the platform. Verify before relying: - Whether the 12 runtime dependencies remain actively maintained and compatible across Python 3.9–3.13. - Real-world latency and reliability of live data subscriptions under production load. - Support status and SLA for the Groww API endpoint itself beyond the SDK wrapper. - Whether aging maintenance status indicates drift in Groww's API contract. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: aging - Downloads: 91.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags groww trading api client, stock market data streaming, order placement sdk, live market feeds, trading platform integration, groww broker api, real-time stock quotes, trading-api, market-data, real-time-streaming [View on SkillFed](https://skillfed.io/packages/growwapi) · [View on PyPI](https://pypi.org/project/growwapi/)