Pulling financial tickers quotes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vstud70
    New Member
    • Dec 2008
    • 15

    Pulling financial tickers quotes

    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
    Recognized Expert Contributor
    • Dec 2007
    • 750

    #2
    Check this :
    Build a C# Stock Quote WebService by Peter Bromberg

    Comment

    • vstud70
      New Member
      • Dec 2008
      • 15

      #3
      looks good, thank you Deep

      Comment

      Working...