Navigation

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

    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