Navigation

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

    Topics created by premesh.patel

    • P

      Historical data availibility
      General Discussion • • premesh.patel

      3
      0
      Votes
      3
      Posts
      28
      Views

      A

      HI @premesh-patel Please go through the doc:
      https://smartapi.angelbroking.com/docs/RateLimit

    • P

      delay in order placement
      General Discussion • • premesh.patel

      6
      0
      Votes
      6
      Posts
      39
      Views

      A

      HI @premesh-patel We have already reported this to the team we will post here once we have update.

    • P

      index historical api
      General Discussion • • premesh.patel

      9
      0
      Votes
      9
      Posts
      79
      Views

      A

      @premesh-patel Index Historical Data Works for me

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

      for Nifty

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

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