Obtaining Stock Betas

Joined
11/29/11
Messages
59
Points
18
Hello!

I need to receive the stock betas based on their symbols in C#. Does anyone know any source to download the data from? Or any open source demo already handling such matter would be good as well.

Thanks in advance
 
You could use the R package quantmod, then use the definition of beta (covariance with the market index).
 
Back
Top Bottom