Issue
This Content is from Stack Overflow. Question asked by Susu Sean
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.
Solution
This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.
This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.