YahooStocks |
| Graham Wise replied to Peter Bromberg at 24-May-08 07:38 |
Thanks for the stock downloader. It bombed when I asked it to download "bhp.ax" (an Australian stock). I fixed it with the following mod to InsertOrUpdateIssue():
symbol = symbol.Replace( ".ax", "aus");
symbol = symbol.Replace( ".AX", "aus");
I guess SQLlite doesn't like the "." character. |
|