Navigation

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

    Topics created by laskshmi

    • L

      Error in Websocket connection.
      Bugs • • laskshmi  

      3
      0
      Votes
      3
      Posts
      63
      Views

      M

      Hello @laskshmi , Apologies for the delayed response. How many times have you faced this issue and is it still troubling you? If you have any other issue, please share request and response on smartapi@angelbroking.com. Thank you. SmartAPI Team
    • L

      Historical Candle Data not working as expected
      General Discussion • • laskshmi  

      2
      0
      Votes
      2
      Posts
      57
      Views

      M

      Hello @laskshmi Apologies for the delayed response. Thanks for raising this issue. I have raised this issue to tech team and will get back to you once I get a resolution from them. If you have any other issue, please share request and response on smartapi@angelbroking.com. Regards SmartAPI Team
    • L

      Historical API Not working FEB 14 2023
      Bugs • • laskshmi  

      4
      3
      Votes
      4
      Posts
      43
      Views

      K

      I try many times to get LTP data but it's through error. {"status":"success","http_code":500,"http_error":"Syntax error or empty or invalid parameter pass","response_data":null} Do you have any solutions?
    • L

      Delay In Historical Data API
      NodeJS SDK • • laskshmi  

      3
      0
      Votes
      3
      Posts
      129
      Views

      L

      @falconTrader Thanks for replying. Unfortunately, the websocket streaming method doesn't provide the option to request data based on specific time frames, such as ONE_MINUTE or FIVE_MINUTE. To obtain OHLC data like what's available from the Historical API, manual collection and calculation of data from websocket streaming would be required. This can be a time-consuming process and may result in some delay, even if processing time is only in the range of milliseconds to seconds, It will have a huge impact during high volatility market days. Also, I use Java and my bad i couldnt help you with ur python issue. 😢
    • L

      BankNifty index Historical Data not available
      General Discussion • • laskshmi  

      9
      1
      Votes
      9
      Posts
      56
      Views

      A

      Hi @Moderator_2 Thank you for the response. In the Instrument file, for name == 'BANKNIFTY', there were two rows. One with blank InstrumentType and the other one with 'AMXIDX' as it's value. I was passing the token from the first one. But in documentation or somewhere it should be mentioned that if we want index then which one to consider. Thanks and Regards, Aditya
    • L

      Historical Data API not sending data for requested number of days
      NodeJS SDK • • laskshmi  

      6
      1
      Votes
      6
      Posts
      76
      Views

      F

      @admin Thank you for the response. Appreciate for making things clear. This will help me to improvise my algorithm and make necessary changes to get the desired result.
    • L

      Websocket Call in Java
      NodeJS SDK • • laskshmi  

      7
      0
      Votes
      7
      Posts
      136
      Views

      L

      @admin Thanks for replying 😀, I was finally able to parse the data properly and see the LTP data ByteBuffer packet = ByteBuffer.wrap(message.array()).order(ByteOrder.LITTLE_ENDIAN); ZonedDateTime exchangeTime = ZonedDateTime.ofInstant(Instant.ofEpochMilli(packet.getLong(35)), TZ_IST); System.out.print("\nToken Details : "+getTokenID(packet)); System.out.print("\nSequence Number: "+packet.getLong(27)); System.out.print("\nExchange TIme: "+exchangeTime); System.out.print("\nLTP: "+packet.getLong(43)); Output of the above code: 7ec943f1-5776-44e2-8c26-92e56b5269a4-image.png Thanks a lot @admin,@Ashok and @tsingh
    • L

      Clarification Needed
      General Discussion • • laskshmi  

      3
      0
      Votes
      3
      Posts
      90
      Views

      L

      @admin Thanks for your reply. Please let me know once this is updated. 😊
    • L

      How long can a jwtToken be used for?
      General Discussion • • laskshmi  

      4
      0
      Votes
      4
      Posts
      67
      Views

      L

      @admin Got it. Thanks for the reply. 👍
    • L

      Unable to Connect Via postman
      Bugs • • laskshmi  

      9
      0
      Votes
      9
      Posts
      142
      Views

      S

      @laskshmi did you try smartAPI2.0 and try using totp? are you copy paste totp generated when you do enable totp or use device to scan QR code?