Navigation

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

    ramk

    @ramk

    SmartAPI Group

    2
    Reputation
    33
    Posts
    8
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online

    ramk Follow
    SmartAPI Group

    Best posts made by ramk

    • token details for finnifty index

      I have been using OpenAPIScripMaster.json to determine the token details for nifty and banknifty. But I am unable to find the token details for FINNIFTY index. If anyone had success , please let me know,

      not sure if @admin can help. If possible , let me know

      posted in General Discussion
      R
      ramk
    • RE: NIFTY and BANKNIFTY symbol token are missing

      "token":"2","symbol":"NIFTY50","name":"NIFTY","expiry":"","strike":"-1.000000","lotsize":"1","instrumenttype":"INDEX","exch_seg":"CDS","tick_size":"25000.000000"

      Now the token is 2. But unable to get LTP data using token:2 and symbol NIFTY50

      posted in Bugs
      R
      ramk

    Latest posts made by ramk

    • RE: Automate totp login using python module - pyotp

      @Rushey17 and @SSumit , pyotp works great. Thanks for your contribution , without which I would have been lost in the woods

      posted in General Discussion
      R
      ramk
    • RE: API Limitation errors in AWS Cloud

      @admin

      any update?

      posted in Python SDK
      R
      ramk
    • RE: time frame

      central pivot range

      posted in General Discussion
      R
      ramk
    • RE: time frame

      I use 5 mins

      posted in General Discussion
      R
      ramk
    • token details for finnifty index

      I have been using OpenAPIScripMaster.json to determine the token details for nifty and banknifty. But I am unable to find the token details for FINNIFTY index. If anyone had success , please let me know,

      not sure if @admin can help. If possible , let me know

      posted in General Discussion
      R
      ramk
    • RE: Timeout errors happening

      @admin happening now intermittently. Do you have a health check URL which we can use in our logic to periodically check service health before hitting the actual end points

      posted in Bugs
      R
      ramk
    • RE: Access denied because of exceeding access rate

      I get the error consistently in AWS. But have also seen the error when running the code locally.

      posted in Bugs
      R
      ramk
    • RE: API Limitation errors in AWS Cloud

      @Ashok
      I tried hardcoding IP's. that didnt help and hence reporting here. Also thinking of trying concurrent order placement. lets see if that help

      posted in Python SDK
      R
      ramk
    • RE: API Limitation errors in AWS Cloud

      More details : I am running my code in AWS elastic container services with AWS fargate backed cluster

      posted in Python SDK
      R
      ramk
    • RE: Access denied because of exceeding access rate

      try:
      orderId = login_obj.placeOrder(orderparams)
      logger.info("The order id is: {}".format(orderId))
      except Exception as e:
      logger.error("Order placement failed: {}".format(e))
      return orderId

      I use the above code 6 times inside a method and supply login_obj as a parameter to the method. Intermittently one order error stating api limit breached and access is denied.

      posted in Bugs
      R
      ramk