Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • S

      Connection closed due to max retry attempts reached
      Python SDK • • sainath

      3
      0
      Votes
      3
      Posts
      9
      Views

      A

      @sainath You are exceeding your retry attempts

    • R

      Mapping of Smartapi to Demat Account
      General Discussion • • richaty

      2
      0
      Votes
      2
      Posts
      6
      Views

      A

      @richaty You can sign up again with the with same phone and email id by putting in new client ID

    • M

      BO Order edit not allowed via UI
      Python SDK • • mahidaparth7

      11
      0
      Votes
      11
      Posts
      48
      Views

      G

      @mahidaparth7 @admin , Im also facing the same issue. what is the reason and is order executing even if it is not editable ?

    • S

      Creating API key just for getting data
      General Discussion • • stander

      2
      0
      Votes
      2
      Posts
      5
      Views

      A

      @stander When creating your app, you can enter your current dynamic IP found via a "What is my IP" search to satisfy the mandatory field.

    • J

      Historical candle glitch
      NodeJS SDK • • jayesh_sapkale

      2
      0
      Votes
      2
      Posts
      13
      Views

      J

      I think fix ho gaya hai (+10:38) working now

      Thanks

    • R

      To datetime can't be greater than current datetime
      Python SDK • • rakeshkr114

      6
      1
      Votes
      6
      Posts
      21
      Views

      A

      @admin facing the same issue. Please check asap

    • D

      Data download not working
      General Discussion • • diwakarpant16

      7
      0
      Votes
      7
      Posts
      37
      Views

      D

      @diwakarpant16 FYI now to_datetime has to be set to today's date with time 00:00 to get latest data, otherwise throws error saying to_datetime must be less than current datetime.

    • V

      Not able to create APP. Getting cors error
      General Discussion • • Vinesh 0

      2
      0
      Votes
      2
      Posts
      11
      Views

      A

      @vinesh-0 Use "New Login" to create the app.

    • S

      AG8001 Invalid Token even with fresh login
      Test • • shahnawaz.pe 0

      2
      -1
      Votes
      2
      Posts
      13
      Views

      A

      @shahnawaz-pe-0 SmartConnect is not using "X-API-Key" header. https://github.com/angel-one/smartapi-python/blob/main/SmartApi/smartConnect.py#L153. Correct the header and it will work.

    • M

      Getting AG8004
      General Discussion • • mr_s

      4
      0
      Votes
      4
      Posts
      11
      Views

      A

      @mr_s Try Trading API key.

    • S

      scripconsent order parameter missing in Java library. Order placement fails with Null
      Java SDK • • sugagenius

      10
      1
      Votes
      10
      Posts
      25
      Views

      A

      @sugagenius Cheers to your persistence. :) Once done with all modifications, please make sure to send a pull request to the github repo so other algo traders can also be benefited.

    • A

      Important Updates to SmartAPI in Compliance with SEBI Guidelines
      General Discussion • • admin

      46
      0
      Votes
      46
      Posts
      330
      Views

      A

      @archana Static IP limitation is only applicable on order placement and modification APIs endpoints as per circular, as mentioned above.

    • A

      Error code : AB1004
      Python SDK • • archana

      3
      0
      Votes
      3
      Posts
      6
      Views

      A

      @algo_trading_50 --Thanks , Its working Today

    • K

      Are there any SLA for the apis?
      Python SDK • • kvineeth

      2
      0
      Votes
      2
      Posts
      15
      Views

      A

      @kvineeth Having a trading account itself puts you in a SLA. This could be an intermittent issue. Error AB1004, clearly suggest "Internal Server Error" as mentioned in the docs here https://smartapi.angelbroking.com/docs/Exceptions.

    • S

      SmartAPI Session Invalid / Token Expiry Issue – Urgent
      Python SDK • • S237783 0

      4
      1
      Votes
      4
      Posts
      17
      Views

      A

      @meenavenkit This is an intermittent issue. You can try "Logout from all devices" from the website and can try again. Try with mobile internet on local machine that has new IP everytime to verify if it's an IP related issue.

    • M

      SMART API Session invalid/Token expiry
      Python SDK • • Meenavenkit

      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • D

      TSL Order Update होने पर भी पहला SL Modify/Cancel न होने की समस्या के समाधान हेतु अनुरोध
      Python SDK • • diwakar

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      @diwakar Get all pending orders, https://smartapi.angelbroking.com/docs/Orders#orderbook, filter by "variety": "STOPLOSS" and symboltoken, and cancel all SL orders not matching your sl_order_id.

    • S

      Relation Between exch_seg from instrument json and exchange type in WebSocket API
      Python SDK • • sagargami777

      2
      0
      Votes
      2
      Posts
      9
      Views

      A

      @sagargami777 Javascript example::

      // Reference:: https://smartapi.angelbroking.com/docs/WebSocket2 let ExchangeType = { nse_cm: 1, nse_fo: 2, bse_cm: 3, bse_fo: 4, mcx_fo: 5, ncx_fo: 7, cde_fo: 13 } // Reference: https://smartapi.angelbroking.com/docs/Orders#place let ExchangeMap = { BSE: 'bse_cm', NSE: 'nse_cm', NFO: 'nse_fo', MCX: 'mcx_fo', BFO: 'bse_fo', CDS: 'cde_fo' } let exch_seg = 'NSE' console.log(ExchangeType[ExchangeMap[exch_seg]])
    • N

      Publisher Login
      General Discussion • • Nitro

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      @nitro Try creating a Smart API app using "Publisher" API. JS plugin seems discontinued.

    • T

      Change in OI
      General Discussion • • T2453A1

      2
      0
      Votes
      2
      Posts
      7
      Views

      A

      @t2453a1 As mentioned on the page, https://smartapi.angelbroking.com/docs/MarketData, change in OI (absolute or percentage) is not yet supported by the API.