ValueRaider

Results 898 comments of ValueRaider

> the order of `fix_Yahoo_returning_prepost_unrequested` and downsampling doesn't matter in this case, as trading start date is 9:15 but the downsampling interval is `30m`. I don't understand, please elaborate.

> In either case, 9:00 will be removed. Wrong. I am running code now, if I reorder then `yfinance` returns downsampled interval 09:00 -> 09:30.

Good, that fixes the first interval. But I'm still not convinced aligning to HH:00 is the right choice. You said: > Yahoo Finance's frontend returns HH:00 timestamps for some reason...

Any endpoint can be accessed by yfinance, just need to write the Python code #1084

Can you add a unit test for this scenario, because I'm not sure what this is fixing.

The reason there are other changes is you created your branch from `main`, but it should be from `dev`. Branch from `dev` to merge into `dev`, understand?

Also, note that for non-ETF symbols e..g 'AMZN', `major_holdings` returns price information instead, doesn't make sense.

@AKwoKWH Do you plan to complete this?