@parthiban89 Currently API does not provide historical data for expired instruments.
Posts made by algo_trading_50
-
RE: How to get historical expired commodity option chart?posted in General Discussion
-
RE: same ip address for familyposted in General Discussion
@smohit94 Try emailing - smartapi@angelbroking.com. If issue doesn't get resolved, try emailing - compliance@angelbroking.com.
-
RE: same ip address for familyposted in General Discussion
@smohit94 May be this facility is not available yet.
-
RE: Unable to create new appposted in Test
@arun2282 Run your algo on a VPS and provide it's IP or subscribe for static IP for your internet connection.
-
RE: Historical Data of nifty 50 tokenposted in Python SDK
@archana API does not currently support historical data for expired NFO options contracts.
-
RE: Creating API key just for getting dataposted in General Discussion
@stander When creating your app, you can enter your current dynamic IP found via a "What is my IP" search to satisfy the mandatory field.
-
RE: Connection closed due to max retry attempts reachedposted in Python SDK
@sainath Upload your code on gist.github.com and share the link here for review.
-
RE: Not able to create APP. Getting cors errorposted in General Discussion
@vinesh-0 Use "New Login" to create the app.
-
RE: AG8001 Invalid Token even with fresh loginposted in Test
@shahnawaz-pe-0 SmartConnect is not using "X-API-Key" header. https://github.com/angel-one/smartapi-python/blob/main/SmartApi/smartConnect.py#L153. Correct the header and it will work.
-
RE: Getting AG8004posted in General Discussion
@mr_s Your API key is incorrect.
{ "status": false, "message": "Invalid API Key", "errorcode": "AG8004", "data": null } -
RE: scripconsent order parameter missing in Java library. Order placement fails with Nullposted in Java SDK
@sugagenius Cheers to your persistence. :) Once done with all modifications, please make sure to send a pull request to the github repo so other algo traders can also be benefited.
-
RE: scripconsent order parameter missing in Java library. Order placement fails with Nullposted in Java SDK
@sugagenius I can understand your frustration. To build it yourself.
git clone https://github.com/angel-one/smartapi-java.git cd smartapi-java # Fix Order.Java mvn clean package -DskipTestsCompiled jar file will be in target folder.
-
RE: scripconsent order parameter missing in Java library. Order placement fails with Nullposted in Java SDK
@sugagenius git clone the Github repository https://github.com/angel-one/smartapi-java. Update Order.java model https://github.com/angel-one/smartapi-java/blob/main/src/main/java/com/angelbroking/smartapi/models/Order.java#L128 by adding scripconsent=yes in the end and compile into new jar file.
-
RE: Important Updates to SmartAPI in Compliance with SEBI Guidelinesposted in General Discussion
@archana Static IP limitation is only applicable on order placement and modification APIs endpoints as per circular, as mentioned above.
-
RE: Error code : AB1004posted in Python SDK
@archana Intermittent issue caused because of service disruption. https://smartapi.angelbroking.com/docs/Exceptions