git-shogg

Results 23 comments of git-shogg

@ChrisDelClea, as far as I am aware yfinance will be unable to do this. It is only capable of showing you the same detail that is available through the yahoo...

@jyh2378 if you haven't resolved this one already. Just wanted to flag that the TTM is Trailing Twelve Months, it's not quarterly information. You can use my pull request (https://github.com/ranaroussi/yfinance/pull/776)...

Would recommend taking a look at my pull request. Works fine for the income statement of WFC. Cheers, https://github.com/ranaroussi/yfinance/pull/776

For anyone else wondering about this one. You will be able to work out what the ticker should be for yfinance by searching for your ticker in google (e.g. for...

@xwu64 The issue with the capital expenditure is resolved in my PR https://github.com/ranaroussi/yfinance/pull/776. You can use this if you like. Note that I have changed some of the function names...

Hi team, noticed this the first time I was using the tool. Please include the parameter `show=True` that should do the trick. e.g. `stock.plot_snapshot(title='Facebook Performance', show=True)`

@ValueRaider, thanks for putting together that _DEV test. I've identified the root cause of the missing data but haven't yet remediated. Would it be possible to directly commit to the...

Hi team, I have updated my PR to include the fix on the missing annual table line items (commit [6c4da51]). Note that the annual income statement will still be flagged...

Hi team, I had some spare time today so I have: 1. Refactored the code. 2. Fixed the quarterlies (with the help of the function called out by @ValueRaider, thanks...

Hi @ValueRaider I have made the recommended changes in the latest commit (3b18114c).