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
    • K

      trading symbol and tocken is incorrect
      C#/.Net SDK • • Karan.plus.is

      4
      0
      Votes
      4
      Posts
      20
      Views

      A

      @karan-plus-is The symbol token you have mentioned is for the symbol SILVER05DEC25FUT.

      We request you to check the instruments file daily before placing the API requests, as there could be instances when the symbol token changes for a given scrip.

    • H

      Unable to create API
      Bugs • • Hari Krishnan V

      2
      0
      Votes
      2
      Posts
      11
      Views

      A

      @hari-krishnan-v could you please give more info ie. a screenshot of the screen you are stuck on?

    • D

      Historical Data
      Python SDK • • dave

      2
      0
      Votes
      2
      Posts
      12
      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
      Python SDK • • Tanay1907

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

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

    • D

      i cant create a new api
      General Discussion • • DIYD12021

      2
      0
      Votes
      2
      Posts
      16
      Views

      A

      @diyd12021 Can you please try again and check?

    • T

      HELP!!!
      Python SDK • • 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

    • H

      What is Primary Static IP in SmartAPI app creation?
      General Discussion • • HimanshuNishad

      3
      0
      Votes
      3
      Posts
      24
      Views

      A

      @himanshunishad As per SEBI's rules, users creating their own code will now have to get a static IP to use APIs.

      You can get a static IP from your internet service provider (if you are hosting your code on a local machine) or from your cloud provider (if you are running your code from the cloud).

      The static IP will be mandatory from 1st Oct 2025.

      For now, if you want to run your code, you can go to your profile and choose My APIs instead of My APIs (new).

    • S

      How to get Mutual Fund holdings
      Python SDK • • smohit94

      4
      0
      Votes
      4
      Posts
      15
      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
      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.

    • R

      Login problem
      Bugs • • rajusuman

      113
      0
      Votes
      113
      Posts
      459
      Views

      A

      @amitpanchall The login API is working fine, please share your error.

    • 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
      2
      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
      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.

    • M

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

      5
      0
      Votes
      5
      Posts
      19
      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
      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" }
    • P

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

      6
      0
      Votes
      6
      Posts
      21
      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
      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

    • N

      gletch angel one
      Python SDK • • nimeshguliana

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

      A

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