Dane Van Domelen
1 min readMar 12, 2020

--

Hey yall, I have a function my R package ‘stocks’ to load the S&P tickers from Wikipedia, as of today or some previous date:

devtools::install_github(“vandomed/stocks”)

library(stocks)

tickers <- get_sp500_tickers()

--

--

No responses yet