datasets / s-and-p-500-companies

List of companies in the S&P 500 together with associated financials
https://datahub.io/core/s-and-p-500-companies
499 stars 491 forks source link

Adding in a requirements file with needed python modules #4

Closed johndavidback closed 10 years ago

johndavidback commented 10 years ago

Adding in a requirements.txt with the requirements needed to run the scripts.

rufuspollock commented 10 years ago

Thanks!

johndavidback commented 10 years ago

No prob, love the script. I wrote something similar with requests and BeautifulSoup to scrape the symbols here: https://github.com/johndavidback/stock-picker/blob/master/stocks.py#L50-L73

rufuspollock commented 10 years ago

@johndavidback BTW if you want to see a nice (automatically generated) presentation of the data package see http://data.okfn.org/data/s-and-p-500-companies

We'd also like to collect a full set of ticket symbols - see https://github.com/datasets/registry/issues/52

johndavidback commented 10 years ago

That actually is very cool - that's a neat project, it looks like.