You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ For our purposes, we will be using the ticker symbol "GOOG", which is a well-kno
17
17
18
18
### 2.1) Market Info Download
19
19
20
-
To download the data info, we will need the yFinance library installed and then we will only need to perform the following operation to download all the relevant information of a given Stock using its ticker symbol.
20
+
To download the data info, we will need the `yFinance` library installed and then we will only need to perform the following operation to download all the relevant information of a given Stock using its ticker symbol. Please make sure you use the latest version of the library (`pip install yfinance==0.2.33`) as I have seen errors with previous versions.
21
21
22
22
Below is the output from the [download_market_data_info.py] file that is able to download financial data from Yahoo Finance.
0 commit comments