book
Checkout our new book! Hands on AI Trading with Python, QuantConnect, and AWS Learn More arrow

Equity Options

Key Concepts

Introduction

Equity Options are a financial derivative that gives the holder the right (but not the obligation) to buy or sell the underlying Equity, such as Apple, at the stated exercise price. This page explains the basics of Equity Option data in the Research Environment. To get some data, see Universes or Individual Contracts. For more information about the specific datasets we use, see the US Equity Options and US Equity Option Universe dataset listings.

Resolutions

The following table shows the available resolutions and data formats for Equity Option contract subscriptions:

ResolutionTradeBarQuoteBarTrade TickQuote Tick
TICK

SECOND

MINUTEgreen checkgreen check
HOURgreen checkgreen check
DAILYgreen checkgreen check

Markets

LEAN groups all of the US Equity Option exchanges under Market.USA, so you don't need to pass a Market to the add_option or add_option_contract methods.

Data Normalization

The data normalization mode doesn't affect data from history request. By default, LEAN doesn't adjust Equity Options data for splits and dividends of their underlying. If you change the data normalization mode, it won't change the outcome.

You can also see our Videos. You can also get in touch with us via Discord.

Did you find this page helpful?

Contribute to the documentation: