Navigation

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

    • L

      Tick values are refreshing very slowly in websocket streaming.
      Python SDK • • leena.1234  

      23
      0
      Votes
      23
      Posts
      167
      Views

      P

      @J88913 , i am getting below error with this code. can you help. {'task': 'hb', 'channel': '', 'token': '093658357', 'user': '', 'acctid': ''} Error info: 'ltp' 'ltp'
    • S

      AngelBroking get_access_token failed: AB1050 : Invalid totp
      General Discussion • • saimathew123  

      23
      0
      Votes
      23
      Posts
      208
      Views

      A

      Hi Team, I am getting the below error message : b'{"status":false,"message":"Invalid totp","errorcode":"AB1050","data":null}' Please let me know what is the issue?
    • V

      RMS should return correct trading balance
      General Discussion • • vijayyande  

      23
      2
      Votes
      23
      Posts
      185
      Views

      S

      I am Suneel Maghani, can you explain in detial with example?
    • M

      Reason for Rejection : 265
      Bugs • • mudit236  

      23
      0
      Votes
      23
      Posts
      135
      Views

      V

      @Moderator_1 , @Moderator_2 , Please reply...
    • Y

      How do I get historical Index Data for NIFTY/SENSEX?
      General Discussion • • yash12392  

      22
      0
      Votes
      22
      Posts
      538
      Views

      N

      I was searching for ways to get historical index data for Nifty and Sensex when I stumbled upon this gem of an article! Thanks for the clear guide. By the way, if you're up for another kind of data challenge, check out the online game Slope. It's like navigating through market trends—fast, unpredictable, and incredibly addictive!
    • S

      Bracket & Cover order support
      General Discussion • • StocksDeveloper  

      22
      0
      Votes
      22
      Posts
      185
      Views

      A

      HI @Mahesh said in Bracket & Cover order support: In java smartapi client, i dont see these constants defined in Constants.java for variety = ROBO and producttype=BO This issue is resolved.
    • G

      USER IS BLOCKED FOR TRADING
      Bugs • • Gopal  

      21
      0
      Votes
      21
      Posts
      215
      Views

      D

      My user id is blocked Id - D216049
    • M

      Error AG8001
      General Discussion • error • • mr_heman  

      21
      0
      Votes
      21
      Posts
      494
      Views

      R

      I am having same issue with my api {'success': False, 'message': 'Invalid Token', 'errorCode': 'AG8001', 'data': ''} Client ID: R226967 please solve this
    • V

      PlaceOrder API gives blank output
      Python SDK • • VIJAY KADTAN  

      21
      0
      Votes
      21
      Posts
      66
      Views

      A

      HI @VIJAY-KADTAN Please reset your password.
    • M

      Announcing Option Greeks API for SmartAPI Users
      General Discussion • • Moderator_1  

      21
      0
      Votes
      21
      Posts
      515
      Views

      D

      Why is theta value different from Sensibull and other similar platforms? Do we have to do some other calculations like divide by lot size or something to get the correct value?
    • A

      Blocking of equity scrips falling under surveillance measures from placeorder API from Friday 24th Jan, after market hours
      General Discussion • • admin  

      21
      -8
      Votes
      21
      Posts
      290
      Views

      V

      @vishant i'm having a direct angel broking account
    • S

      Python Streaming Tick Data Problem.
      Python SDK • • shenoytech  

      21
      0
      Votes
      21
      Posts
      333
      Views

      G

      @dorje Can i get this code please, I have been trying alot, but only getting above three lines and not feed..
    • James Bond

      Working WebSocket Sample code to retrieve LTP - Python
      Python SDK • • James Bond  

      20
      0
      Votes
      20
      Posts
      752
      Views

      R

      @neeluru Please share which version of SDK you are using.. I can only check the code depending on that..
    • S

      AB1018: Failed to get symbol details
      Bugs • • StocksDeveloper  

      20
      0
      Votes
      20
      Posts
      121
      Views

      A

      HI @StocksDeveloper I was referring to below thread https://smartapi.angelbroking.com/topic/829/all-strikes-not-listed-for-banknifty/3?_=1622985675911
    • R

      ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000024771931880>, 'Connection to apiconnect.angelbroking.com timed out. (connect timeout=7)'))
      General Discussion • • Raj-Karande  

      20
      2
      Votes
      20
      Posts
      139
      Views

      M

      Hello @Mnagesh @techbytecache @jaideep-siddula , Apologies for the inconvenience. Rest assured, we are working on this issue for a fix. Thank you Regards SmartAPI Team
    • S

      smart api login problem
      Bugs • • sanjeevpasha  

      19
      0
      Votes
      19
      Posts
      71
      Views

      A

      Hi @sanjeevpasha As per the discussion your query is resolved.
    • E

      ERROR AB1004
      General Discussion • • Elliot  

      19
      0
      Votes
      19
      Posts
      282
      Views

      C

      {"message":"Something Went Wrong, Please Try After Sometime","errorcode":"AB1004","status":false,"data":null} while gentrating refresh token how to fix ???
    • PandaTrade

      GET LTP ERROR
      General Discussion • • PandaTrade  

      19
      0
      Votes
      19
      Posts
      99
      Views

      A

      HI @PandaTrade currently we have no update on this.
    • S

      {'status': False, 'message': 'YOUR USER ID OR PASSWORD IS INVALID', 'errorcode': 'AB1007', 'data': None}
      General Discussion • • ssk  

      19
      0
      Votes
      19
      Posts
      46
      Views

      A

      @hoyaya7294 said in {'status': False, 'message': 'YOUR USER ID OR PASSWORD IS INVALID', 'errorcode': 'AB1007', 'data': None}: @hoyaya7294 @admin sleeping on job? HI @hoyaya7294 As you have raised a queries before two non working days your queries are cleared today.
    • J

      How to get the live data from market feed for different stocks ?
      Bugs • • Jeet Pattani  

      19
      0
      Votes
      19
      Posts
      295
      Views

      J

      @admin I connected using websocket. let { SmartAPI, WebSocket } = require("smartapi-javascript"); let web_socket = new WebSocket({ client_code: "P529774", feed_token: "097948399" }); web_socket.connect() .then(() => { web_socket.runScript("nse_cm|2885", "cn")// SCRIPT: nse_cm|2885, mcx_fo|222900 TASK: mw|sfi|dp web_socket.runScript("nse_cm|2885", "mw") setTimeout(function() { web_socket.close() }, 3000) }) web_socket.on('tick', receiveTick) function receiveTick(data) { console.log("receiveTick:::::", data) } But I am getting the following response. receiveTick::::: [ { ak: 'ok', task: 'cn', msg: 'connected' } ] receiveTick::::: [] receiveTick::::: [ { tvalue: '07/12/2021 16:19:25', name: 'tm' } ] receiveTick::::: [ { tvalue: '07/12/2021 16:19:26', name: 'tm' } ] receiveTick::::: [ { tvalue: '07/12/2021 16:19:27', name: 'tm' } ] Socket closed will it send response during market hours only?