ValueRaider
ValueRaider
I upgraded Python 3.11 -> 3.12 and get this new warning: > DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes...
ASX market is meant to close at 4pm sharp with an auction at 4:10pm - [schedule link](https://www2.asx.com.au/markets/market-resources/trading-hours-calendar/cash-market-trading-hours). But Yahoo Finance sometimes returns price data occurring between 4pm and 4:01pm, and...
Refactor `cot_reports.py` to put functions in new class with session property. User API not changed - original functions simply pass-through to class instance. New API function `set_session`, for user to...
Tracking changes. One more fix I'm testing ... Fixes: - #1930 Price repair: - #1874 - #1920 Information: - #1913 @vittoboa - #1928 @elibroftw @marcofognog Maintenance: - #1896 - #1897...
Just staging changes: * #1959 @MohamedAlaa201 * #1965 @vittoboa * #1970 Changes already in main: * #1955 @lp177
Fix user confusion from not knowing `auto_adjust` by telling them to set it. Might resolve #1982 and similar older issues.
Should fix #1573
Reorganise new documentation, add some missing content. @ericpien can you sanity-check this? The changes are mostly AI - lots of warnings but seems to work, not sure how the Action...
After merge, remember to update push branch in `.github/workflows/deploy_doc.yml`
Fetch fail manifesting in different ways, let's keep each hyper-focused on a scenario. Maybe they have same cause, maybe not. - https://github.com/ranaroussi/yfinance/issues/2422 - supersedes #2284 - "possibly delisted; no price...