Navigation

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

    kishan9907

    @kishan9907

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

    kishan9907 Follow

    Best posts made by kishan9907

    • RE: Websocket2.0 just stops after running for 1 min without any errors etc.

      @projectSB see if this helps, I've added below code when I got a similar error

      def on_data(wsapp, message):
              if message != b'\x00':
                  #process data
      
      posted in Python SDK
      K
      kishan9907

    Latest posts made by kishan9907

    • Unable to fetch historical data beyond 10th Oct

      @admin123 @admin Unable to fetch historical data beyond 10th Oct. It was working recently.
      Below is the error message.

      07b69805-98f4-41af-a3e7-28d81c698364-image.png

      posted in Bugs
      K
      kishan9907
    • RE: Websocket2.0 just stops after running for 1 min without any errors etc.

      @projectSB see if this helps, I've added below code when I got a similar error

      def on_data(wsapp, message):
              if message != b'\x00':
                  #process data
      
      posted in Python SDK
      K
      kishan9907
    • RE: Release Note: Free Historical Data Access for Indices, NSE, NFO, BSE, BFO, MCX, and CDS with SmartAPI!

      @admin How can I get expired NFO contract's token number so that I can can fetch historical data for expired contracts?

      posted in General Discussion
      K
      kishan9907