Navigation

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

    Nimish05Z

    @Nimish05Z

    0
    Reputation
    2
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Nimish05Z Unfollow Follow

    Latest posts made by Nimish05Z

    • RE: ONE_MINUTE Interval Historical Data inconsistent

      @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

      posted in Bugs
      N
      Nimish05Z
    • ONE_MINUTE Interval Historical Data inconsistent

      Trying to fetch Historical Data (ONE_MINUTE interval) for any month's 1st date to last date, but in response, getting the data from 1st date's time 13:26, and not 9:15, working fine for other intervals. Please solve the issue and let us know as well.

      All formats tried and also tried to debug with GP, but no help.

      2025-01-01 00:00
      2025-01-01 09:15
      ...

      posted in Bugs
      N
      Nimish05Z
    • RE: Migration

      @m303777 why you are not migratting my account m303777

      posted in General Discussion
      N
      Nimish05Z
    • Migration

      @admin Hi , please migrate M303777 to the new system

      posted in General Discussion
      N
      Nimish05Z