@Xcaliber Yes, I am able to fetch real-time order and trade book.
sandipkhairnar
@sandipkhairnar
Best posts made by sandipkhairnar
Latest posts made by sandipkhairnar
-
RE: Not able to get the orders and trade details
-
RE: Not Getting Data from websocket
@rohithmaccs I suppose you're passing wrong feedToken. Please review.
-
RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"
@A111706 I suppose you're passing wrong API_KEY. Please review.
-
RE: Not able to get the orders and trade details
@nshekhar Please refer links below to get order book and get trade book request.
-
RE: Order Placing API return no response
@sachinsrm There is missing "duration":"DAY" in place order request body.
-
RE: Order Placing API return no response
@sachinsrm Please try with below request.
{
"variety":"NORMAL",
"tradingsymbol":"RELIANCE-EQ",
"symboltoken":"2885",
"transactiontype":"BUY",
"exchange":"NSE",
"ordertype":"MARKET",
"producttype":"MIS",
"duration":"DAY",
"price":"0",
"quantity":"1"
} -
RE: Order Placing API return no response
Hi @sachinsrm variety parameter should either be NORMAL, STOPLOSS or AMO. Please refer https://smartapi.angelbroking.com/docs/Orders#place
-
RE: Options trading
Hi @dushyant,
I think you are missing "duration":"DAY" in place order request body.So try with below request, I hope it will be helpful for you.
{'exchange': 'NFO', 'tradingsymbol': 'BANKNIFTY07JAN2131400CE', 'quantity': 1, 'transactiontype': 'BUY', 'ordertype': 'MARKET', 'variety': 'NORMAL', 'producttype': 'CARRYFORWARD', 'price': '177.35', 'symboltoken': '43099','duration':'DAY'}
-
RE: Unable to fetch LTP
@krishna I suppose you're passing wrong feedToken. Please review.
-
RE: Authentication: AB1007 and Mac Format
@A224819 Please try pip install pyOpenSSL