# Option Chain Bid, Mid, and Ask: Quotes Versus Executable Prices

Read Bid, Ask, midpoint, size, Last, and Mark correctly in an option chain, calculate spread cost, and use limit orders without assuming the midpoint will fill.

Canonical: https://wiki.fcontext.com/options/option-chain-bid-mid-ask/
Fact checked: 2026-07-22

> For educational purposes only; not investment advice.

<a id="answer"></a>

## Direct answer

In an option chain, **Bid** is the highest displayed price currently offered by a buyer, and **Ask** or Offer is the lowest displayed price requested by a seller. A seller seeking immediate execution generally interacts with Bid; a buyer generally interacts with Ask. The **midpoint** is arithmetic:

`Mid = (Bid + Ask) / 2`

Mid is useful for comparison and marking, but it is not an order, trade, or promise that liquidity exists there. Cash P&L depends on the price at which the required quantity can actually execute.

<a id="mechanism"></a>

## Quote fields describe different events

**Bid Size** and **Ask Size** show displayed quantity at the best prices under the feed's convention. Size can change or disappear, a larger order may trade through several levels, and the national best Bid and Ask can come from different exchanges.

**Last** is a previous transaction price. It may predate a stock move, volatility change, opening, halt, or announcement. **Mark** is platform-defined: midpoint, theoretical value, liquidity-adjusted value, or another method. Read its definition before using it for returns or risk.

Spread is (Ask-Bid). A useful comparison is:

`relative spread = (Ask - Bid) / Mid`

A $0.10 spread is small on a $20 option but large on a $0.15 option. Absolute and relative cost both matter.

For a multileg strategy, the relevant quote is the package net debit or credit in the required ratio. Cboe describes complex orders trading as one order at a net price. Summing displayed leg midpoints does not guarantee execution there.

<a id="example"></a>

## A wide quote in contract dollars

Suppose an option shows Bid $2.20 × 10 and Ask $2.60 × 5.

- Mid is ((2.20+2.60)/2=$2.40).
- Spread is $0.40.
- Relative spread is $0.40/$2.40≈16.7%.
- With a 100 multiplier, crossing the spread on one contract represents $0.40×100=$40.

A marketable buy may execute at $2.60 only up to available quantity before the book changes; it may improve, or a larger order may fill worse. Immediately selling at a still-valid $2.20 loses $40 per contract before fees even if model value and spot do not change.

A $2.40 limit buy controls the maximum price but may not fill. Raising it to $2.45 or $2.50 trades price for execution probability; it does not identify “true value.”

If Bid is $0 and Ask $0.10, Mid is $0.05, but no positive displayed buyer exists. Marking 100 contracts at $0.05 shows $500 while immediate displayed liquidation value may be zero.

<a id="risks"></a>

## Option-chain execution checklist

- Confirm underlying, root, expiration, strike, call or put, multiplier, deliverable, and exercise style.
- Verify whether data are real-time, delayed, indicative, halted, pre-open, or outside regular hours.
- Record quote timestamp with the underlying Bid/Ask timestamp.
- Use Ask for a conservative long entry estimate and Bid for a long exit; reverse the cash direction for shorts.
- Read displayed size and plan for depth beyond the best level.
- Calculate spread per share, in contract dollars, and as a percentage of Mid.
- Compare spread with expected gain and maximum risk.
- Treat Last as historical and Mark as platform-specific.
- Use limit orders to cap price. A limit controls price, not execution.
- Refresh the chain before cancel-replace; spot, IV, and quotes may have changed.
- Avoid market orders in thin or fast options unless urgency outweighs uncontrolled price.
- For multileg trades, verify package limit, net debit or credit, ratio, and partial-fill behavior.
- Reconcile fill, improvement, quantity, fees, and remaining order immediately.
- Use volume and open interest as context, not guarantees of current liquidity.
- Expect wider spreads near the open, news, halts, far expirations, and deep ITM or OTM strikes.
- A zero Bid means no positive displayed best bid then, not no contingent payoff.
- A narrow one-lot quote does not prove deep liquidity.
- Use executable closing sides in P&L stress tests, not midpoint on every leg.

<a id="misconceptions"></a>

## Common misconceptions

- “Bid is what I pay to buy.” A buyer normally pays Ask; a seller seeks Bid.
- “Mid is fair price.” It is an arithmetic reference and can be untradeable.
- “Last is current price.” It can be stale and outside the current market.
- “Mark has one industry definition.” Vendors calculate it differently.
- “A Mid limit must eventually fill.” The market can move or no counterparty may accept it.
- “Displayed size is permanent.” Quotes update, cancel, and are consumed.
- “A narrow spread proves depth.” Size beyond the first level may be small.
- “Volume and OI guarantee an exit.” They are not current Bid depth.
- “Zero Bid means zero possible value.” It describes displayed demand at one moment.
- “Adding leg mids gives an executable package.” Complex orders have their own market.

<a id="related"></a>

## Related topics

- [Option chain](/options/option-chain/)
- [Bid-Ask spread](/options/bid-ask-spread/)
- [Options liquidity](/options/liquidity/)
- [Order types](/options/order-types/)

<a id="sources"></a>

## Primary sources

- [SEC: Ask Price](https://www.sec.gov/answers/ask.htm)
- [SEC: Advisory Committee Report on Market Information](https://www.sec.gov/divisions/marketreg/marketinfo/finalreport.htm)
- [SEC: Staff Legal Bulletin No. 16—Listed Option Quotes](https://www.sec.gov/rules-regulations/staff-guidance/staff-legal-bulletins/staff-legal-bulletin-no-16-transactions-listed-options-under-exchange-act-rule-11ac1-1)
- [Cboe: U.S. Options Complex Book Process](https://www.cboe.com/document/tech-spec/document/technical-specifications/cboe-titanium-u.s.-options-complex-book-process)