Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Get LTP Data OHLC

    Python SDK
    0
    3
    85
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Mnagesh
      Mnagesh last edited by

      @admin @administrators

      regarding OHLC response for Get LTP
      OHLC gives previous day Open , High, Low, Close

      or
      it gives OHLC data from pervious Hour

      or

      it gives OHLC data from pervious 30 Minute

      or

      it gives OHLC data from pervious 15 Minute

      or

      it gives OHLC data from pervious 10 Minute

      or

      it gives OHLC data from pervious 5 Minute

      or

      it gives OHLC data from pervious 3 Minute

      or

      it gives OHLC data from pervious 1 Minute

      I mean for what interval the data is provided when we fetch the ltp using Get LTP ?

      {
      "status":true,
      "message":"SUCCESS",
      "errorcode":"",
      "data":{
      "exchange":"NSE",
      "tradingsymbol":"SBIN-EQ",
      "symboltoken":"3045",
      "open":"186",
      "high":"191.25",
      "low":"185",
      "close":"187.80",
      "ltp":"191",
      }
      }

      Now I am full time Algo Trader and successfully developed my own Apps for my personal use.

      V 1 Reply Last reply Reply Quote 0
      • V
        Venuchary @Mnagesh last edited by

        @Mnagesh Hi,
        How can we mention time period in OHCL request.

        Suppose, I need OHLC for every 5 minutes.
        can you please suggest me a way.

        1 Reply Last reply Reply Quote 0
        • R
          rahulvishwakarma last edited by

          Can you please provide me the code, How did you fetch OHLC, I am unable to fetch it

          1 Reply Last reply Reply Quote 0
          • First post
            Last post