-
### Describe the bug
I use nohup to run the python file
```cmd
(rqsdk) yefei@yefei:~/river$ nohup python read_from_arcticdb.py > output.log 2>&1 &
[1] 5333
```
and get
```python
[2023-11-0…
-
**Describe the bug**
Tried default installation via docker compose with default config and get the following stack trace:
> suivi-bourse-app | time=2023-12-28T16:41:11.297000 level=INFO location…
-
### Simple code that reproduces your problem
I was banking on `Ticker.info` giving me the company address, the name of the CEO, etc. It _used to_, but no longer seems to be doing that since... mayb…
-
@ValueRaider hijacking top post
- please only reply with new information, otherwise just react. Link & tag instead of duplicating. I will delete useless comments.
- don't know why Yahoo done this. ~…
-
Seems to be an issue with yfinance. May need to switch to another API for stock information.
`Error fetching price for UBER: 404 Client Error: Not Found for url: https://query2.finance.yahoo.com/v…
-
### Describe bug
I am running some simple test code for yfinance on two machines; both machines are running the same version of yahoo finance (0.2.33), one is on Windows 8.1 and one is on Fedora linu…
brld updated
7 months ago
-
### Describe bug
404 Client Error:
Has the API changed?
I will try rewriting my client application code to simply the way Yfinance is used to see if that fixes my responses.
Download w…
-
### Describe the bug
```python
Traceback (most recent call last):
File "/home/yefei/river/read_from_arcticdb.py", line 90, in
lib.append('Factors', df_final, prune_previous_versions=True)
…
-
### Describe bug
info = info['quoteSummary']['result'][0]
KeyError: 'quoteSummary'
{'finance': {'result': None, 'error': {'code': 'Unauthorized', 'description': 'Invalid Crumb'}}}
### Simple c…
-