-
### Bug description
When I try to import the Logistic Regression model from pl_bolt.models I get this error.
My code (in collab):
!pip install pytorch-lightning-bolts
from pl_bolts.models.reg…
-
- Info about your system:
yfinance version: '0.1.90'
- operating system:
-windows
- Simple code that reproduces your problem
```
ticker = 'AAPL'
print('ticker: %s'%(ticker))
yf_info = yf.…
-
```
closes = np.asarray( [2,3,4,5], dtype=np.float64)
macd, signal, hist = talib.MACD(closes, fastperiod=3, slowperiod=2, signalperiod=1)
print("talib", signal)
_, state = tali…
-
Just tried to call earnings dataframe for ticker: JAV2.F
The data is clearly on the Yahoo Finance website but the function returns an empty DF with the wrong columns.
![image](https://user-imag…
-
```
python.exe RecessionPredictor_master.py deploy
Getting primary data from APIs...
Getting data from FRED API as of 2023-01-08...
|--Getting data for Non-farm_Payrolls(PAYEMS).
…
-
Since a couple of days the stock ticker is not working for me anymore. I get the below error messages related to Yahoo Finance. Any idea how to fix this?
json_data = self._data.get_json_data_st…
-
This contradicts the documentation. Either the docs should be modified or an exception added.
-
**Describe the problem**
A function that can return the stock symbol given the stock name.
**Describe the solution**
We can parse the HTML from the following link and can get the symbol from the …
-
-
As reported on [sage-release 8.3.beta3](https://groups.google.com/d/msg/sage-release/l635YEuT7Hs/WkHCnmWhAQAJ),
```
sage -t --optional=sage,internet src/sage/finance/stock.py
```
gives
```
Runnin…