Describe the bug
I expect the following to return a single data point but it is not:
historical_data_before = stock.history(period="1d", interval="1d", start=before)
To Reproduce
stock = Ticker("AAPL")
historical_data_before = stock.history(period="1d", interval="1d", start="2024-03-31")
Expected behavior
I would expect that to return the data for 2024-03-31.
Screenshots

Desktop (please complete the following information):