You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When retrieving the number of outstanding shares via get_shares_full, for some dates I get two rows with very different numbers of outstanding shares.
For example, for MSFT, I would get the following result:
2024-05-30 00:00:00-04:00 7432309760
2024-05-31 00:00:00-04:00 7432309760
2024-05-31 00:00:00-04:00 7698290176
Notice how for 2024/05/31, it returns two numbers: 7432309760 and 7698290176.
Describe bug
When retrieving the number of outstanding shares via get_shares_full, for some dates I get two rows with very different numbers of outstanding shares.
For example, for MSFT, I would get the following result:
2024-05-30 00:00:00-04:00 7432309760
2024-05-31 00:00:00-04:00 7432309760
2024-05-31 00:00:00-04:00 7698290176
Notice how for 2024/05/31, it returns two numbers: 7432309760 and 7698290176.
Simple code that reproduces your problem
Debug log
DEBUG Entering get_shares_full()
DEBUG Exiting get_shares_full()
Bad data proof
No response
yfinance
version0.2.38
Python version
3.9.19
Operating system
Ubuntu
The text was updated successfully, but these errors were encountered: