Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • G

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

      2
      0
      Votes
      2
      Posts
      13
      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

      gainers and loosers api not working
      General Discussion • • kira2001

      2
      0
      Votes
      2
      Posts
      6
      Views

      A

      @kira2001 Please try to request again. We could get a response while testing.

      Testing API request body is as follows:

      { "datatype":"PercOIGainers", // Type of Data you want(PercOILosers/PercOIGainers/PercPriceGainers/PercPriceLosers) "expirytype":"NEAR" // Expiry Type (NEAR/NEXT/FAR) }

      and API endpoint is as follows:

      https://apiconnect.angelone.in/rest/secure/angelbroking/marketData/v1/gainersLosers
    • S

      Request Rejected - while tryng to login
      General Discussion • • suryavenkat

      2
      0
      Votes
      2
      Posts
      3
      Views

      A

      @suryavenkat try to login via postman, login is working fine. The body of the request you sent looks problematic, we have 3 parameters - clientcode, password (not mpin) and TOTP. Please refer to the API doc of login for the same.

    • M

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

      2
      0
      Votes
      2
      Posts
      11
      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.

    • M

      Login issue with .net api login request
      C#/.Net SDK • • mhaiskar.omkar21

      5
      0
      Votes
      5
      Posts
      20
      Views

      A

      @mhaiskar-omkar21 as mentioned by blackdream, please check the other parameters in the login API. It is working fine.

    • D

      Optiongreek not returning any value.
      Python SDK • • darshanmc

      2
      0
      Votes
      2
      Posts
      6
      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" }
    • P

      gttRuleList API returns null due to timeout error
      Java SDK • • pavanimitnala

      6
      0
      Votes
      6
      Posts
      22
      Views

      A

      @pavanimitnala It is working properly, please find the API Snippet

      { "status": [ "FORALL" ], "page": 1, "count": 10 }

      There might be an issue with your code, you can check the request and response via postman.

    • B

      instrument data
      Python SDK • • blackdream

      2
      0
      Votes
      2
      Posts
      12
      Views

      A

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

    • N

      gletch angel one
      Python SDK • • nimeshguliana

      2
      0
      Votes
      2
      Posts
      9
      Views

      A

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

    • R

      Empty result for login endpoint
      General Discussion • • rohanpsd_13

      2
      0
      Votes
      2
      Posts
      8
      Views

      A

      @rohanpsd_13 Please test the API via postman, it might give you a better way to write the code for login.

    • G

      Unable to fetch option greek data for Sensex
      Bugs • • gayatrin

      2
      0
      Votes
      2
      Posts
      14
      Views

      A

      @gayatrin We do not support option greek data for BSE via SmartAPI.

    • A

      API Rate Limit Issue
      Python SDK • • abvohera

      2
      0
      Votes
      2
      Posts
      13
      Views

      A

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

    • S

      No previous_close_price or net_change or percent_change in websocket tick data
      General Discussion • • Saranesh

      2
      0
      Votes
      2
      Posts
      2
      Views

      A

      @saranesh Please use daily level historical data for the same.