The official Python client for communicating with the DhanHQ API, version 2.2.0. Provides access to trading, order management, market data, and portfolio endpoints for the Dhan stock trading platform. Release cadence is irregular.
pip install dhanhqVerified import paths — ran on the pinned version, not inferred.
Initialize the client with your credentials and fetch fund limits.
Implement token refresh logic using the refresh_token endpoint or generate a new token before each trading session.
Change import to `from dhanhq import Dhanhq`.
Use `client.place_order(...)` instead of `Order.place_order(...)`.
No dependency data recorded yet.