https://github.com/mariostoev/finviz
и использовал Jupyter Lab для выполнения первого примера. А именно,
Код: Выделить всё
from finviz.screener import Screener
filters = ['exch_nasd', 'idx_sp500'] # Shows companies in NASDAQ which are in the S&P500
stock_list = Screener(filters=filters) # Get the performance table and sort it by price ascending
print(stock_list)
Спасибо!
Подробнее здесь: https://stackoverflow.com/questions/738 ... upyter-lab