Skip to content

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.