Navigation

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

    index historical api

    General Discussion
    3
    9
    79
    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.
    • P
      premesh.patel last edited by

      please make index historical api available, currently we are unable to fetch historical data for nifty and banknifty. if this can be made available it will benefit a lot.

      A A 2 Replies Last reply Reply Quote 0
      • A
        admin @premesh.patel last edited by

        HI @premesh-patel We have noted your suggestion.

        P 1 Reply Last reply Reply Quote 0
        • P
          premesh.patel @admin last edited by

          @admin also if you can add Weekly time frame for historical api

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

            HI @premesh-patel you need to implement resmaple logic to implement this.

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

              @admin Currently historical data for index is not available .. How resampling will solve this problem ?

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

                HI @ananya you need index historical data or live data.?

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

                  Hi @ananya said in index historical api:

                  @admin Currently historical data for index is not available .. How resampling will solve this problem ?
                  For live index data you can get it through web socket by passing task as ""sfi".

                  1 Reply Last reply Reply Quote 0
                  • A
                    Amit Limbasia last edited by

                    Index Historical Data Works for me

                    Ref : https://smartapi.angelbroking.com/docs/Historical
                    use Body as follows:

                    1. for Nifty

                    {
                    "exchange":"NFO",
                    "symboltoken":"NIFTY",
                    "interval":"ONE_HOUR",
                    "fromdate":"2023-01-01 09:00",
                    "todate":"2023-03-31 15:31"
                    }

                    1. for BANKNIFTY
                      {
                      "exchange":"NFO",
                      "symboltoken":"BANKNIFTY",
                      "interval":"ONE_HOUR",
                      "fromdate":"2023-01-01 09:00",
                      "todate":"2023-03-31 15:31"
                      }
                    1 Reply Last reply Reply Quote 0
                    • A
                      Amit Limbasia @premesh.patel last edited by

                      @premesh-patel Index Historical Data Works for me

                      Ref : https://smartapi.angelbroking.com/docs/Historical
                      use Body as follows:

                      1. for Nifty

                      {
                      "exchange":"NFO",
                      "symboltoken":"NIFTY",
                      "interval":"ONE_HOUR",
                      "fromdate":"2023-01-01 09:00",
                      "todate":"2023-03-31 15:31"
                      }

                      1. for BANKNIFTY
                        {
                        "exchange":"NFO",
                        "symboltoken":"BANKNIFTY",
                        "interval":"ONE_HOUR",
                        "fromdate":"2023-01-01 09:00",
                        "todate":"2023-03-31 15:31"
                        }
                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post