-
### Describe bug
Syntax error in screener with Python 3.10. Error is coming from https://github.com/ranaroussi/yfinance/blob/main/yfinance/screener/screener.py#L101
### Simple code that reproduc…
FX196 updated
2 weeks ago
-
# Bug Report
## Describe the bug
when i try to use this 3 module trendingSymbols, screener, dailyGainers for parameter i try to use the same as docs when call yahoo finance return bad request wi…
-
Getting the error when running app and UI simply says `running`
```
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/local/Caskroom/miniconda/base/envs/stock-screen…
-
Minor performance optimization
I'd call at top of image then use await pattern
-
## Issue
Installed with:
```bash
pip install pywhispercpp
```
and running:
```python
model = Model("base.en", n_threads=6)
segments = model.transcribe(raw_audio_path)
```
The code runs…
-
* version: Sept 27th, 2024 commit
* Python version: 3.11
* Operating System: windows
### Description
auto_screen fails
```
auto_screen --config %SCREEN_CONFIG% --fpath %SRCDIR% --dest screened…
-
My code:
```python
from finviz.screener import Screener
import pandas as pd
stock_list = Screener(filters=['idx_sp500'], table='Overview')
```
Results in this error:
```
Traceback (most re…
-
Hi There,
How can I use screener with Finvize Elite account (similar to portfolio) to receive real-time data instead of delayed data?
Thanks,
Nima
-
I installed [mexc-api-sdk](https://github.com/mxcdevelop/mexc-api-sdk)
pip install mexc_sdk-1.0.0-py3-none-any.whl
when i try run this :
from mexc_sdk import Spot
I got an error:
`Traceback (most…
-
I'm using finviz 1.4.6 with Python 3.10 and Ubuntu 22.04. If I run the sample code from the github README file I get the error below. The same code worked well until last week, when I started getting …