On 17/03/2009 1:55 AM, [email protected] wrote: > Hello, > > > I am working on a SQLite db with equity data in it. > On http://finance.yahoo.com/q?s=dow you can find the current P/E and Div & > Yield > fields. So I like to store in my db for name=DOW pe=12.25 and div=7.9 in a > automated way. > > I can use wget to get the page in a file but I still needs some function to > get > those 2 fields. > The best ofcourse would be doing this with one function call. > > Any ideas how to tackle this problem?
It's a "How do I use language X to extract some data from a web page" question. Here's an idea: ask on a forum related to language X. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

