Navigation

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

    Topics created by ganeshpanpat

    • G

      need expiry date list of index
      Python SDK • • ganeshpanpat  

      4
      0
      Votes
      4
      Posts
      56
      Views

      S

      Hi Team, searchScrip is nice feature but without expiry dates in json object is no use, As you mentioned in release note saying that with this API we can avoid scriptmaster json file. across all indices script name is not consistent in term of expiry date even we we want to slice and use. Now its very difficult to identify right script or else we have use json itself which even difficult in terms of performance and frequent update
    • G

      Log in recheck
      Python SDK • • ganeshpanpat  

      2
      0
      Votes
      2
      Posts
      33
      Views

      M

      Hello @ganeshpanpat It can be done via decrypting jwt token or making an API call to any of the api's and checking the response Regards, SmartAPI Team
    • G

      error in getCandleData
      Python SDK • • ganeshpanpat  

      2
      0
      Votes
      2
      Posts
      42
      Views

      M

      Hello @ganeshpanpat Please update your TLS version to 1.1 or 1.2 Regards, SmartAPI Team
    • G

      Error occurred while making a GET request to https://apiconnect.angelbroking.com/rest/secure/angelbroking/order/v1/getOrderBook
      Python SDK • • ganeshpanpat  

      4
      0
      Votes
      4
      Posts
      49
      Views

      G

      @Moderator_1 also facing below error File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 584, in _run_script exec(code, module.dict) File "/mount/src/algo_trading/ganesh_panpat.py", line 8, in <module> from SmartApi import SmartConnect File "/home/adminuser/venv/lib/python3.9/site-packages/SmartApi/init.py", line 5, in <module> from SmartApi.smartApiWebsocket import SmartWebSocket File "/home/adminuser/venv/lib/python3.9/site-packages/SmartApi/smartApiWebsocket.py", line 8, in <module> import websocket File "/mount/src/algo_trading/websocket.py", line 73, in <module> SMART_API_OBJ , SMART_WEB = login() File "/mount/src/algo_trading/websocket.py", line 28, in login AUTH_TOKEN = data['data']['jwtToken']