-
-
Notifications
You must be signed in to change notification settings - Fork 185
Support for Options?
Jason E Rush edited this page Nov 17, 2023
·
5 revisions
Webull announced on Dec 10th, 2019 that they released Options Trading in Beta. Here is an example of how to place an option order:
option_chain = wb.get_options(stock='AAPL')
option_quote = wb.get_option_quote(stock='AAPL', optionId='1017921255')
result = wb.place_order_option(optionId='1017921255', lmtPrice='1', action='BUY', orderType='LMT', enforce='GTC', quant=1)
print(result)
Note that you may need to apply with Webull for Options trading and be approved before you will be able to place option orders (through this project/module or the official Webull apps). This needs reviewed and confirmed since Options Trading is out of beta.
Options Trading is here! To begin, please follow the instructions listed below:
>Update your app to version to 5.9.0 or above.
>Go to the Home tab.
>Tap on the "More" button.
>Tap on the "Options Trading" button.
>Apply for options trading.
>Wait a couple minutes for approval.
If you like the project and would like me to devote my time to it, you can support me here directly :
You can always help by contributing to the project directly with PR. Make sure that you don't upload your account credentials accidentally.
https://github.com/tedchou12/webull/wiki/For-Developers-Contributors