sburstein / ETF-Sustainability-Strats

Basic outline of my senior research thesis on sustainable investing strategies
0 stars 0 forks source link

Update Yahoo ESG Data Pull Method #1

Open sburstein opened 3 years ago

sburstein commented 3 years ago

CURRENT ESG

install.packages("RJSONIO")

library(RJSONIO)

symbol <- "AAAAX" scores <- fromJSON(paste0("https://query2.finance.yahoo.com/v10/finance/quoteSummary/", symbol, "?modules=esgScores")) View(scores)