-
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
-
**Describe the bug**
Module not found: Can't resolve '@stonksjs/finviz'
**To Reproduce**
1. npm i @stonksjs/finviz
2. npx create-next-app@latest (select Javascript and and other params by defaul…
-
Been troubleshooting this for a bit. I havent made much progress. This section is not happy
![image](https://github.com/marco-hui-95/vcp_screener.github.io/assets/157755455/d0ab491a-4413-4952-9930-d…
-
Superior to yahoo business
-
Hi thank you for your work!
The chart link from finviz is no longer working.
Can you please suggest where we can find another link or the way to vizualize the chart.
Thank you.
-
Create Separate methods for stock graph and news scraping
Inside app.py "/stock_data/" route
divide the two operations into separate methods to reduce the time for required for displaying stock hi…
-
I have not been able to pull a new list of stocks using this code.
`from finviz.screener import Screener
import datetime
stock_list = Screener()
print(stock_list)
stock_list
stock_list.to_c…
-
The tickers are not up-to-date and are not compatible with tickers from finviz.com or yahoo-finance.
E.g. Meta is still listed as FB in stock-symbol
-
Hi cjdietl,
You did very interesting work!
I was able to backtest it after entering premarket on line 83 https://www.dropbox.com/s/ywikhhrr1rn7l92/premarket.json?dl=0.
now I'd like to ask three…
-
As of today 2023-10-13, I tried to run:
```
import finviz
print(finviz.get_stock('aapl'))
```
Error received:
> File: "...\finviz\main_func.py", line 35, in get_stock
title = page_par…