Navigation

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

    Posts made by tanmoydev

    • RE: Deprecation of 20 Market Depth from WebSocket 2.0 – Effective April 25, 2025

      @admin sir, is there any way to get 20 depth data by changing smartwebsocketexamplev2.py coding.
      Please 🙏🏼 Tell.

      posted in General Discussion
      T
      tanmoydev
    • RE: how to get Nifty50 all equity tokens?

      @darshil611
      It will fetch all nifty instruments like options and future of nifty. not Nifty 50.

      posted in General Discussion
      T
      tanmoydev
    • how to get Nifty50 all equity tokens?

      how to get Nifty50 all equity tokens list using this website "https://margincalculator.angelone.in/OpenAPI_File/files/OpenAPIScripMaster.json ". When i try to sort, there is no field available like Nifty50 or BankNifty? actually i want all the tokens of Nifty50 do not manually collect. Because its chenges time to time. #token

      posted in General Discussion
      T
      tanmoydev
    • RE: correlation_id

      @admin thanks

      posted in Python SDK
      T
      tanmoydev
    • correlation_id

      what should be the correlation_id ?
      Screenshot 2022-12-15 160424.jpg

      posted in Python SDK
      T
      tanmoydev
    • RE: Websocket 2.0

      @vrkhyd

      import datetime

      timestamp = 1671097663
      dt_obj = datetime.datetime.fromtimestamp(timestamp)

      print("date_time:",dt_obj)
      print("type of dt:",type(dt_obj))

      posted in Python SDK
      T
      tanmoydev
    • RE: Websocket 2.0

      @ashokkmr22 thanks for your convenience

      posted in Python SDK
      T
      tanmoydev