Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. NST
    N
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    NST

    @NST

    0
    Reputation
    0
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    NST Follow

    Best posts made by NST

    This user hasn't posted anything yet.

    Latest posts made by NST

    • RE: Not able to get the orders and trade details

      @Xcaliber Yes, I am able to fetch real-time order and trade book.

      posted in Python SDK
      N
      NST
    • RE: Not Getting Data from websocket

      @rohithmaccs I suppose you're passing wrong feedToken. Please review.

      posted in Bugs
      N
      NST
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      @A111706 I suppose you're passing wrong API_KEY. Please review.

      posted in General Discussion
      N
      NST
    • RE: Not able to get the orders and trade details

      @nshekhar Please refer links below to get order book and get trade book request.

      https://smartapi.angelbroking.com/docs/Orders

      posted in Python SDK
      N
      NST
    • RE: Order Placing API return no response

      @sachinsrm There is missing "duration":"DAY" in place order request body.

      posted in General Discussion
      N
      NST
    • 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"
      }

      posted in General Discussion
      N
      NST
    • 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

      posted in General Discussion
      N
      NST
    • 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'}

      posted in General Discussion
      N
      NST
    • RE: Unable to fetch LTP

      @krishna I suppose you're passing wrong feedToken. Please review.

      posted in General Discussion
      N
      NST
    • RE: Authentication: AB1007 and Mac Format

      @A224819 Please try pip install pyOpenSSL

      posted in Python SDK
      N
      NST