Navigation

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

    madhavthkr

    @madhavthkr

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

    madhavthkr Unfollow Follow

    Best posts made by madhavthkr

    • LTP Fetching issue

      Dear Team,

      Fetching the LTP gives a NoneType error. Please check and revert. It's been 2 days we are getting this error. After resolving this, let us know if you will bear the responsibility of the losses occurring due to this ? If you can't answer, will ask SEBI.
      Either you offer a good API service or you don't offer at all.
      Also, please hire a good development team or outsource your requirements to a 3rd party. It is clear from the history of this forum that you guys cannot handle the workload.
      Awaiting your kind response.

      def ltpData(self,exchange,tradingsymbol,symboltoken):
      params={
      "exchange":exchange,
      "tradingsymbol":tradingsymbol,
      "symboltoken":symboltoken
      }
      ltpDataResponse= self._postRequest("api.ltp.data",params)
      return ltpDataResponse

      posted in Python SDK
      M
      madhavthkr

    Latest posts made by madhavthkr

    • LTP Fetching issue

      Dear Team,

      Fetching the LTP gives a NoneType error. Please check and revert. It's been 2 days we are getting this error. After resolving this, let us know if you will bear the responsibility of the losses occurring due to this ? If you can't answer, will ask SEBI.
      Either you offer a good API service or you don't offer at all.
      Also, please hire a good development team or outsource your requirements to a 3rd party. It is clear from the history of this forum that you guys cannot handle the workload.
      Awaiting your kind response.

      def ltpData(self,exchange,tradingsymbol,symboltoken):
      params={
      "exchange":exchange,
      "tradingsymbol":tradingsymbol,
      "symboltoken":symboltoken
      }
      ltpDataResponse= self._postRequest("api.ltp.data",params)
      return ltpDataResponse

      posted in Python SDK
      M
      madhavthkr
    • How to close a particular position using some Position id OR reference

      Dear Admin,

      It will be really helpful if the response structure for Get_position includes a Position ID.
      This way we can track different positions of the same instrument using their individual IDs.

      posted in General Discussion
      M
      madhavthkr
    • Pending order cancellation not working

      Hi, I am trying to cancel my pending orders, but it gives this error : Screen Shot 2022-01-03 at 9.27.09 AM.png

      The above is the code. Below is the error : Screen Shot 2022-01-03 at 9.29.40 AM.png

      Am I doing something wrong or is there an issue in the api

      posted in Test
      M
      madhavthkr