In my DB project I want to design a site for stock mining. First thing I did is writing a bot for downloading all stock historical data in Python. I really like Python it makes my life a lot easier and more effective. Unless I don’t feel I’m really live effectively!
Here is code:
import urllib2
f=open(‘cusip.txt’, ‘r’)
tickers [...]
