Stock Trading and Other Things

How can I feed stock quotes to my Java program? I am looking for the source of these quotes.? -  Stock Trading and Other Things
Translate to English Translate to German Translate to Spanish Translate to French Translate to Russian Translate to Dutch Translate to Italian Translate to Portuguese Translate to Japanese Translate to Korean Translate to Chinese Translate to Greek

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?