Navigation

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

    Topics created by Omsiavi

    • O

      Message: DataException("Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'")
      Python SDK • • Omsiavi  

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • O

      Historical data for currency futures
      General Discussion • • Omsiavi  

      4
      0
      Votes
      4
      Posts
      40
      Views

      A

      @omsiavi said in Historical data for currency futures: Hello @admin - Such as we can retrieve tick data of multiple stocks at a time by using syntax as given "nse_cm|5900&nse_cm|3045". i have tried retrieving historical data of 3 stocks using code below. code: for i in range(len(instrument_token_list)): historicParam[i]={"exchange": "NSE", "symboltoken": instrument_token_list[i], "interval": "FIFTEEN_MINUTE", "fromdate": from_date, "todate": to_date }.... But i find all the tokens return same data. PLEASE LET ME KNOW IF THERE IS ANY OTHER PROCESS TO ACHIEVE MY OBJECTIVE OR MISTAKES IN MY CODE OR WHETHER IS IT POSSIBLE OR NOT.THANKS IN ADVANCE You have to pass the tokens of the desired stocks and then you will get the responses for all you need to perform your own operations to fetch specific fields value.
    • O

      Historical API
      General Discussion • • Omsiavi  

      9
      0
      Votes
      9
      Posts
      218
      Views

      A

      @garyr01 said in Historical API: HI, NIFTY open, high/low price not available in LTP function. we have noted this we will update you.