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

      Order placement is failing.
      NodeJS SDK • • sekharn

      9
      0
      Votes
      9
      Posts
      35
      Views

      A

      @sekharn You are exceeding another rate limit that is, 1000 orders per hour.

    • N

      token numbers for all stock futures in nse
      General Discussion • • nanidinesh

      2
      0
      Votes
      2
      Posts
      12
      Views

      A

      @nanidinesh you can get it from instrument master - https://margincalculator.angelone.in/OpenAPI_File/files/OpenAPIScripMaster.json

    • H

      Invalid totp
      General Discussion • • hemil.quarec

      2
      0
      Votes
      2
      Posts
      13
      Views

      A

      @hemil-quarec TOTP is working fine.

    • P

      Weekly option Contarct
      NodeJS SDK • • Parvez937

      2
      0
      Votes
      2
      Posts
      15
      Views

      A

      @Parvez937

      Formats of the symbol names are different
      Monthly options are in the format SENSEX25MAR72400CE
      Weekly options are in the format SENSEX2521875300CE

    • V

      LIVE
      Python SDK • • vicky_g7

      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • M

      No data available for any option greeks
      Python SDK • • mohak

      3
      0
      Votes
      3
      Posts
      11
      Views

      S

      @mohak Did you find a solution for this. I am facing same issue.

    • D

      OI limit breached
      General Discussion • • deepu1829

      2
      0
      Votes
      2
      Posts
      16
      Views

      A

      @deepu1829 It is not a bug or issue with your code. It is due to OI limit breached on the exchanges. You can read more about it via google.

    • R

      AG8001 ERROR
      Python SDK • • RAVICHANDRA

      2
      0
      Votes
      2
      Posts
      15
      Views

      A

      @RAVICHANDRA this is due to invalid token. Please ensure your login flow is correct.

    • R

      AG8001
      Python SDK • • RAVICHANDRA

      2
      0
      Votes
      2
      Posts
      15
      Views

      A

      @RAVICHANDRA this is due to invalid token. Please ensure your login flow is correct.

    • A

      Release Note: Free Historical Data Access for Indices, NSE, NFO, BSE, BFO, MCX, and CDS with SmartAPI!
      General Discussion • • admin

      18
      0
      Votes
      18
      Posts
      587
      Views

      V

      is anyone able to pull historical data?
      I am always getting like this "

      [I 250211 00:55:50 Trading:157] Analyzing SBIN-EQ...
      [W 250211 00:55:50 Trading:93] No data for 3045. Response: {'success': False, 'message': 'Invalid Token', 'errorCode': 'AG8001', 'data': ''}
      [E 250211 00:55:50 Trading:115] No historical data for SBIN-EQ
      [I 250211 00:55:52 Trading:157] Analyzing RELIANCE-EQ...
      [W 250211 00:56:01 Trading:93] No data for 2885. Response: {'success': False, 'message': 'Invalid Token', 'errorCode': 'AG8001', 'data': ''}
      [E 250211 00:56:01 Trading:115] No historical data for RELIANCE-EQ
      [I 250211 00:56:03 Trading:157] Analyzing INFY-EQ...
      [W 250211 00:56:03 Trading:93] No data for 1594. Response: {'success': False, 'message': 'Invalid Token', 'errorCode': 'AG8001', 'data': ''}
      [E 250211 00:56:03 Trading:115] No historical data for INFY-EQ
      [I 250211 00:56:05 Trading:157] Analyzing INDIGO-EQ...
      [W 250211 00:56:05 Trading:93] No data for 2837. Response: {'success': False, 'message': 'Invalid Token', 'errorCode': 'AG8001', 'data': ''}

    • M

      Announcing Top Gainers/ Losers, PCR and OI BuildUp APIs for SmartAPI Users
      General Discussion • • Moderator_1

      16
      0
      Votes
      16
      Posts
      364
      Views

      V

      @Moderator_1 said in Announcing Top Gainers/ Losers, PCR and OI BuildUp APIs for SmartAPI Users:

      https://apiconnect.angelbroking.com/rest/secure/angelbroking/marketData/v1/OIBuildup

      is this working for anybody?

    • V

      Need Python script to fetch Top gainers and losers using API.
      Python SDK • • v66167

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • A

      Please give an example for buy, stoploss and sell order in intraday trading
      General Discussion • • asiyaafreen01992

      4
      1
      Votes
      4
      Posts
      48
      Views

      D

      @Rakhi Cover Order, also u need to give "transactiontype": "BUY", then only it will buy

    • D

      How Target and Stop loss Calculated in Robo Order?
      Python SDK • • Deepak8052

      1
      0
      Votes
      1
      Posts
      20
      Views

      No one has replied

    • A

      Always getting Internal Error (AB2001) for the brokerage calculation of options trade request
      General Discussion • • akagrawal

      5
      0
      Votes
      5
      Posts
      21
      Views

      A

      @hanukanth please try with symbolname of 'BANKNIFTY'

      { "orders": [ { "product_type": "CARRYFORWARD", "transaction_type": "BUY", "quantity": "30", "price": "10", "exchange": "NFO", "symbol_name": "BANKNIFTY", "token": "35117" } ] }
    • S

      Question about close vs adjusted pricing
      General Discussion • • samarth

      2
      0
      Votes
      2
      Posts
      14
      Views

      A

      @samarth please go through the API doc for historical data https://smartapi.angelone.in/docs/Historical.

      Also, you need to have an Angel One ID for using historical data API.

    • D

      Can't find out symbol token for SBI energy oppurtunities fund
      General Discussion • • Dinesh kumar D

      2
      0
      Votes
      2
      Posts
      7
      Views

      A

      @Dinesh-kumar-D You cannot use SmartAPI on mutual funds.

    • M

      getcandledata throwing error
      Python SDK • • MMN5468

      2
      -1
      Votes
      2
      Posts
      9
      Views

      A

      @MMN5468 the symbol token is the numeric token that you can find through the instrument master.

      eg. for SBIN-EQ on NSE, it is 3045.

      Link is here - https://margincalculator.angelone.in/OpenAPI_File/files/OpenAPIScripMaster.json

    • U

      AB1019 - Entered trading symbol and symbol token is mismatch
      Python SDK • • upendrasingh09

      2
      0
      Votes
      2
      Posts
      7
      Views

      A

      @upendrasingh09 use exchange as 'NFO'

    • R

      Internal Server error for all requests
      Test • • robotrade

      5
      0
      Votes
      5
      Posts
      60
      Views

      R

      Hello, any update on the solution regarding this issue @admin @Moderator_1 @Moderator_2 @Moderator_3 @moderator_4 @bhaveshjain @batman1234 ?