Skip to content
Prev 5136 / 15274 Next

[QuantMod] Load all stock symbols

Just extend the logic you have.

A full list of S&P symbols can be found via google (current and
historical), and you can just create a semi-colon delimited string to
pass into the function.

The function will pause 1s between requests after 5 symbols in one
call, so as to be kind to the Yahoo servers.  Left as a user exercise
if you are bent on bypassing.

HTH
Jeff

On Mon, Nov 9, 2009 at 10:24 AM, Paolo Cabaleiro
<gian.cabaleiro at alumnos.usm.cl> wrote: