Skip to content

Commit f6d3d09

Browse files
Update README.md
1 parent 2ebce1b commit f6d3d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For our purposes, we will be using the ticker symbol "GOOG", which is a well-kno
1717

1818
### 2.1) Market Info Download
1919

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.
2121

2222
Below is the output from the [download_market_data_info.py] file that is able to download financial data from Yahoo Finance.
2323

0 commit comments

Comments
 (0)