Connecting Tech Pros Worldwide Forums | Help | Site Map

Pulling financial tickers quotes

Newbie
 
Join Date: Dec 2008
Posts: 13
#1: Jun 17 '09
Hi,
I need to build an application (vb.net or c# or a web application) that pulls financial stocks closing price
for that day.

For example:
Input: DELL, IBM, INTC
Output will be a table with the closing prices (pps) of the stocks for that day.

I’m not sure where to start as far as to find a source that provides that information in a format so that I can
extract and place it in Excel (or plain test file). Meaning where do I get the feed?

And if it’s a web feed how to extract the info.

Any help will be appreciated.

PRR PRR is offline
Moderator
 
Join Date: Dec 2007
Posts: 717
#2: Jun 18 '09

re: Pulling financial tickers quotes


Check this :
Build a C# Stock Quote WebService by Peter Bromberg
Newbie
 
Join Date: Dec 2008
Posts: 13
#3: Jun 18 '09

re: Pulling financial tickers quotes


looks good, thank you Deep
Reply