@Rushey17 and @SSumit , pyotp works great. Thanks for your contribution , without which I would have been lost in the woods
Posts made by ramk
-
RE: Automate totp login using python module - pyotpposted in General Discussion
-
token details for finnifty indexposted in General Discussion
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
-
RE: Timeout errors happeningposted in Test
@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
-
RE: Access denied because of exceeding access rateposted in Test
I get the error consistently in AWS. But have also seen the error when running the code locally.
-
RE: API Limitation errors in AWS Cloudposted in Python SDK
@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 -
RE: API Limitation errors in AWS Cloudposted in Python SDK
More details : I am running my code in AWS elastic container services with AWS fargate backed cluster
-
RE: Access denied because of exceeding access rateposted in Test
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 orderIdI 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.
-
API Limitation errors in AWS Cloudposted in Python SDK
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
-
RE: Access denied because of exceeding access rateposted in Test
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).
-
RE: How to fetch historical 15 min candle for NIFTY 50 ?posted in Python SDK
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
-
RE: NIFTY and BANKNIFTY symbol token are missingposted in Test
Hi All,
26000 and 26009 are back. Happy trading
-
RE: NIFTY and BANKNIFTY symbol token are missingposted in Test
Not trading since 2 days now because of this.:-1:
-
RE: NIFTY and BANKNIFTY symbol token are missingposted in Test
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.
-
RE: NIFTY and BANKNIFTY symbol token are missingposted in Test
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
-
RE: nifty banknifty token not found?posted in General Discussion
have sent a mail to api@angelbroking.com. Lets see if that helps