문제

I am developing an android application which gives stock information using YQL. In the Yahoo interactive charts there are key developments as shown in the link: http://finance.yahoo.com/echarts?s=MSFT+Interactive#symbol=msft;range=1y;compare=;indicator=ke_sd+volume;charttype=area;crosshair=on;ohlcvalues=0;logscale=on;source=undefined;

Yahoo accesses the key developments information from Reuters. Link: http://in.reuters.com/finance/stocks/MSFT.OQ/key-developments

It would be really helpful if anyone would point me out how I can get the key developments from Reuters in android using web services or rss feeds or any other possible way. Thanks in advance.

도움이 되었습니까?

해결책

Here's a file that the webpage requests upon loading the chart. What's even better, is that if you swap the /csv part in the url for /json, you get a file with some shiny JSON instead, more suitable for Android use.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top