Search code examples
javaandroidstockquotes

Get price of a stock programmaticallly


I am looking to fetch the price of bse and nse stocks(India) programmatically in android. I have looked at:

how to get stock price of NSE market per 10 sec for web application in stock portfolio in android?

and a couple of other sites but the source code to do this is not available anywhere. How do I do it? (The 20 minute delay is acceptable and not an issue).

Are there any good sites that explain how to achieve this?


Solution

  • First find out service which you can access to get NSE stock prices. This link will help you to access web service through android app. Just give appropriate values for SOAP_ACTION, OPERATION_NAME, WSDL_TARGET_NAMESPACE and SOAP_ADDRESS.
    Check this link.