{
  "id": "0be53c97-7b9b-575d-8559-786f005a7005",
  "slug": "market-order",
  "term": "Market Order",
  "aliases": [],
  "category": "Market Microstructure",
  "category_slug": "market-microstructure",
  "difficulty": "basic",
  "definition": "A market order is an instruction to buy or sell a financial instrument immediately at the best available price in the market, without specifying a price limit. Market orders prioritize execution certainty over price certainty, guaranteeing that the order will be filled but providing no guarantee of the execution price.",
  "key_takeaways": [
    "Market orders guarantee execution but not price — the fill price depends on the liquidity available in the order book at the moment of execution.",
    "In highly liquid markets (e.g., S&P 500 index futures, major currency pairs), market orders for small sizes fill effectively at or near the quoted spread.",
    "For illiquid securities or large order sizes, market orders can cause significant slippage, filling at prices far from the quoted mid-price.",
    "In volatile markets or immediately after major news events, market orders carry heightened execution risk as bid-ask spreads widen dramatically.",
    "Algorithmic execution systems generally avoid pure market orders for large institutional trades, preferring limit orders and smart order routing to control slippage."
  ],
  "detailed_explanation": "A market order is the simplest and most direct order type available to market participants. By submitting a market order, a trader effectively communicates a willingness to transact at whatever price the market currently offers, surrendering price control in exchange for immediacy. This trade-off is rational when the urgency of the trade decision outweighs the cost of potential price uncertainty — for example, when closing a position in response to breaking news or when transacting in highly liquid instruments where the spread is negligible.\n\nThe execution mechanics of a market order depend on the exchange's matching algorithm. On a continuous auction market, a market buy order sweeps the limit order book from the best ask upward, consuming available sell orders at progressively higher prices until the full order is filled or the book is exhausted. In a call auction (used at many exchanges for opening and closing procedures), market orders are matched against an aggregated set of opposing orders at a single clearing price. The key distinction is that in continuous trading, the market order's execution price depends on depth; in a call auction, all market orders at the clearing time receive the same price.\n\nFor retail investors transacting in round lots of major equity securities, market orders are generally appropriate and result in execution at prices close to the quoted spread. The National Best Bid and Offer (NBBO) system in the United States requires that broker-dealers route client market orders to venues quoting the best prices, providing a basic level of execution quality protection. However, for institutional-sized orders — hundreds of thousands or millions of shares — a market order is almost never appropriate because of the market impact it would generate.\n\nThe dangers of market orders were dramatically illustrated during the Flash Crash of May 6, 2010, when a large institutional sell program using market orders into a rapidly declining and illiquid market caused the Dow Jones Industrial Average to temporarily plunge nearly 1,000 points within minutes. Some individual stocks traded at prices near zero and others at prices of $100,000 per share as market orders swept through a nearly empty order book.",
  "example": "A retail investor submits a market order to buy 100 shares of a large-cap bank stock. The current best bid is $45.22 and the best ask is $45.23. The market order fills at $45.23, paying the spread of $0.01/share ($1.00 total cost of crossing the spread). Contrast this with an institution submitting a market order for 500,000 shares of a small-cap industrial company where the best ask is $12.50 but only 10,000 shares are available at each of several price levels. The order may fill at an average price of $13.20, representing a 5.6% slippage relative to the initial quoted price.",
  "formula": null,
  "formula_latex": null,
  "interactive_type": null,
  "calculator_id": null,
  "related_terms": [
    "accommodation-trading",
    "best-execution",
    "cap",
    "central-counterparty",
    "clearing",
    "equity",
    "exchange",
    "iceberg-order",
    "limit-order",
    "market-if-touched-order",
    "market-impact",
    "matching-algorithm",
    "order-book",
    "slippage",
    "stock"
  ],
  "backlinks": [
    "agency-execution",
    "banging-the-close",
    "bid-ask-spread",
    "bucketing",
    "central-limit-order-book",
    "floor-broker",
    "implicit-transaction-costs",
    "internalization",
    "inverted-market",
    "layering",
    "limit-move",
    "limit-order",
    "market-depth",
    "market-if-touched-order",
    "market-on-opening-order",
    "order-book",
    "payment-for-order-flow",
    "price-improvement",
    "smart-order-routing",
    "stop-limit-order",
    "stop-loss",
    "stop-order"
  ],
  "cross_references": [
    "cap",
    "clearing",
    "equity",
    "exchange",
    "limit-order",
    "market-impact",
    "matching-algorithm",
    "order-book",
    "slippage",
    "stock"
  ],
  "tags": [
    "level:basic",
    "cat:market-microstructure"
  ],
  "asset_classes": [],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 639,
  "checksum": "97fe3f0a3f87c36b",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/market-order",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/market-order?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/market-order?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/market-order",
    "category": "https://hedgefund.wiki/api/v1/categories/market-microstructure",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/market-order"
  }
}