Navigation

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

    Mohan

    @Mohan

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

    Mohan Follow

    Best posts made by Mohan

    This user hasn't posted anything yet.

    Latest posts made by Mohan

    • GetLtpData -> "close" is wrong

      When trying to fetch LTP, getting wrong "close" data, may be showing previous to previous day's close rather than previous day's close.
      Can someone please check. This is been the case for last few days.
      Note: Using PHP Library.

      Here is a sample, which shows Thursday's close, instead of Friday's.
      'status' => string 'success' (length=7)
      'http_code' => int 200
      'http_error' => string '' (length=0)
      'response_data' =>
      array (size=4)
      'status' => boolean true
      'message' => string 'SUCCESS' (length=7)
      'errorcode' => string '' (length=0)
      'data' =>
      array (size=8)
      'exchange' => string 'NSE' (length=3)
      'tradingsymbol' => string 'AARTIIND-EQ' (length=11)
      'symboltoken' => string '7' (length=1)
      'open' => float 452.55
      'high' => float 454.9
      'low' => float 446.8
      'close' => float 458.15
      'ltp' => float 453.25

      posted in Bugs
      M
      Mohan