tedchou12 / webull

Unofficial APIs for Webull.
MIT License
596 stars 181 forks source link

run_screener() error (Service Not Found) #420

Open tallestsun opened 10 months ago

tallestsun commented 10 months ago

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 commented 5 months ago

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'