Stock Price Charts

How can I feed stock quotes to my Java program? I am looking for the source of these quotes.?

I want to write a program that works on stock quotes, similar to stock analyzer but am not sure how can I get the stock quotes to feed to my program.

Public Comments

  1. You can find time-delayed stock quotes on the Web. Just make sure you are not violating the use agreement for whichever source you use. Below is a link to an answer I gave before, that provides the basic code to retrieve Yahoo!Financial stock quotes. http://answers.yahoo.com/question/index;_ylt=AgP1YsSK46Mvu2AmYEBR0Ofty6IX;_ylv=3?qid=20100212150541AAeInBO&show=7#profile-info-ow9VS6Quaa The title was: Accessing the internet with Java programs?
Powered by Yahoo! Answers