Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. subh
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 13
    • Best 1
    • Groups 0

    Topics created by subh

    • S

      Error code AB4036
      General Discussion • • subh

      2
      0
      Votes
      2
      Posts
      14
      Views

      S

      @subh
      Please provide awareness message for ASM/GSM stock when placing order through API for script under ASM/GSM. It is allowed by NSE ( Download Ref No: NSE/INSP/58999 Date: October 19th
      , 2023, Circular Ref. No: 93/2023,, at 17(o) )

    • S

      Option Chain
      Python SDK • • subh

      7
      0
      Votes
      7
      Posts
      61
      Views

      C

      @subh what is your use case that you want every tick data at 1 sec. you can always workout without such high frequency data.
      You can use few strike price as you will not need tick for complete option chain.
      If your use case demands every tick and processing. use some db and then work around that. Pandas dataframe and then running will always take some processing time. save raw data somewhere if you wish to. Maybe use 1 task for saving and another for processing.

    • S

      Asynchronous
      Python SDK • • subh

      4
      0
      Votes
      4
      Posts
      33
      Views

      J

      @subh
      For sure, bother. I've shared my phone number and email address. Feel free to contact.
      Regards,
      Jaideep Siddula

    • S

      Merge 3 toke data in one data frame
      Python SDK • • subh

      2
      0
      Votes
      2
      Posts
      3
      Views

      H

      @subh You can simply do pd.concat([df_1,df_2,df_3],axis=0). This would merge your 3 dataframe in one.

    • S

      Attempting to resubscribe/reconnect
      General Discussion • • subh

      3
      0
      Votes
      3
      Posts
      31
      Views

      S

      @Moderator_2 solved