How to get FULL Result (All Response Pages) of yfinance.screen() #2336
irajeshraj
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am trying to get the list of all stocks listed in US, I am trying to use the yfinance.screen() with EquityQuery as
import yfinance as yf
from yfinance import EquityQuery
q=EquityQuery('eq', ['region', 'us'])
response = yf.screen(q)
the response here contains the 1st page data having info for 25 symbols,
My ask here is how to fetch the next pages of response for 'yf.screen(q)' ?
Beta Was this translation helpful? Give feedback.
All reactions