tedchou12 / webull

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

Is anyone else having problems with fetching quotes? #328

Closed Alanavai closed 2 years ago

Alanavai commented 2 years ago

Just curious, API was working fine until today. I keep getting a connection timeout error when calling the get_quote() method. Am I the only one?

Edit: It's occasionally coming back. I guess these are network issues on webull's end that are out of our control? Does anyone know how to fix this?

Error: requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='quotes-gw.webullbroker.com', port=443): Max retries exceeded with url: /api/search/pc/tickers?keyword=TSLA&pageIndex=1&pageSize=20&regionId=6 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000002D86C7ED3A0>, 'Connection to quotes-gw.webullbroker.com timed out. (connect timeout=15)'))