Navigation

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

    searchScrip ERROR : Search successful. No matching trading symbols found for the given query.

    Python SDK
    0
    2
    4
    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.
    • V
      Venuchary last edited by

      Hi,

      It was working fine for last 6 monmths. currently it throwing an error for random options. With some option its working fine and with some options it throwing an error.

          searchScriptData = obj.searchScrip("NFO", "BANKNIFTY24DEC2455400CE")
      

      response:
      [I 241205 22:04:01 smartConnect:488] Search successful. No matching trading symbols found for the given query.
      for name: {'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': []}

      It give proper respose with "BANKNIFTY24DEC2455500CE".
      searchScriptData = obj.searchScrip("NFO", "BANKNIFTY24DEC2455500CE")
      Response:
      [I 241205 22:14:45 smartConnect:485] Search successful. Found 1 trading symbols for the given query:
      1. exchange: NFO, tradingsymbol: BANKNIFTY24DEC2455500CE, symboltoken: 67075
      for name: {'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': [{'exchange': 'NFO', 'tradingsymbol': 'BANKNIFTY24DEC2455500CE', 'symboltoken': '67075'}]}

      Can any know why it happening.

      A 1 Reply Last reply Reply Quote 0
      • A
        admin @Venuchary last edited by

        @Venuchary It is working fine, please try again.

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