Navigation

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

    Posts made by greenhill

    • GetCandleData() returns data None for Nifty50

      log:
      DEBUG:urllib3.connectionpool:https://apiconnect.angelbroking.com:443 "POST /rest/secure/angelbroking/historical/v1/getCandleData HTTP/1.1" 200 62
      INFO:root:{'fromdate': '2022-09-30 04:41', 'todate': '2022-10-29 21:13', 'exchange': 'NSE', 'symboltoken': '2', 'interval': 'ONE_HOUR'}
      INFO:root:{'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': None}

      posted in Python SDK
      G
      greenhill
    • RE: Not able to fetch BANKNIFTY data using HistoricalAPI

      Facing same issue with Nifty50

      Log
      DEBUG:urllib3.connectionpool:https://apiconnect.angelbroking.com:443 "POST /rest/secure/angelbroking/historical/v1/getCandleData HTTP/1.1" 200 62
      INFO:root:{'fromdate': '2022-09-30 04:41', 'todate': '2022-10-29 21:13', 'exchange': 'NSE', 'symboltoken': '2', 'interval': 'ONE_HOUR'}
      INFO:root:{'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': None}

      posted in Python SDK
      G
      greenhill