January 2019
Intermediate to advanced
378 pages
8h 27m
English
Let's run some analysis to see what the returns over this period might have been had we invested in this ETF:
first_open = spy['Open'].iloc[0] first_open
This generates the following output:
last_close = spy['Close'].iloc[-1] last_close
This generates the following output:

last_close - first_open
This generates the following output:
So, it appears ...
Read now
Unlock full access