F
f
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.com/d/quotes.csv?s=YHOO&f=sl1d1t1c1ohgv&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.com/d/quotes.csv?s=YHOO&f=sl1d1t1c1ohgv&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