Navigation

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

    Venuchary

    @Venuchary

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

    Venuchary Follow

    Best posts made by Venuchary

    This user hasn't posted anything yet.

    Latest posts made by Venuchary

    • RE: API Rate Limit checks are not perfect

      This is really a basic thing. its not even working as documentation. Disappointing

      posted in Bugs
      V
      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