Navigation

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

    Posts made by vrkhyd

    • RE: LTP quote not current`

      Hello forum members & @admin

      Am the only one facing problem with fetch ltp? any new update released for python SDK?

      Please reply.

      posted in Bugs
      V
      vrkhyd
    • RE: LTP quote not current`

      @admin @pari @rukku @Bharath-Ron @Cyriac @ramanagajula1999 @Preetham @Pavithra @senthil-hss

      Looks like LTP data is in appropriate.. its giving 1 hour back LTP.. Request all to check once..

      Admin.. this issue keeps repeating.. Please make sure that we can blindly rely on the API.. otherwise we all going to loose quite a lot..

      Please rectify the issue ASAP.

      posted in Bugs
      V
      vrkhyd
    • RE: LTP quote not current`

      @admin The issue is again back. Ltp prices still not updating. Please update here when the issue is resolved.

      posted in Bugs
      V
      vrkhyd
    • RE: LTP quote not current`

      @admin Please rectify the issue ASAP.

      posted in Bugs
      V
      vrkhyd
    • RE: unable to fetch getltp of INDEX (Banknifty & Nifty)

      @laxm I replaced my code with below to get ltp from Yahoo FInance.
      BN_data1 = yf.download(tickers='^NSEBANK', period='1m',progress=False)
      BN_ltp = BN_data1["Close"][-1]

      posted in General Discussion
      V
      vrkhyd
    • unable to fetch getltp of INDEX (Banknifty & Nifty)

      @admin unable to fetch getltp of INDEX (Banknifty & Nifty)
      a7ab58bd-af33-4482-a05f-e7357860331e-image.png

      posted in General Discussion
      V
      vrkhyd
    • RE: User Feedback - WebSocket 2.0 Beta Rollout – Python Language

      @whemant Hi,
      send a mail to vemula.ramkishore@gmail.com

      posted in Python SDK
      V
      vrkhyd
    • RE: Not receiving get_ltp data..

      @Vignesha yes it got fixed in 15-20 mins after my post.

      posted in General Discussion
      V
      vrkhyd
    • Not receiving get_ltp data..

      Hi Admin,

      Not receiving get_ltp data from 12:22 pm. Please rectify asap.

      Thanks

      posted in General Discussion
      V
      vrkhyd
    • RE: Binary data from websocket 2.0

      @TB_Developer
      check.. Websocket 2.0 Documentation https://drive.google.com/drive/u/1/folders/1GMwTMfxRdiloUziV4DYwlYchGXbOvTfL

      posted in General Discussion
      V
      vrkhyd
    • RE: User Feedback - WebSocket 2.0 Beta Rollout – Python Language

      @Ashok I am printing data only for 1 min.

      Today.. Am getting data.

      posted in Python SDK
      V
      vrkhyd
    • RE: User Feedback - WebSocket 2.0 Beta Rollout – Python Language

      @Ashok 9337ad13-a3c1-46e0-928c-7913d2a60f96-image.png

      posted in Python SDK
      V
      vrkhyd
    • RE: User Feedback - WebSocket 2.0 Beta Rollout – Python Language

      @Ashok ok Thank you.

      Sometimes its printing the same message. multiple times. does it mean no response from server.

      posted in Python SDK
      V
      vrkhyd
    • RE: User Feedback - WebSocket 2.0 Beta Rollout – Python Language

      Hi @admin,
      I am running websocket V2.0. for every 30 sec's its landing in pong function. I have subscribed only one token while running the below.

      its consistent even with other token. Please look into this.

      27d823f6-c769-4662-a45a-9057695a97b1-image.png

      posted in Python SDK
      V
      vrkhyd
    • RE: Data format issue with websocket V2 version

      @laskshmi
      its available here.
      Websocket 2.0 Documentation https://drive.google.com/drive/u/1/folders/1GMwTMfxRdiloUziV4DYwlYchGXbOvTfL

      posted in Python SDK
      V
      vrkhyd
    • RE: Data format issue with websocket V2 version

      @Ashok
      Thank you Ashok.
      Could get the formats right.

      posted in Python SDK
      V
      vrkhyd
    • RE: Websocket 2.0

      @Karthikeyan
      @rajanprabu
      @ashokkmr22

      Thank you for the fix,

      Can you please help me to get time stamp in datetime format.
      'exchange_timestamp': 1668667371000.
      Also prices (OHLC) into their required formats.

      Thanks in advance.

      posted in Python SDK
      V
      vrkhyd
    • Data format issue with websocket V2 version

      @admin
      This is the data am receiving from websocket V2, after including the change suggested by @rajanprabu.

      The data seems to be not in proper format. "exchange_timestamp": 1668665016000. How should i decode it..
      and the prices of tickers are not showing the decimal values. its showing as integer value.. including decimal points.

      Please fix the issues ASAP.

      78b22267-3a82-4e90-9dee-a69242137b1d-image.png

      posted in Python SDK
      V
      vrkhyd
    • RE: Error AG8001

      @stevejmotha
      Hi, I had to change my password through website. Then with new password I was able to login.. Please try and see if it works.

      posted in General Discussion
      V
      vrkhyd
    • Error AG8001

      Dear Admin,
      @admin
      I am getting following error message. my client id: RMKK1008
      {'success': False,
      'message': 'Invalid Token',
      'errorCode': 'AG8001',
      'data': ''}

      Please resolve it ASAP.

      posted in General Discussion
      V
      vrkhyd