vivek101
@vivek101
Best posts made by vivek101
Latest posts made by vivek101
-
Query regarding Angel Broking's SmartAPI
Hi,
For my trading requirements, I'm considering using Angel Broking's SmartAPI. I hope you can answer a few questions I have.
-
How do I begin using SmartAPI? Are there any requirements that I must meet?
-
What types of data are accessible with SmartAPI? Do you have access to real-time market information like stock quotations and charts?
-
Can several programming languages be used with SmartAPI? Which languages can I use?
-
Just how safe is SmartAPI? What steps has Angel Broking done to ensure that my trading data is secure?
-
What are the SmartAPI price options? Do I need to be aware of any additional costs?
Any information you could give me on these questions would be greatly appreciated. I appreciate you taking the time to help.
Best Regards
[Vivek Garg] -
-
RE: Connectivty to Angel Broking
Hi,
a) You must register for an account with Angel Broking and download their trading application, called Angel Broking Trade, in order to connect to their server. Once the software has been downloaded, you can access it by logging in with your account information and connecting to their server.
b) After connecting to Angel Broking's server, you can use their trading interface to access the most recent stock and derivatives data. You will receive real-time market data from the platform, including news, charts, and stock quotations.
c) Angel Broking's website contains a link to the documentation. You may access the support part of their website, where you can find a variety of tools like user guides, how-to videos, and FAQs.
d) You must first place an order in order to purchase and sell stocks and options on Angel Broking's platform. Selecting the stock or option you wish to trade, along with the quantity and price at which you want to buy or sell, will enable you to accomplish this. Once you've placed your order, it will be carried out if the market circumstances match the specifications you stated.
e) You can access your trading account and browse your portfolio to get the most recent positions on Angel Broking's platform. The portfolio will display all of your current holdings, such as stocks and options, along with their fair market value.
I hope that this aids in your transition to the Angel Broking platform. Please feel free to ask any other questions you may have.
For more, you go through this: https://github.com/angel-one/smartapi-java and contact support team: support@angelone.in
Thank you.
-
RE: How to fetch historical data of indices ?
Hi @Ashish,
You can utilize an API that provides historical data for these indices to retrieve historical candle data for the Nifty 50 and Nifty Bank. You can take the following actions:
-
Decide on a financial data supplier, such as Alpha Vantage, Yahoo Finance, or Quandl, that delivers historical candle data for the indexes you are interested in.
-
Open an account with the data provider and, if necessary, get an API key.
-
Make a request for historical index candle data using the API, indicating the date range, time interval, and any other necessary criteria.
-
The historical candle data will be returned by the API in a format like CSV or JSON, which you may parse and examine in your application.
-
You can carry out a variety of analyses using historical candle data, including technical analysis, charting, and backtesting.
Thank you.
-