Portfolio
Get detailed information about your holdings and positions.
Get Holdings
GET https://api.groww.in/v1/holdings/user
This api can be used to retrieve the current stock holdings of the user stored in the user's DEMAT account
Request
Response
Response Schema
Name | Type | Description |
---|---|---|
status | string | SUCCESS if request is processed successfully, FAILURE if the request failed |
isin | string | The ISIN (International Securities Identification number) of the symbol |
trading_symbol | string | The trading symbol of the holding |
quantity | integer | The net quantity of the holding |
average_price | decimal | The average price of the holding in Rupees |
pledge_quantity | decimal | The pledged quantity of the holding |
demat_locked_quantity | decimal | The demat locked quantity of the holding |
groww_locked_quantity | decimal | The Groww locked quantity of the holding |
repledge_quantity | decimal | The repledged quantity of the holding |
t1_quantity | decimal | The T1 quantity of the holding |
demat_free_quantity | decimal | The demat free quantity of the holding |
corporate_action_additional_quantity | integer | The corporate action additional quantity of the holding |
active_demat_transfer_quantity | integer | The active demat transfer quantity of the holding |
Get Position for User
GET https://api.groww.in/v1/positions/user
This api can be used to get the positions of the user. Positions are the assets that the user holds in his/her account.
Request
Request schema
Name | Type | Description |
---|---|---|
segment | string | Segment of the instrument such as CASH, FNO etc.CASH,FNO |
*
required parameters
Response
Response Schema
Name | Type | Description |
---|---|---|
status | string | SUCCESS if request is processed successfully, FAILURE if the request failed |
trading_symbol | string | Trading symbol of the instrument |
segment | string | Segment of the instrument such as CASH, FNO etc. |
credit_quantity | int | Quantity of credited instruments |
credit_price | int | Average price in rupees of credited instruments |
debit_quantity | int | Quantity of debited instruments |
debit_price | int | Average price in rupees of debited instruments |
carry_forward_credit_quantity | int | Quantity of carry forward credited instruments |
carry_forward_credit_price | int | Average price in rupees of carry forward credited instruments |
carry_forward_debit_quantity | int | Quantity of carry forward debited instruments |
carry_forward_debit_price | int | Average price in rupees of carry forward debited instruments |
exchange | string | Stock exchange |
symbol_isin | string | ISIN (International Securities Identification number) of the symbol |
quantity | int | Net quantity of instruments |
product | string | Product type |
net_carry_forward_quantity | int | Net carry forward quantity of instruments |
net_price | int | Net average price in rupees of instruments |
net_carry_forward_price | int | Net average price in rupees of carry forward instruments |
Get Position for trading Symbol
GET https://api.groww.in/v1/positions/trading-symbol
This api can be used to get the positions of the user for a particular instrument.
Request
Request schema
Name | Type | Description |
---|---|---|
status | string | SUCCESS if request is processed successfully, FAILURE if the request failed |
trading_symbol * | string | Trading Symbol of the instrument as defined by the exchange |
segment | string | Segment of the instrument such as CASH, FNO etc.CASH,FNO |
*
required parameters
Response
Response Schema
Name | Type | Description |
---|---|---|
trading_symbol | string | Trading symbol of the instrument. |
segment | string | Segment of the instrument such as CASH, FNO etc. |
credit_quantity | int | Quantity of credited instruments |
credit_price | int | Average price in rupees of credited instruments |
debit_quantity | int | Quantity of debited instruments |
debit_price | int | Average price in rupees of debited instruments |
carry_forward_credit_quantity | int | Quantity of carry forward credited instruments |
carry_forward_credit_price | int | Average price in rupees of carry forward credited instruments |
carry_forward_debit_quantity | int | Quantity of carry forward debited instruments |
carry_forward_debit_price | int | Average price in rupees of carry forward debited instruments |
exchange | string | Stock exchange |
symbol_isin | string | ISIN (International Securities Identification number) of the symbol |
quantity | int | Net quantity of instruments |
product | string | Product type |
net_carry_forward_quantity | int | Net carry forward quantity of instruments |
net_price | int | Net average price in rupees of instruments |
net_carry_forward_price | int | Net average price in rupees of carry forward instruments |