powered by
This function scrapes the stocks that constitute the SP500 index from the wikipedia page at https://en.wikipedia.org/wiki/List_of_S
GetSP500Stocks( do.cache = TRUE, cache.folder = file.path(tempdir(), "BGS_Cache") )
Use cache system? (default = TRUE)
Where to save cache files? (default = file.path(tempdir(), 'BGS_Cache') )
A dataframe that includes a column with the list of tickers of companies that belong to the SP500 index
# NOT RUN { df.SP500 <- GetSP500Stocks() print(df.SP500$tickers) # }
Run the code above in your browser using DataLab