Skip to content

Commit 90ae4a2

Browse files
committed
enable auto_adjust=False
1 parent 6a18e4f commit 90ae4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/kesten_processes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Composite Index for the period 1st January 2006 to 1st November 2019.
108108
```{code-cell} python3
109109
import yfinance as yf
110110
111-
s = yf.download('^IXIC', '2006-1-1', '2019-11-1')['Adj Close']
111+
s = yf.download('^IXIC', '2006-1-1', '2019-11-1', auto_adjust=False)['Adj Close']
112112
113113
r = s.pct_change()
114114

0 commit comments

Comments
 (0)