P
Pete Kane
Hi All, does anyone know a site that I can query share prices programmatically ( possibly passing in a stock symbol )?
Pete Kane said:Hi All, does anyone know a site that I can query share prices
programmatically ( possibly passing in a stock symbol )?
thanks to you both ( I should choose my words more carefully I meant current not "real time"jim said:Check out...
http://articles.moneycentral.msn.com/Common/FreeCharting.aspx
With Money Central you must agree that the information is only for personal,
non-professional use and that you will not give third party access to the
information. So it may be of limited use to you if you plan on distributing
your app or service.
And there is...
http://quotes.freerealtime.com/dl/frt/S
I haven't read their agreements - but it is sure to be similar to Money
Central's.
No matter which you choose, you'll need to do a little parsing as they
weren't really meant to be a data stream for outside applications.
If you don't really need real-time stuff you can try Yahoo Finance. In
fact, there is a free application called Yahoo Historical Quotes Downloader
that takes a text list of stock symbols and downloads the data into Excel
spreadhseets for you. My suspicion is that they are just parsing the data
from Yahoo Finance (for example for Citicorp the URL would be
http://finance.yahoo.com/q?s=c&x=52&y=15)).
Have fun!
jim
Pete said:Hi All, does anyone know a site that I can query share prices
programmatically ( possibly passing in a stock symbol )?
Pete Kane said:I cant see any link that tells me how I can query the site(s) in code - am
I missing something ?
thanks
thanks to you all , I found some screen scraper code which shows me thejim said:Try
http://www.planetsourcecode.com/vb/...etAllVariables=TRUE&lngWId=10&B1=Quick+Search .
But, I draw the line at actually writing your code.
jim
Hi All, does anyone know a site that I can query share prices programmatically ( possibly passing in a stock symbol )?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.