I am writing an app in which I need to get the stock quote from Yahoo.
Idealy, I will get a stream from Yahoo's web site and parse that as
string and display the information (price, PE, volumn...).
What class should I use?
If you use "http://finance.yahoo.c om/d/quotes.csv?s=YH OO&f=sl1d1t1c1o hgv&e=.csv"
as URL in HttpConnection, you will download a file. How can I obtain a
stream? Is there other URL in Yahoo's site I can get a stream?
Thanks,
ff
Idealy, I will get a stream from Yahoo's web site and parse that as
string and display the information (price, PE, volumn...).
What class should I use?
If you use "http://finance.yahoo.c om/d/quotes.csv?s=YH OO&f=sl1d1t1c1o hgv&e=.csv"
as URL in HttpConnection, you will download a file. How can I obtain a
stream? Is there other URL in Yahoo's site I can get a stream?
Thanks,
ff
Comment