S&P 500 Constituents - GICS Sector, Industry Group, and Industry Classification

Quote from DarthSidious:

dareminator, Since you have looked into this, let me ask a related question. I am looking for (ticker, % weight in the index) for both S&P 500 & Nasdaq 100. Any idea where I can get this? Just this - nothing else is needed. I am doing correlation analysis and need to know the % weights. Thanks!

DarthSidious, I don't use that info and if there is an easy listing somewhere I wouldn't know. An idea would be to use your charting app (Amibroker/Amiquote will do it) to download "Fundamental" data from Yahoo, which gives you Outstanding and Free float shares. Multiply with share price and divide by total market cap of your basket to get the market cap weight or float weight.
 
Quote from johnnyqpublic:

... but no access to public float information. Is this hard to come by, or am I looking in the wrong places?

Have also done some work using Eureqa (http://ccsl.mae.cornell.edu/eureqa) to calculate the weightings, but at present it's not possible as >256 variables, and secondary constraints, are not supported.
Yahoo lists both outstanding and free float. I don't know how accurate it is. The resolution is fairly low (IBM is displayed as 1.28 B). You can use Amibroker/Amiquote, and probably many other charting apps, to download and automate your calculations.

Eureqa looks like one neat technology. Thanks for the pointer.
 
Quote from dareminator:

Yahoo lists both outstanding and free float. I don't know how accurate it is. The resolution is fairly low (IBM is displayed as 1.28 B). You can use Amibroker/Amiquote, and probably many other charting apps, to download and automate your calculations.

Eureqa looks like one neat technology. Thanks for the pointer.

Thanks for the Yahoo tip. A little more poking around led me to Bloomberg's site, which has the float numbers in greater precision, as well as info for some stocks that Yahoo lacks, such as BRK/B.

I've got some Ruby+Nokogiri code to pull float information (could be used to pull any field Yahoo or Bloomberg exposes) from the command line, if anyone would find it useful.
 
hi, i'm a graduate student in china, could you send me the list of the GICS Sector, Industry Group, and Industry codes for the stocks in the S&P 500, i need it for my paper. tks.
 
Quote from johnnyqpublic:

Thanks for the Yahoo tip. A little more poking around led me to Bloomberg's site, which has the float numbers in greater precision, as well as info for some stocks that Yahoo lacks, such as BRK/B.

I've got some Ruby+Nokogiri code to pull float information (could be used to pull any field Yahoo or Bloomberg exposes) from the command line, if anyone would find it useful.

Hi Johnnyqpublic

I would be keen to take a look at your code if you can email it to me. Thanks
 
Re: "I've got some Ruby+Nokogiri code to pull float information (could be used to pull any field Yahoo or Bloomberg exposes) from the command line, if anyone would find it useful."
If your offer still stands and the process is not too technical, I would appreciate a copy.

Regards
 
Back
Top