Order History

Account Operations
beginner
6 min read
Updated Feb 21, 2026

What Is Order History?

Order history is the chronological record of all trade orders placed by an investor, including filled, cancelled, expired, and rejected orders, serving as a vital audit trail for performance analysis and tax reporting.

Order history is the comprehensive log of your intent in the market. While your "Portfolio" shows what you own *now*, and your "Transaction History" shows what you *bought/sold*, your Order History shows everything you *tried* to do. It includes: * Filled Orders: Trades that happened. * Cancelled Orders: Orders you placed but pulled back. * Expired Orders: Day orders that didn't fill by market close. * Rejected Orders: Instructions denied by the broker (e.g., insufficient funds). This complete dataset is a goldmine for self-improvement. It reveals the "shadow" trades—the ones that got away, the ones you hesitated on, and the ones you luckily avoided. For algorithmic traders, order history is critical for debugging code (e.g., "Why is my bot spamming 100 orders a second?").

Key Takeaways

  • Order history differs from "Trade History" or "Executions" because it includes orders that never resulted in a trade.
  • It is essential for reviewing mistakes (e.g., "Why was this order rejected?" or "Why did I cancel this winner?").
  • Tax authorities and auditors rely on these records to verify cost basis and wash sales.
  • Analyzing order history helps identify behavioral patterns, such as over-trading or hesitation.
  • Brokers are legally required to maintain these records for a specific period (usually 6-7 years).

Why It Matters: Audit and Compliance

For tax purposes, the IRS (and other tax bodies) cares about executions. However, in disputes, order history is evidence. If you claim a broker failed to execute a stop loss, the order history proves whether you actually placed it, when, and at what price. It is also crucial for "Wash Sale" tracking. If you place orders to buy back a stock you just sold for a loss, specifically if those orders execute, the history tracks the timing to the second, determining if the loss is disallowed.

Using Order History for Performance Analysis

Turning data into discipline.

MetricWhat it RevealsGoal
Cancellation RateHesitation / indecisionReduce (Trust your plan)
Rejection RateLack of awareness (Margin/Rules)Eliminate (Know your limits)
Time to FillLiquidity issues / Limit price tightnessOptimize (Better pricing)
Modification CountChasing the priceReduce (Set it and forget it)

Real-World Example: Diagnosing a "Bad Luck" Streak

Trader Jane feels like she "always misses the move." She reviews her order history.

1Step 1: Review: She looks at her "Cancelled" orders for the month.
2Step 2: Pattern: She finds 10 instances where she placed a Limit Buy at $50.00, but the stock only dropped to $50.05 before rallying.
3Step 3: Behavior: She realizes she is being too stingy, trying to save $0.05 and missing $5.00 moves.
4Step 4: Adjustment: She decides to place limit orders slightly more aggressively (e.g., $50.06) or use Market orders for high-conviction setups.
5Step 5: Result: Her fill rate improves, and she catches more profitable trends.
Result: The order history revealed a flaw in her execution style that her P&L statement could not show.

Important Considerations

Most brokers only keep detailed order history accessible in the active trading platform for a limited time (e.g., 90 days to 1 year). Older history is archived in monthly statements. Serious traders should export their order history to a CSV or Excel file regularly (monthly/quarterly) to maintain their own permanent database for analysis.

Advantages of Keeping Records

Dispute Resolution: Proof of your actions in case of broker error. Journaling: It forms the backbone of a Trading Journal. Strategy Refinement: Helps optimize entry/exit logic.

Disadvantages and Risks

Data Volume: Active traders can generate thousands of lines of data, making manual review difficult without software. Privacy: Order history contains sensitive financial data; exporting and storing it insecurely creates a hacking risk.

FAQs

Regulations (like FINRA Rule 4511) typically require keeping records for at least 6 years. However, immediate online access might be limited to 1-2 years. You can always request older records, though it might take time to retrieve them.

No. Trading activity is private and not reported to credit bureaus unless you have a margin call that goes to collections.

It varies by platform, but generally, "Open" means the order is live at the exchange working to get filled. "Pending" might mean it is held locally (e.g., a "Stop" order that hasn't triggered yet) or is waiting for market open.

Common reasons include: Insufficient buying power (cash/margin), incorrect ticker symbol, trying to short a hard-to-borrow stock, or violating a pattern day trading (PDT) restriction.

No. Financial regulations require immutable records of all market activity. You cannot hide or delete a trade or an order from the broker's legal records.

The Bottom Line

Order history is the "black box" flight recorder of your trading career. While most traders obsess over the P&L column, the order history tells the true story of discipline, execution, and mechanics. By regularly auditing this data, investors can uncover behavioral leaks, verify tax liabilities, and ensure that their strategy is being executed exactly as intended. It is the unvarnished truth of your market participation.

At a Glance

Difficultybeginner
Reading Time6 min

Key Takeaways

  • Order history differs from "Trade History" or "Executions" because it includes orders that never resulted in a trade.
  • It is essential for reviewing mistakes (e.g., "Why was this order rejected?" or "Why did I cancel this winner?").
  • Tax authorities and auditors rely on these records to verify cost basis and wash sales.
  • Analyzing order history helps identify behavioral patterns, such as over-trading or hesitation.