John Koestner

Results 11 comments of John Koestner

@alexwisswolf I had an alternative solution in #720 just changing the `section_header` to `table_wrapper`. definitely agree to get one of these merged, as there is beginning to be a lot...

i get the same issue, and think you are right it is something to do with format of html

i'll try to put a pull request at some point. it's actually not a bad fix. seems to be that `section_header` needs to be `table_wrapper` in scheme.

@reaganking yeah there is quite a few issues listed as you saw, and there was actually even an alternative solution that i didn't see #598. It's a pretty easy fix,...

yes this does still happen, has anyone been able to workaround this?

I will provide the output results tomorrow when it is intraday, but here was the code I used to see inconsistencies. The code seems to work consistently at market close....

```python import logging logger = logging.getLogger('yfinance') logger.setLevel(logging.DEBUG) # verbose: print errors & debug info test = yf.download('SPY', start=datetime(2023, 6, 10)) test ``` This is what I saw when including debug...

Nevermind, I think I see the issue now. I see the end parameter is defaulted 1 day prior to now(), so I understand now why. ``` python end: str Download...

I had this issue and going to 1.10.1 helped me, just for others to see as well

I had an issue yesterday as well, but since all yfinance is doing is giving us a nice format I'm also keeping tabs on the query to yahoo shown below....