質問編集履歴
1
import内容の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
yahoo finance api2にて、下記コードでデータを取得しようとしています。
|
2
2
|
```python
|
3
|
+
from yahoo_finance_api2 import share
|
4
|
+
from yahoo_finance_api2.exceptions import YahooFinanceError
|
3
5
|
S_year = 2
|
4
6
|
S_week = 1
|
5
7
|
for code in tqdm(range(10000)):
|