Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. McDivit
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    McDivit

    @McDivit

    0
    Reputation
    1
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    McDivit Follow

    Best posts made by McDivit

    This user hasn't posted anything yet.

    Latest posts made by McDivit

    • RE: Assistance Required: No Candle Data/Time Range Issue in Angel Broking API

      Some APIs require UTC timestamps. Try formatting fromdate and todate as YYYY-MM-DDTHH:MM:SSZ (ISO 8601).
      Example:

      {
      "fromdate": "2025-01-27T10:00:00Z",
      "todate": "2025-01-27T11:00:00Z"
      }

      posted in Python SDK
      M
      McDivit