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

      Not able to connect to the websocket, please help!
      General Discussion • • trader_noob

      31
      0
      Votes
      31
      Posts
      92
      Views

      M

      Hello @Sanky, @trader_noob,
      We have fixed this from our end. Please let us know if you are still facing this issue. You can try using sample code on our github repo for the same. Please write to us at smartapi@angelbroking.com for any other support.

      Regards
      SmartAPI Team

    • P

      LTP quote not current`
      Test • • pari

      30
      4
      Votes
      30
      Posts
      115
      Views

      V

      @Ashutosh01 does your getLTP working fine

    • S

      Not able to login
      NodeJS SDK • • ShamimAAnsari

      29
      0
      Votes
      29
      Posts
      200
      Views

      R

      @SpandanMn
      No, not got any solution yet.

    • S

      Invalid TOTP
      General Discussion • • SaralaKannan

      29
      0
      Votes
      29
      Posts
      380
      Views

      E

      Kite shows the invalid TOTP error when the time on the devices is not in sync. To sync the time on the devices, follow these steps: ... This has been observed when the appliance or the Core Ball user device/App and their correct time/time zone are not in sync. TOTP is an algorithm that computes a one-time password from a shared secret key this is done in the form of a QRCode) and the current timeTOTP stands for Time-based One-Time Password, and requires access to an accurate clock in order for the codes to be generated correctly. That would have been it (my new computer had a very incorrect time lmao).

    • J

      cannot login even after adding correct password and api key
      Bugs • • Jeet Pattani

      28
      0
      Votes
      28
      Posts
      58
      Views

      J

      @admin DONE 👍

    • N

      Facing problem when streaming the live data
      General Discussion • • nayan_nandi

      27
      0
      Votes
      27
      Posts
      186
      Views

      M

      It's working now I had given the wrong API key
      please check the API key once @nayan_nandi

    • C

      API down
      Test • • c_harish

      27
      0
      Votes
      27
      Posts
      98
      Views

      S

      @harish @admin The connections gets lost in between for brief period and again it gets established. The issue occurs repeatedly. Now connection is established again.

      Do check and provide a permanent solution to this.

    • M

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

      27
      0
      Votes
      27
      Posts
      548
      Views

      I

      @itsjha said in Announcing Option Greeks API for SmartAPI Users:

      This API is working for me, but when i try to get the weekly option greeks for Nifty options.
      It returns the monthly data.

      This is one of the reponse executed at "250703 13:37:03" - {'name': 'NIFTY', 'expiry': '10JUL2025', 'strikePrice': '26400.000000', 'optionType': 'CE', 'delta': '0.192700', 'gamma': '0.000300', 'theta': '-18.523500', 'vega': '9.739900', 'impliedVolatility': '11.540000', 'tradeVolume': '81490.00'}

      For the weekly expiry option with strikeprce 26400CE for 10th July, the Delta value returned in 0.192700, which is the delta value for monthly expiry (31 July). Kindly look into it.

      @administrators - Please clarify.

    • P

      "Order placement failed: 'NoneType' object is not subscriptable"
      Python SDK • • prasan

      26
      0
      Votes
      26
      Posts
      314
      Views

      L

      @ksquare
      in your case, I believe it's due to incorrect quantity. Please try using quantity as 50 instead of 1.

    • M

      How to sync own amibroker AFL with system for algo trading?pls help
      General Discussion • • Manglesh

      25
      0
      Votes
      25
      Posts
      75
      Views

      M

      @admin ![alt text](![image url](image url))Screenshot (152).png DONE

    • M

      unable to login - SSLError
      Python SDK • • Manoj123

      25
      0
      Votes
      25
      Posts
      173
      Views

      A

      @ms said in unable to login - SSLError:

      any update on this ?
      This has been already resolved.

    • A

      Important Announcement: Change in Angel One Login Policy
      General Discussion • • admin

      25
      0
      Votes
      25
      Posts
      1102
      Views

      A

      @Rakhi, i am also facing the same issue but unable to resolve.

      can you just let us know the process to resolve.

      Jupiter Error.jpg

    • P

      Unable to login
      Test • • pari

      25
      4
      Votes
      25
      Posts
      53
      Views

      S

      Hi @talk2ajay,

      This was an intermittent issues and was resolved on immediate basis.

      Feel free to reach out on forum or on smartapi@angelbroking.com for any other concerns.

      Happy to help, thank you.

    • N

      Issue with tick data when large number of tokens are subscribed
      Bugs • • nitish.bane

      25
      0
      Votes
      25
      Posts
      151
      Views

      M

      Hello @DevPatel

      There is a limit like @chetansuri as mentioned.
      For each client code maximum 3 parallel sessions are allowed and 1000 token as well.

      Regards,
      SamrtAPI Team

    • A

      How to get fed_token and how to use token and task and how to subscribe and unsubscribe a script?????
      General Discussion • • ashmita_

      23
      0
      Votes
      23
      Posts
      463
      Views

      A

      Hi @rjamitsharma01 You need to find a feasible way to do it in java its a one time process let me text you in pc.

    • P

      not receiving proper WebSocket data
      Test • • pavank

      23
      0
      Votes
      23
      Posts
      179
      Views

      J

      @admin facing same issue, only receving tm data

      [{"tvalue":"16/02/2023 11:35:12","name":"tm"}]
      [{"tvalue":"16/02/2023 11:35:13","name":"tm"}]
      [{"tvalue":"16/02/2023 11:35:14","name":"tm"}]
      [{"tvalue":"16/02/2023 11:35:15","name":"tm"}]

      Here is code :

      var ws =new websocket('', '',"nse_cm|2885", "mw");
      ws.connection().then(() => {
      ws.runScript("nse_cm|2885&nse_cm|1594&nse_cm|11536", "mw|sf|dp");
      setTimeout(function () {
      ws.close()
      }, 30000)
      });
      ws.on('tick', receiveTick);

      function receiveTick(data) { console.log(data); }
    • A

      Wrong historical data
      Test • historical data • • Asif Khan

      23
      0
      Votes
      23
      Posts
      126
      Views

      A

      HI @ikishor99 this issue is already noted on another thread our team is working on this.

    • A

      Websocket to obtain Order Status
      Python SDK • • Ayush Kumar

      23
      0
      Votes
      23
      Posts
      347
      Views

      S

      @rajanprabu Were you able to solve the issue and get the order update. can you please share the sample code if possible.

    • L

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

      23
      0
      Votes
      23
      Posts
      168
      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
      210
      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?