Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. gondalapradeep
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    gondalapradeep

    @gondalapradeep

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

    gondalapradeep Unfollow Follow

    Latest posts made by gondalapradeep

    • RE: 'AttributeError' object has no attribute 'message'

      @admin Can u pl check?

      posted in Python SDK
      G
      gondalapradeep
    • 'AttributeError' object has no attribute 'message'

      The above said error while fetching for candle data with below code. Pl check and do the needful. </br>

      def getCandleData(token,obj): </br>

      try:</br>
          historicParam={</br>
          "exchange": "NSE",</br>
          "symboltoken": token,</br>
          "interval": "ONE_DAY",</br>
          "fromdate": f'{date.today()-timedelta(days=10)} 09:15' , </br>
          "todate": f'{date.today()} 15:30' </br>
          }</br>
          return obj.getCandleData(historicParam)</br>
      except Exception as e:</br>
          print(f"Historic Api failed: {e.message}")</br>
      
      posted in Python SDK
      G
      gondalapradeep
    • RE: Python Streaming Tick Data Problem.

      @dorje Can i get this code please, I have been trying alot, but only getting above three lines and not feed..

      posted in Python SDK
      G
      gondalapradeep