Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_screener() error (Service Not Found) #420

Open
tallestsun opened this issue Aug 14, 2023 · 1 comment
Open

run_screener() error (Service Not Found) #420

tallestsun opened this issue Aug 14, 2023 · 1 comment

Comments

@tallestsun
Copy link

run_screener() is supposed to return a dictionary with a key 'items' that has a list of ticker symbols. When running the method now, the output reads 'system.error' and 'Service Not Found'. Has anyone else managed to find a fix for this issue, or has webull stopped supporting this feature on their end?

@dstowe
Copy link

dstowe commented Jan 22, 2024

in enpoints,py

change:
203 def screener(self):
204 return f'{self.base_userbroker_url}/wlas/screener/ng/query'

to:
203 def screener(self):
204 return f'{self.base_fintech_gw_url}/wlas/screener/ng/query'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants