Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
使用雅虎财经服务。它将以 CSV 文件形式出现。您可以在传递公司名称后阅读每个文件,例如:
如果您只获得漂亮的 Sensex Live 价格,它将生成类似:
我在我的应用程序中完成这将很容易。
USE Yahoo.finannce service. It will come in CSV file. Each file you can read after passing Company name like:
If you get only nifty Sensex Live price It will generate Like:
It will be easy I had done in my app.
首先找出您可以访问的服务来获取 NSE 股票价格。这个链接将帮助您通过android应用程序访问Web服务。只需为
SOAP_ACTION
、OPERATION_NAME
、WSDL_TARGET_NAMESPACE
和SOAP_ADDRESS
提供适当的值即可。检查此链接。
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
andSOAP_ADDRESS
.Check this link.