ValueRaider
ValueRaider
@bot-unit
2 things going on here - 1 my fault, 2nd appears Yahoo's fault. 1) When `prepost=False` (default), then `yfinance` uses the trading schedule returned by Yahoo to remove any pre/post...
Merging dividends/stock-splits with intraday price data is a pain. So maybe two things needs to be implemented: - fix this bug - add tolerance for merge failures with intraday prices...
"Incompatible" is unfair, they're both time-series data. Dividends have been merged with intraday prices since before I began contributing, or at least a merge attempted. Just needs a little Numpy...
`yahooquery` code has references to "gainers", maybe look into that (`yahooquery` uses API instead of scraping = faster). If you're interested in porting to yfinance, post in #1546
> Only 100 years worth of day granularity data are allowed to be fetched per request This specific issue is fixed in pre-release 0.2.25b1. #1576
`info` fetch was completely redone in PRs #1461 and #1480 - converting webpage scraping to API requests. I had a quick look and fix super-easy, so can I get you...
Also add `'price'`, this will restore more data. I think there's another issue about this, let me find it ... found it #1518
Why you didn't use the "Bug report" issue template?
Fair point, leave this issue up. But your code does not work.