ValueRaider
ValueRaider
@thirumalairajr I have already reviewed. Also this request is different, suggesting to modify `Ticker.history()`, maybe it returns different (better?) capital gains data.
Does Yahoo actually have the data on website? Also it's possible to access the old tables via `get_cashflow(legacy=True)` etc. We are open to suggestions to improve docs/API.
Would this be better in a Wiki page? Anyone can edit that now.
Can I just link? I want Wiki to be a community-effort. https://github.com/ranaroussi/yfinance/wiki
I just changed title. Content spirit is really for users to decide.
The purpose of `fast_info` is to be fast, faster than fetching `info`. E.g. `history()` is much faster than `info`, so use that for price data. It's about alternative data sources,...
@galashour I'm drafting an explanatory paragraph at top of README, does this clarify everything? #1366
Can this be closed?
yfinance has always handled errors like this, I don't know why that decision was made because before me. But I've added a new argument `raise_errors` to [0.2](https://github.com/ranaroussi/yfinance/releases/tag/0.2.0rc1) to actually throw...
@misantroop What ticker prints an error? Any ticker so we can reproduce.