ValueRaider

Results 898 comments of ValueRaider

Can you post exact code that returns income statement? It should be failing with exception (#1291), so your report is interesting.

Not seeing this error anywhere? > TypeError: string indices must be integers Can you try with the fork/branch in #1297

`regularMarketTime` - is this covered by `Ticker.get_history_metadata()["regularMarketTime"]` ? `marketState` - can derive this from `Ticker.get_history_metadata()["currentTradingPeriod"]` . You aren't the first to request this, but metadata is new. Feel free to...

@james-stevens Close this issue if you don't want changes to `yfinance`.

Should be in a `for k in keys:` . Do you mind submitting a fix?

Or do what it says, use timezone-aware datetime e.g. `pandas.Timestamp.utcnow()` Important if you're in a different timezone to exchange.

Can a Jupyter user debug the root cause?

> Is this problem only Jupyter + Anaconda? I only assume this as appears to be common denominator. What is your execution environment?

@Vidal4SigurRos Absolutely not because that would print "No timezone found, symbol may be delisted" Because this issue seems to be affecting tiny % of users, they need to debug and...