Navigation

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

    Historic data discrepancy

    Test
    2
    6
    56
    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.
    • D
      dipeshbodas last edited by

      @admin
      We noticed that candle data for fifteen minutes has some discrepancies. API data should match with Angel chart data available on trade.angelbroking.com.

      To trust the system we should be able to cross-verify api data with chart data available on trade.angelbroking.com because both the systems belongs to AngelBroking.

      Take a look at data of Titan for example.

      as per trade.angelbroking.com chart data
      Candle Time : 2021-04-5 10.45 AM
      open:1512
      close:1518.60
      high:1520
      low:1512

      as per smart API
      Candle Time : 2021-04-5 10.45 AM
      open:1519.15
      close:1519.40
      high:1521.70
      low:1517.55

      code snippet :
      historicParam={
      "exchange": "NSE",
      "symboltoken": "3506",
      "interval": "FIFTEEN_MINUTE",
      "fromdate": "2021-04-06 10:31",
      "todate": "2021-04-06 10:46"
      }
      response :
      {'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': '2021-04-06T10:45:00+05:30,1519.15,1521.70,1517.55,1519.40,31569'}

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

        Hi @dipeshbodas we have notice your issue we will revert you back soon.

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

          HI @dipeshbodas we are changing our historical data format today you can check it after market hours.

          D 1 Reply Last reply Reply Quote 0
          • D
            dipeshbodas @admin last edited by

            @admin
            Please work on resposne structure. Current structure is not at all code friendly. Try to publish API with industry standards like json etc.

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

              Hi @dipeshbodas we have noted your request.

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

                hi @dipeshbodas we have change our historical data format.

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