Navigation

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

    How do I get historical Stock Data

    General Discussion
    0
    4
    24
    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.
    • devenderweb
      devenderweb last edited by

      How do I get historical Stock Data

      Mnagesh V 2 Replies Last reply Reply Quote 0
      • V
        VickyRawat @devenderweb last edited by

        @devenderweb

        historicDataParams={
                        "exchange": exchange,
                        "symboltoken": instrument_token,
                        "interval":interval,
                        "fromdate": from_date,
                        "todate":  to_date
                    }            
                    
        data=self.obj.getCandleData(historicDataParams)
        
        Mnagesh 1 Reply Last reply Reply Quote 0
        • Mnagesh
          Mnagesh @devenderweb last edited by

          @devenderweb

          use getCandleData api

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

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

            @VickyRawat yes correct

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

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