-
The new version 1.7 produces the following error TypeError: string indices must be integers
This occurs when trying to call YahooFinancials.get_market_cap()
-
period='max' should adjust for interval. For example,
```
yf.download(ticker, interval='1h', period='max')
```
returns
```1h data not available for startTime=1070236800 and endTime=164090…
-
tried to read "cashflow" back but result shows the message below
Empty DataFrame
Columns: [Open, High, Low, Close, Adj Close, Volume]
Index: []
Could anyone help?
Thanks
-
### Version of this library.
1.41.0
### Solution to Issue cannot be found in the documentation or other Issues and also occurs in the latest version of this library.
- [X] I checked the documentati…
-
On running `history(period='1d')` for any stock, duplicate data is returned. Here is the screenshot of output. Everything is same except volume. Is this being done deliberately?
![aapl_stock](https…
-
There are futures indexes that trade on Saturday and Sunday that are tracked by Yahoo Finance. These indexes are denoted with tickers such as:
ES=F is ^GSPC futures
RTY=F is Russell 2000 futures
…
-
최종 예외 메시지는 json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 입니다.
아주 간단하게 몇가지 테스트 해봤습니다.
import FinanceDataReader as fdr
* AEX 지수는 에러 발생
fdr.DataReader('AEX')
Tracebac…
-
**System information**
- Have I specified the code to reproduce the issue: Yes
- Environment in which the code is executed: Colab
- TensorFlow version: 2.11.0
- TFX Version: 1.12.0
- Python v…
-
I've noticed, that the get_shares() method does not work for AAPL. It returns nothing (no errors).
```
import yfinance as yf
stock = yf.Ticker("AAPL")
stock.get_shares()
```
The information c…
-
![image](https://user-images.githubusercontent.com/51237097/155664066-8ad39731-6a04-424e-bf39-27b572e1b977.png)
I would like to ask whether you have stopped the support in China.