I am trying to create a stock ticker app using java. I want to connect to the yahoo csv with a webrequest to get the stock information and read it and display it in my app. Is there an example on how this is done
the csv is
http://quote.yahoo.com/d/quotes.csv?s="AA"&f=sl1d1t1c1ohgvj1pp2owern&e=.csv
Thanks