Navigation

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

    Topics created by subh

    • 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