the code: data = yfinance.download("AAPL", start="2021-09-01", end="2021-09-08",interval="1m")
gives back error: "The requested range must be within the last 30 days" is there a way to bypass that? or is there any API which allows getting this kind of information ? thanks.