Navigation

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

    Venuchary

    @Venuchary

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Venuchary Unfollow Follow

    Latest posts made by Venuchary

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

      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.

      posted in Python SDK
      V
      Venuchary
    • OHLC request for specific time period

      Do we have a option to get Open high low close(OHLC) price for specific period of time like for last 5minutes or 10 minutes.
      with this request "https://apiconnect.angelbroking.com/rest/secure/angelbroking/market/v1/quote/"

      posted in General Discussion
      V
      Venuchary
    • RE: Get LTP Data OHLC

      @Mnagesh Hi,
      How can we mention time period in OHCL request.

      Suppose, I need OHLC for every 5 minutes.
      can you please suggest me a way.

      posted in Python SDK
      V
      Venuchary