adjusted_closing_dataframe = DataReader(stocks_list,
'yahoo',
start="2021-01-01",
end="2023-01-01")["Adj Close"]
print(adjusted_closing_dataframe)