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
      1219
      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
      502
      Views

      H

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

    • charlotteemma4

      MCX RESPONSE
      • charlotteemma4

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • D

      Historical Data
      • dave

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      @dave you can use historical API for the same.

      historical API - https://smartapi.angelone.in/docs/Historical

      To get the token for a scrip of your choice, you can use instruments API.

      Instruments API - https://smartapi.angelone.in/docs/Instruments

    • T

      MarketStatus
      • Tanay1907

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

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

    • T

      HELP!!!
      • tkrshpatel

      2
      0
      Votes
      2
      Posts
      9
      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
      11
      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
      11
      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
      8
      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
      5
      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
      11
      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
      11
      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
      13
      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
      10
      Views

      No one has replied

    • P

      smartapi error
      • prabhathhhh

      2
      0
      Votes
      2
      Posts
      14
      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
      15
      Views

      A

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

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


      •


      Votes

      Posts

      Views