Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Categories
    3. Python SDK
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • Mnagesh

      List of all Smartapi functions in Python
      • Mnagesh

      12
      1
      Votes
      12
      Posts
      1213
      Views

      M

      @mnagesh Thnx buddy. May I have any example of gttCancelRule ?

    • S

      Difference between status and orderstatus
      • Surya 1

      6
      0
      Votes
      6
      Posts
      501
      Views

      H

      @admin i'm not getting this difference why both status has same value

    • T

      MarketStatus
      • Tanay1907

      2
      0
      Votes
      2
      Posts
      6
      Views

      A

      @tanay1907 There is no such API provided by Angel One.

    • T

      HELP!!!
      • tkrshpatel

      2
      0
      Votes
      2
      Posts
      7
      Views

      A

      @tkrshpatel You need to have a Angel One client ID to use the APIs.

      If you are already registered with Angel One, you can use your client ID, or else you can sign up for Angel One here - https://www.angelone.in/open-demat-account

    • S

      How to get Mutual Fund holdings
      • smohit94

      4
      0
      Votes
      4
      Posts
      8
      Views

      A

      @smohit94 You can get only those instruments, whose token is present in the instrument master.

    • G

      How to execute trade which is categorised under cautionary script
      • Gaurang

      2
      0
      Votes
      2
      Posts
      9
      Views

      A

      @gaurang You won't be able to trade in such scrips via SmartAPI. You can trade in such scrips via app or web.

    • K

      This topic is deleted!
      • kira2001

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • M

      Troubleshooting Empty Response & JSON Parsing Error for LTP Calls in Angel One SmartAPI
      • mdzainj

      2
      0
      Votes
      2
      Posts
      6
      Views

      A

      @mdzainj you can check the API details on the SmartAPI documentation, an alternate workaround that you asked for would be using websocket 2.0 for your use case.

    • D

      Optiongreek not returning any value.
      • darshanmc

      2
      0
      Votes
      2
      Posts
      3
      Views

      A

      @darshanmc It is working properly, there might be an issue with your code. You can try it in postman and check.

      Below is the snippet for the API request:

      { "name":"NIFTY", // Here Name represents the Underlying stock "expirydate":"16SEP2025" }
    • B

      instrument data
      • blackdream

      2
      0
      Votes
      2
      Posts
      8
      Views

      A

      @blackdream yes it is normal. You can follow this URL for the same - https://margincalculator.angelone.in/OpenAPI_File/files/OpenAPIScripMaster.json

    • S

      Whenever I try to authenticate via the SmartAPI Python SDK, the server returns: “LoginByPassword is not allowed. Please switch to Login by MPIN now.”
      • subhransu

      2
      0
      Votes
      2
      Posts
      4
      Views

      A

      @subhransu You will need to Enable TOTP, and use login API as per the documentation - https://smartapi.angelone.in/docs/User

    • N

      gletch angel one
      • nimeshguliana

      2
      0
      Votes
      2
      Posts
      8
      Views

      A

      @nimeshguliana we have confirmed that the values are same, please recheck on your end.

    • A

      API Rate Limit Issue
      • abvohera

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      @abvohera Please refer to the API documentation. https://smartapi.angelone.in/docs/RateLimit

    • C

      Sell order with both Target and SL
      • chakravrati

      3
      0
      Votes
      3
      Posts
      11
      Views

      A

      @chakravrati please refer to the SmartAPI documentation for the same.

    • K

      Token or QR value to connect with Smart API Python ?
      • kamal487

      2
      0
      Votes
      2
      Posts
      8
      Views

      K

      @kamal487 git it we have to use QR Code number , closing the thread.

    • A

      issue with placing ROBO order using SmartAPI(stoploass and traget in ANGELONE UI shown is different) – is my payload correct?
      • ananthapad

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • P

      smartapi error
      • prabhathhhh

      2
      0
      Votes
      2
      Posts
      13
      Views

      M

      @prabhathhhh you have not imported this model in while installing di

    • H

      "Couldn't parse the JSON response received from the server: b''"
      • H53749929

      3
      0
      Votes
      3
      Posts
      14
      Views

      A

      historicParam = {
      "exchange": exchange,
      "symboltoken": symbol,
      "interval": interval,
      "fromdate": from_date,
      "todate": to_date
      }

      historical_data = self.session.getCandleData(historicParam)
    • A

      Getting Internal Error for /getLtpData.
      • ayushg1848

      2
      0
      Votes
      2
      Posts
      5
      Views

      A

      live_data = self.session.ltpData("NSE", "NIFTY 50", "99926000")

      here may be issue of tradingsymbol

    • P

      Websoket running giving below Error
      • Praveen 0

      2
      0
      Votes
      2
      Posts
      13
      Views

      A

      User websocketv2 api

      sws = SmartWebSocketV2(
      auth_token=self.auth_token,
      api_key=self.api_key,
      client_code=self.client_id,
      feed_token=self.feed_token,
      )

    • undefined


      •


      Votes

      Posts

      Views