-
Hi
Noticed, interested difference in historical prices. While downloading data for Easyjet airline (listed on London Stock Exchange). Some of the close prices converted to GBP(£1) rather than GBX (1…
-
Yahoo may implement some changes on its financial data and the
```r
f = getSymbols('SPY', src = 'yahoo', auto.assign = FALSE)
```
does not retrieve any data. This only happens since yesterda…
-
A simple ticker request (for example, using a line like this:
```bash
python -c "import yfinance as y;t=y.Ticker('TCEHY');print(t.cashflow);"
```
Causes the `get_json()` (requests) function to be …
-
There is a strange behaviour with yfinance 0.1.94 when I try to read ticker "G7W.DU":
Sometimes it works and sometimes the utils.py gets a list index out of range error.
What I expect (and sometim…
-
Hi Ran,
Good job on the library. I ran into an issue with the URL. I've attached my test code. When I run this code, I noticed that the financials are not resolving correctly (e.g. balance sheet, cas…
-
I am trying to read tickers info using the following code:
`tickers_list = ['NIO', 'PLTR', 'MSFT']`
` tickers = ' '.join(tickers_list) `
` tickers = yf.Tickers(tickers)`
` print(tickers…
-
As of 02/06/2023 this module was working fine but the following day on 02/07/2023, it stopped working with the above error.
See snapshot below:
'
File "/Library/Frameworks/Python.framework/Vers…
-
Hi,
It seems the financial statements (income statement, bal sheet, cashflow) are not coming as intended with specific tickers of bovespa.
When i run 'runtest.py', the script stop on this valida…
-
```
import yfinance as yf
msft = yf.Ticker("MSFT")
msft.balance_sheet
msft.quarterly_balance_sheet
msft.cashflow
```
-
Hi there,
Thanks for such a great project and for maintaining it so well.
I have a query regarding trusts traded on the London exchange. I trade these. Stocks like MNKS.L, EWI.L.
Historical d…