Skip to content

Commit c5467c8

Browse files
committed
update filename and foldername
1 parent f62f48d commit c5467c8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
File renamed without changes.
File renamed without changes.

Stock/Single.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
# Yahoo! module
1010
#https://pypi.org/project/yfinance/
1111
# Get the data of the stock AAPL
12-
data = yf.download('QS','2020-01-01','2021-01-01')
13-
print(data)
12+
print( yf.download('QS','2020-01-01','2021-03-01') )
13+
print( yf.download('ISR','2020-01-01','2021-03-01') )
14+
print( yf.download('SENS','2020-01-01','2021-03-01') )
15+
print( yf.download('NVIV','2020-01-01','2021-03-01') )
1416
# # Plot the close price of the AAPL
1517
# data.Close.plot()
1618
# plt.show()

0 commit comments

Comments
 (0)