Stock Quotes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris

    Stock Quotes

    I'm currently writing a custom financial app that tracks stock purchases and
    values. however, I need help in retrieving stock quotes from the internet. A
    20 minute delayed quote is fine. I do not want to revert to "page or screen
    scraping". any guidance/code references are much appreciated. thank you!
    in advance.


  • Curt_C [MVP]

    #2
    Re: Stock Quotes

    Chris wrote:[color=blue]
    > I'm currently writing a custom financial app that tracks stock purchases and
    > values. however, I need help in retrieving stock quotes from the internet. A
    > 20 minute delayed quote is fine. I do not want to revert to "page or screen
    > scraping". any guidance/code references are much appreciated. thank you!
    > in advance.
    >
    >[/color]
    There are some web services out there that will get you this. A google
    will point you in the right direction.

    --
    Curt Christianson
    site: http://www.darkfalz.com
    blog: http://blog.darkfalz.com

    Comment

    Working...