Positions
On this page
After successful initialization of the broker object
broker.position()
Response
pandas dataframe with the following data
| Attribute | Notes | 
|---|---|
| tradingsymbol | Trading symbol of the Stock (ex. “TATAINVEST-EQ”) | 
| quantity | quantity of the stock | 
| ltp | Last Traded Price | 
| pnl | Profit(+ve) and Loss (-ve) | 
| buy_quantity | buy_quantity | 
| sell_quantity | sell_quantity | 
| exchange | Type of Exchange (ex. “NSE”) | 
| product | product | 
| option_type | option_type |