Getting real-time market/stock quotes in C#/Java
Posted
by David Menard
on Stack Overflow
See other posts from Stack Overflow
or by David Menard
Published on 2009-12-29T15:02:54Z
Indexed on
2010/04/15
21:03 UTC
Read the original article
Hit count: 821
Hey,
I would like to make an program that acts like a big filter for stocks. To do so, I need to have real-time (or delayed) quotes from the market. I started getting stock quotes by requesting pages from yahoo, accordingand parsing the html to the ticker, and parsing the html. I was wondering how to do this requesting and parsing html. Is there some way I can request only the stock quotes and its info? I know some applications do this, and I am very curious how they do it, because requesting web pages and parsing them is very time-consuming.
Thanks, Dave
© Stack Overflow or respective owner