質問編集履歴
1
import内容の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
yahoo finance api2にて、下記コードでデータを取得しようとしています。
|
2
2
|
|
3
3
|
```python
|
4
|
+
|
5
|
+
from yahoo_finance_api2 import share
|
6
|
+
|
7
|
+
from yahoo_finance_api2.exceptions import YahooFinanceError
|
4
8
|
|
5
9
|
S_year = 2
|
6
10
|
|