What is bid ask spread, and why it matters
Bid ask spread is the difference between two prices shown by a market participant:
- the bid (the price at which someone is willing to buy)
- the ask (the price at which someone is willing to sell)
In practice, the spread represents a cost of immediacy: to go from buying to selling (or vice versa), you must cross from the bid side to the ask side. If the spread is wide, a market usually requires a larger price move before a round-trip trade can be profitable after transaction costs.
During volatile markets, the spread can change quickly—sometimes widening materially—because several parts of the market and quote process become less stable.
How volatility can widen the spread: four common mechanisms
1) Liquidity withdrawal and reduced willingness to quote
Volatility increases uncertainty about where the “fair” price should be. When participants become less confident that they can manage their inventory or risk, they may:
- provide fewer quotes,
- quote less size, or
- widen bid ask prices to demand more compensation for uncertainty.
Mechanically, if less liquidity is displayed at tighter prices, the next available bid or ask can be farther away, so the observed spread grows.
2) Price gaps between updates
A gap (in this context) is a jump in the market from one price region to another between consecutive quote updates. If volatility causes sudden repricing, the spread you see can change abruptly.
A useful assumption for understanding the effect: imagine quotes refresh at discrete times rather than continuously. If the mid-price moves sharply between refreshes, the new bid and ask can appear much farther apart than the previous ones.
3) Latency: time delay between quote and execution
Latency is the time lag between when a quote is displayed or observed and when an order is actually executed. In fast markets, latency can cause an order to be filled using a later quote state.
Assumption for an example: suppose a quote is posted at time t, but the order reaches the execution point at time t + Δ. If volatility increases the bid and ask movement rate, then the effective spread at execution can be wider than the spread the trader expected at order entry.
4) Order handling: how fills move through changing quotes
Orders are handled by an execution process that may include:
- deciding whether the order crosses the spread immediately,
- matching with available quotes or liquidity,
- handling partial fills.
A common failure mode in volatile conditions is quote-crossing and partial execution: if an order is filled in multiple parts while bid and ask levels are moving, the overall cost can reflect a higher “effective spread” than any single instantaneous spread snapshot.
For a simple calculation assumption: if 50% of an order fills at spread S1 and 50% fills at spread S2 (both measured at the moments relevant to those fills), then the average effective spread cost is roughly proportional to (S1 + S2)/2. With volatility, S2 may be larger than S1.
Evidence or example you can verify without live prices
You can verify the mechanisms using historical or simulated quote data, focusing on changes in spread around volatility events.
One independent approach:
- Collect timestamped bid and ask observations at a fixed interval.
- Compute spread = ask − bid for each timestamp.
- Compare spread distributions during “calmer” vs “more volatile” segments (for example, segments with larger mid-price moves over short windows).
What you should expect, in line with the mechanisms above:
- spread is more variable and often larger when mid-price changes become larger or more frequent;
- short bursts of spread widening can appear suddenly, consistent with gaps and quote refresh timing;
- some of the cost impact may show up as differences between “observed spread at order intent time” and “prices actually used in fills,” consistent with latency and order handling.
Limitations and failure modes
- **Observed spread ≠ total execution cost. ** Costs depend on how and when fills happen, including partial fills and crossing behavior. A narrow displayed spread can still lead to higher effective costs if liquidity disappears. - **Gaps can break naive expectations.