Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Not Able to obtain LTP Quotes

    Bugs
    2
    3
    59
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      akav last edited by

      Sending Correct Headers as request is accepted.
      Request Data: (This is token for Adani Power as per the JSON File)

      {
                          "symbol_token":17388
                          }
      

      Response : Getting Symbol Not Found But symbol is correct

      {"readyState":4,"responseText":"{\"message\":\"Symbol Not Found\",\"errorcode\":\"AB1009\",\"status\":false,\"data\":null}","status":200,"statusText":"parsererror"}
      
      A 1 Reply Last reply Reply Quote 0
      • A
        akav @akav last edited by

        @riddifinsoft Thanks, we figured out problem. We were sending incorrect data. The example given in Node.js on Right side is wrong on your site. You may wanna fix that.
        Correct Request Data is

        {
                            "exchange": "NSE",
                            "tradingsymbol": "BIOCON-EQ",
                            "symboltoken":11373
                            }
        
        A 1 Reply Last reply Reply Quote 0
        • A
          admin @akav last edited by

          @riddifinsoft said in Not Able to obtain LTP Quotes:

          The example given in Node.js on Right side is wrong on your site. You may wanna fix that.

          Thank you for bringing this to our notice. We will do the changes.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post