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? tx, Danny _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

