webull
webull copied to clipboard
Unofficial APIs for Webull.
How do you pull Options Data and Delta information? Also, is there a fix for error: KeyError: 'expireDateList'
get_history_orders() returns empty for me. I modified a few files: endpoints.py (line 144, orders function): ` def orders(self, account_id, page_size): # &startTime=1970-0-1 return f'{self.base_ustradebroker_url}/trade/v2/option/list?secAccountId={account_id}&dateType=ORDER&pageSize={page_size}&status=' ` webull.py (line 374, get_history_orders() function):...
Hi, I was able to simultaneously login to my account using wb.login(Login_user, Login_pass) in multiple python programs. But since yesterday I can only login using the last attemp/program. If I...
When I tried to place an order, I got this response: {'msg': 'null', 'code': '200', 'success': False} On Webull's website, it seems they have stopped the API service. I guess...
looks like I cut some stuff that I didn't need out (it's been a while since I did these), so feel free to modify this :)
Hello! Thanks for your great work on this. I'm working on a personal project and this is definitely making it able to be a reality. I'm successfully pulling my positions,...
Hi folks, I tried [Workaround for Login ‐ Method 2](https://github.com/tedchou12/webull/wiki/Workaround-for-Login-%E2%80%90-Method-2) as below for login: ``` from webull import webull from env._secrete import Webull_PWD wb = webull() wb._did="xxxxx" wb.login('[email protected]', Webull_PWD) ```...
I am be able to login by using the did along with access token+refresh token (yes for me it would only work if I use method 1 AND method 2...
Hi, Is there any option to download the bars for 2 minutes candles?? I can download bars for 1 minute or 5 minutes, but I don't find the way to...
I recently opened a new webull Roth IRA account. API failed to log in this account. The API seems couldn't see this account. I then opened an individual account under...