Hi there Quantopian,
I'm a newbie here and I've been wondering if you have any plans of including the .read_html() offered by pandas (based on html5lib). Why am I asking for this? My strategy involves getting a smaller universe using fundamentals, let's call it SUF, then using that universe scrape some outside source, write some python to filter again the SUF and then trade. The key here is that I either need to scrape some pages or somehow export (in whatever manner) the tickers for the SUF to somewhere (local drive,cloud,whatever) and do the scraping locally and use fetch_csv. And yes, I've thought of manually copying the tickers from the SUF and ... but that sort of convoluted and far from being automatic.
Cheers,
Victor