# Grab the latest stock close price ``` adj_close_latest = adj_close[adj_close['Date']==stocks_end] adj_close_latest ``` In the output, I am getting only the column name data is not there
Grab the latest stock close price
In the output, I am getting only the column name
data is not there