Navigation

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

    Omsiavi

    @Omsiavi

    1
    Reputation
    9
    Posts
    3
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Omsiavi Follow

    Best posts made by Omsiavi

    This user hasn't posted anything yet.

    Latest posts made by Omsiavi

    • RE: Historic API not working

      @admin123 @admin still facing the issue today as well. Please respond and resolve

      posted in Bugs
      O
      Omsiavi
    • RE: Historic API not working

      @whemant even im facing same issue. @admin please confirm the same

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

      Hello team
      my scrip is throwing above error even if im running it for 1 token. It was fine till yesterday, please confirm this issue with getcandledata

      posted in Python SDK
      O
      Omsiavi
    • RE: Historical API

      @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

      posted in General Discussion
      O
      Omsiavi
    • RE: 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

      posted in General Discussion
      O
      Omsiavi
    • Historical data for currency futures

      Is historical data available for currency futures ? If not when can i expect it to be available?

      posted in General Discussion
      O
      Omsiavi
    • RE: Historical API

      @Omsiavi as i can see , it is only available for NSE equity segment. when will it be available for Fut and Opt as well?

      posted in General Discussion
      O
      Omsiavi
    • RE: Historical API

      @admin i want to generate OHLC data for N historical periods to support a rule based trading system.

      posted in General Discussion
      O
      Omsiavi
    • Historical API

      When will the Historical API will be available to full time usage?

      posted in General Discussion
      O
      Omsiavi