updated tickers

This commit is contained in:
Seb Trudel 2021-11-03 20:15:20 -04:00
parent 4cdf07f35f
commit aa73d5a8f0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ emailp = config.get("config","test")
#https://pypi.org/project/yfinance/ #https://pypi.org/project/yfinance/
data2 = yf.download("CRSR VTI VOO DIS UI", period="1d") data2 = yf.download("CRSR VTI VOO DIS UI TSLA TTWO VFV GME", period="1d")
#print(data2.tail(1)) #print(data2.tail(1))
#data2.head() #data2.head()
Dayclose = data2["Close"].round(decimals=2) Dayclose = data2["Close"].round(decimals=2)