Navigation

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

    Kunal218

    @Kunal218

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

    Kunal218 Follow

    Best posts made by Kunal218

    This user hasn't posted anything yet.

    Latest posts made by Kunal218

    • RE: Not able to get SENSEX spot value and strike value.

      @Moderator_3 hello sir, I am using websocket to get spot value and strike LTP. But both values are not getting for SENSEX only, for others token I am getting everything correct value.

      code is below
      def on_data(wsapp, message):
      global tick_dict
      message['last_traded_price'] = message['last_traded_price']/100
      tick_dict[message['token']] = message

      posted in Bugs
      K
      Kunal218
    • Not able to get SENSEX spot value and strike value.

      I am not able to get spot value for SENSEX by referring your doc link https://smartapi.angelbroking.com/topic/3986/smartapi-now-provides-real-time-market-data-for-120-indices-across-nse-bse-and-mcx/2 please suggest me if there anything change related to the SENSEX token and also for strike of SENSEX

      Nifty = '99926000'
      BankNifty = '99926009'
      FinNifty = ,'99926037'
      Sensex = '99919000'

      All three are workin exclude Sensex token
      n_b_tokens = ['99926000', '99926009' ,'99926037', '99919000']

      posted in Bugs
      K
      Kunal218