Navigation

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

    Topics created by Nimish05Z

    • N

      ONE_MINUTE Interval Historical Data inconsistent
      Bugs • • Nimish05Z

      3
      0
      Votes
      3
      Posts
      12
      Views

      N

      @admin

      params = { "exchange": "NSE", "symboltoken": "99926000", "interval": "ONE_MINUTE", "fromdate": "2025-01-01 09:15", "todate": "2025-01-31 15:30", } data = smartApi.getCandleData(params) data = pd.DataFrame(data["data"], columns=["datetime", "open", "high", "low", "close", "volume"]) print(data) datetime open high low close volume

      0 2025-01-02T13:25:00+05:30 24118.20 24121.95 24109.65 24121.70 0
      1 2025-01-02T13:26:00+05:30 24121.75 24129.75 24116.85 24117.40 0
      ... ... ... ... ... ... ...
      7998 2025-01-31T15:28:00+05:30 23529.15 23545.90 23529.15 23536.90 0
      7999 2025-01-31T15:29:00+05:30 23537.80 23546.80 23529.45 23533.85 0

    • N

      Migration
      General Discussion • • Nimish05Z

      2
      0
      Votes
      2
      Posts
      10
      Views

      N

      @m303777 why you are not migratting my account m303777