Navigation

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

    Historical API

    General Discussion
    3
    9
    218
    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.
    • O
      Omsiavi last edited by

      When will the Historical API will be available to full time usage?

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

        Hi @Omsiavi said in Historical API:

        When will the Historical API will be available to full time usage?

        please elaborate " full time usage"..?

        O G 2 Replies Last reply Reply Quote 0
        • O
          Omsiavi @admin last edited by

          @admin i want to generate OHLC data for N historical periods to support a rule based trading system.

          A O 2 Replies Last reply Reply Quote 0
          • A
            admin @Omsiavi last edited by

            Hi @Omsiavi we already have get candle data api().
            https://smartapi.angelbroking.com/docs/Historical

            O 1 Reply Last reply Reply Quote 0
            • O
              Omsiavi @Omsiavi last edited by

              @Omsiavi as i can see , it is only available for NSE equity segment. when will it be available for Fut and Opt as well?

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

                Hi @Omsiavi currently we have this available for NSE equity only.

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

                  @admin Such as we can retrieve tick data of multiple stocks at a time by using syntax as given "nse_cm|5900&nse_cm|3045".
                  i have tried retrieving historical data of 3 stocks using code below.
                  code:
                  for i in range(len(instrument_token_list)):
                  historicParam[i]={"exchange": "NSE",
                  "symboltoken": instrument_token_list[i],
                  "interval": "FIFTEEN_MINUTE",
                  "fromdate": from_date,
                  "todate": to_date
                  }....
                  But i find all the tokens return same data.
                  PLEASE LET ME KNOW IF THERE IS ANY OTHER PROCESS TO ACHIEVE MY OBJECTIVE OR MISTAKES IN MY CODE OR WHETHER IS IT POSSIBLE OR NOT.THANKS IN ADVANCE

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

                    @admin HI, NIFTY open, high/low price not available in LTP function.

                    07281365-19c7-4d4b-884c-9bcb781efd39-image.png

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

                      @garyr01 said in Historical API:

                      HI, NIFTY open, high/low price not available in LTP function.
                      we have noted this we will update you.

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