Navigation

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

    Nitin nagar

    @Nitin nagar

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

    Nitin nagar Follow

    Best posts made by Nitin nagar

    This user hasn't posted anything yet.

    Latest posts made by Nitin nagar

    • {'message': 'Failed to get symbol details', 'errorcode': 'AB1018', 'status': False, 'data': None} unable to place order in my account please solve it

      smartApi.ltpData("NSE", "SBIN-EQ", "3045")
      {'message': 'Failed to get symbol details', 'errorcode': 'AB1018', 'status': False, 'data': None}

      (Pdb) orderparams = {"variety": "NORMAL","tradingsymbol": "SBIN-EQ","symboltoken": "3045","transactiontype": "BUY","exchange": "NSE","ordertype": "LIMIT","producttype": "INTRADAY","duration": "DAY","price": "0","squareoff": "0","stoploss": "0","quantity": "1"}
      (Pdb) orderid = smartApi.placeOrder(orderparams)
      *** TypeError: 'NoneType' object is not subscriptable

      smartApi.rmsLimit()
      {'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': {'net': '0', 'availablecash': '0', 'availableintradaypayin': '0', 'availablelimitmargin': '0', 'collateral': '0', 'm2munrealized': '0', 'm2mrealized': '0', 'utiliseddebits': '0', 'utilisedspan': '0', 'utilisedoptionpremium': '0', 'utilisedholdingsales': '0', 'utilisedexposure': '0', 'utilisedturnover': '0', 'utilisedpayout': '0'}}
      but other function is proper working

      posted in Python SDK
      N
      Nitin nagar