Google Trends History For 4000+ Stocks
Google trends volumes for 4000+ NASDAQ/NYSE/AMEX
@kaggle.miguelaenlle_google_trends_history_for_4000_stocks
Google trends volumes for 4000+ NASDAQ/NYSE/AMEX
@kaggle.miguelaenlle_google_trends_history_for_4000_stocks
Getting Google Trends data for a large number of stocks can be tedious, so I've compiled Google Trends history for 4000+ stocks since 2004 in a quick, easy-to-use format for anyone who needs it.
Every column other than "date" represents a ticker and its search volume from a range from 0-100, 0 being the least volume it has ever gotten and 100 being the most volume it has gotten for stock search history.
Pytrends was used for getting the trends data and yfinance was used for getting stock prices.
Can a stock's Google search volume be used to profitably make investment decisions?
CREATE TABLE google_search_history (
"date" TIMESTAMP,
"a" BIGINT,
"aa" BIGINT,
"aac" BIGINT,
"aal" BIGINT,
"aan" BIGINT,
"aaoi" BIGINT,
"aap" BIGINT,
"aapl" BIGINT,
"aat" BIGINT,
"aau" BIGINT,
"aav" BIGINT,
"ab" BIGINT,
"abac" BIGINT,
"abax" BIGINT,
"abb" BIGINT,
"abbv" BIGINT,
"abc" BIGINT,
"abcd" BIGINT,
"abdc" BIGINT,
"abg" BIGINT,
"abio" BIGINT,
"abm" BIGINT,
"abr" BIGINT,
"abt" BIGINT,
"abx" BIGINT,
"aby" BIGINT,
"acad" BIGINT,
"acas" BIGINT,
"acat" BIGINT,
"acc" BIGINT,
"acco" BIGINT,
"accu" BIGINT,
"ace" BIGINT,
"acet" BIGINT,
"acg" BIGINT,
"ach" BIGINT,
"achn" BIGINT,
"aci" BIGINT,
"acls" BIGINT,
"acm" BIGINT,
"acn" BIGINT,
"acp" BIGINT,
"acre" BIGINT,
"act" BIGINT,
"acta" BIGINT,
"acts" BIGINT,
"acu" BIGINT,
"acw" BIGINT,
"acwi" BIGINT,
"acy" BIGINT,
"adat" BIGINT,
"adbe" BIGINT,
"adc" BIGINT,
"ades" BIGINT,
"adhd" BIGINT,
"adi" BIGINT,
"adk" BIGINT,
"adm" BIGINT,
"adma" BIGINT,
"adms" BIGINT,
"adnc" BIGINT,
"adp" BIGINT,
"adra" BIGINT,
"ads" BIGINT,
"adsk" BIGINT,
"adt" BIGINT,
"adus" BIGINT,
"adx" BIGINT,
"adz" BIGINT,
"ae" BIGINT,
"aeb" BIGINT,
"aec" BIGINT,
"aed" BIGINT,
"aee" BIGINT,
"aeg" BIGINT,
"aeh" BIGINT,
"aek" BIGINT,
"ael" BIGINT,
"aem" BIGINT,
"aeo" BIGINT,
"aep" BIGINT,
"aer" BIGINT,
"aes" BIGINT,
"aet" BIGINT,
"aey" BIGINT,
"af" BIGINT,
"afa" BIGINT,
"afam" BIGINT,
"afb" BIGINT,
"afc" BIGINT,
"afg" BIGINT,
"afge" BIGINT,
"afk" BIGINT,
"afl" BIGINT,
"afm" BIGINT,
"afop" BIGINT,
"afsi" BIGINT,
"aft" BIGINT,
"afw" BIGINT
);Anyone who has the link will be able to view this.