Navigation

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

    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 Test
      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 Test
      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 Test
      R
      ramk
    • API Limitation errors in AWS Cloud

      My code works fine when executed from my laptop. When I run the same code from AWS cloud elastic container service , I intermittently get api limit error when placing orders.

      I see the below error only in AWS cloud,

      "Exception while retriving IP Address,using local host IP address [Errno -2] Name or service not known"

      I understand , if for some reason the IP address retrieval fails , smartconnect will assign a prefixed IP for clientPublicIP and clientLocalIP. These IP details gets populated in the request header. Does your web application firewall have some throttling for AWS originating IP's.

      @admin @administrators Kindly respond

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

      Would love to see a permanent fix for this. Order placement API endpoint as per your API limits documentation accepts 10 orders per second. But I get kicked out during intermittently during order placement ( I place 6 orders part of iron-fly strategy).

      posted in Test
      R
      ramk
    • RE: How to fetch historical 15 min candle for NIFTY 50 ?

      Angel doesnt provide historical data for indexes. Its a request from the community which is open for a long time with no date on the horizon

      posted in Python SDK
      R
      ramk
    • RE: NIFTY and BANKNIFTY symbol token are missing

      Hi All,

      26000 and 26009 are back. Happy trading

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

      😰 😞

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

      Not trading since 2 days now because of this.👎

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

      Personally , I am hanging out with Angel only because of 100% cash component (minus haircut) when I pledge my holdings for margin. There are many brokers out there who gives 100% cash component like 5 paisa. Angel has given One more reason to switch to other brokers.

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

      This issue should be affecting most of the algo platforms out there in addition to retailers like us. Why isn't Angel treating this as a Priority 1 incident

      posted in Test
      R
      ramk
    • RE: nifty banknifty token not found?

      attention : @Taapas @bhaveshjain

      posted in General Discussion
      R
      ramk
    • RE: nifty banknifty token not found?

      have sent a mail to api@angelbroking.com. Lets see if that helps

      posted in General Discussion
      R
      ramk