Insights

How to Find Stocks to Short Sell Using Data

Alphanume Team

Apr 6, 2026

How to Find Stocks to Short Sell Using Data

A systematic approach to identifying high-probability short setups through corporate action data.

The Short Seller’s Signal Problem

Most short sellers find their trades the same way: they scan for stocks that are “up too much”, look for chart patterns that suggest exhaustion, or follow social media accounts that flag potential shorts. Some of these approaches work, at least some of the time. But they share a common weakness: they’re reactive, subjective, and impossible to systematize.

The problem is not that short sellers lack conviction. It’s that they lack data infrastructure. A long-biased investor can screen for fundamentals — PE ratios, revenue growth, earnings surprises — using any number of free tools. A short seller looking for structural catalysts has no equivalent toolset.

This guide presents a different framework. Instead of screening for technical weakness, we focus on structural events that create predictable selling pressure — events that are disclosed in public filings, quantifiable, and — critically — accessible via API.

The Framework: Structural Catalysts over Technical Patterns

A structural catalyst is an event that changes the supply-demand dynamics of a stock’s float in a way that is mechanically bearish. Unlike a “double top” or a “bearish engulfing candle,” structural catalysts are rooted in corporate actions that directly affect share supply, ownership composition, or valuation support.

The most reliable structural catalysts for short selling fall into three categories:

1. Dilution Events

When a company issues new shares — through a shelf offering, registered direct offering (RDO), at-the-market (ATM) program, or warrant exercise — the existing float expands and each outstanding share represents a smaller claim on the company’s equity. This is mechanical: more shares chasing the same (or declining) enterprise value means lower per-share prices.

The key insight for short sellers is that dilution events are filed with the SEC before they impact price. A shelf registration (Form S-3) signals the company’s intent to issue shares. A prospectus supplement (Form 424B5) signals that the issuance is actually happening. An 8-K may disclose the pricing and terms. All of this is public information — but it’s buried in legal filings that most traders never read.

2. De-SPAC Transactions

Companies that go public via SPAC mergers — so-called “de-SPACs” — exhibit a well-documented pattern of post-merger underperformance. The structural reasons are numerous: PIPE investors receive discounted shares and begin selling after lock-up expiration; warrant holders exercise and sell; high redemption rates leave the combined entity with less cash than projected; and many target companies were acquired at valuations that reflected a frothy SPAC market rather than fundamental value.

The result is a category of stocks with identifiable, timing-based catalysts for downward price pressure. But identifying which companies are de-SPACs — and tracking the associated corporate action timelines (lock-up dates, warrant exercise windows, redemption data) — requires structured data that most screening tools don’t provide.

3. Corporate Action Complexity

Beyond dilution and de-SPACs, there is a broader category of corporate actions that create short opportunities: reverse splits that signal financial distress, rights offerings that dilute at unfavorable prices, going-concern opinions buried in 10-K filings, and management transitions that precede strategic pivots. These are harder to systematize individually, but when combined with dilution data and market cap context, they form a rich signal layer.

Building the Short-Selling Data Pipeline

The practical question is: how do you go from “I understand these catalysts” to “I receive actionable alerts when they occur”? The answer is a data pipeline that ingests, normalizes, and surfaces corporate action data in a format your trading workflow can consume.

Step 1: Identify the Filing

For dilution events, the critical filings are S-3 (shelf registration), 424B5 (prospectus supplement), and 8-K (material events including offering announcements). For de-SPACs, the relevant filings include the DEFM14A (proxy statement for the merger vote) and the 8-K announcing deal completion. Each filing type contains different information, and extracting the relevant fields — offering size, pricing, share count, effective date — requires parsing legal documents at scale.

Step 2: Structure the Data

Raw SEC filings are unstructured text and HTML. To be useful for trading, the critical fields need to be extracted and normalized into a structured format: ticker, event type, filing date, effective date, share count, offering price, and dilution percentage relative to the existing float. This is where most manual approaches break down — reading and interpreting one filing is manageable; doing it across thousands of companies in real-time is not.

Step 3: Deliver via API

The structured data needs to be accessible programmatically so it can integrate with your existing tools — whether that’s a Python backtesting framework, a scanner, or an alerting system. A well-designed API endpoint lets you query by date, ticker, event type, or any combination, returning clean JSON that your code can consume immediately.

Alphanume: The Data Layer for Short Sellers

This is exactly what Alphanume was built to provide. Alphanume offers structured, point-in-time API access to corporate action datasets that are purpose-built for event-driven trading strategies — including short selling.

The Dilution Filings Dataset

The dilution filings dataset tracks shelf registrations, ATM programs, registered direct offerings, and other dilutive events across the U.S. equity market. Each record includes the filing type, effective date, share count, offering price (where applicable), and the ticker’s float at the time of filing — giving you the context to assess dilutive impact relative to existing supply.

A typical query might look like:

GET /api/v1/dilution?date=2026-04-01
GET /api/v1/dilution?date=2026-04-01
GET /api/v1/dilution?date=2026-04-01
GET /api/v1/dilution?date=2026-04-01

This returns every dilution event filed on that date, structured and ready to filter. You can screen for events where the dilution exceeds a threshold percentage of the float, focus on specific filing types (e.g., only ATM programs), or cross-reference against price data to identify names that haven’t yet reacted to the filing.

The De-SPAC Dataset

The de-SPAC dataset provides a structured history of SPAC mergers: which companies went public via SPAC, when the merger closed, the original SPAC ticker, the resulting ticker, and associated corporate action timelines. This eliminates the manual process of tracking SPAC mergers across news sources and SEC filings.

Historical Market Cap

The historical market cap dataset provides point-in-time market capitalization for every trading day — a critical input for sizing positions, filtering by liquidity, and avoiding lookahead bias in backtests. Many short strategies filter for small-cap or micro-cap names; using current market cap to do this introduces survivorship and temporal biases that invalidate results.

Putting It Together: A Practical Short-Selling Workflow

Here’s how a data-driven short seller might use this infrastructure in practice:

Daily Scan

Each morning, query the dilution filings API for events filed in the past 24–48 hours. Filter for events where the offering size exceeds 10% of the current float. Cross-reference against price data to identify names that are still trading near pre-announcement levels — these are the setups where the market hasn’t fully priced in the dilution.

De-SPAC Watchlist

Maintain a running watchlist of recent de-SPAC completions from the de-SPAC dataset. Track the timeline toward lock-up expirations and warrant exercise windows. These are the dates when structural selling pressure is most likely to manifest. Size positions inversely to the stock’s liquidity and borrow cost.

Backtest and Validate

Before deploying capital, use the historical datasets to backtest your signal. The dilution filings dataset provides point-in-time data, meaning you can reconstruct the exact information that was available on any given historical date. This eliminates lookahead bias and gives you confidence that the edge you’re seeing is real, not an artifact of data contamination.

Conclusion: Data Is the Edge

The short-selling landscape in 2026 is more competitive than ever. Scanners are fast, social media is noisy, and the easy shorts get crowded quickly. The edge isn’t in being first to a chart pattern — it’s in knowing about a structural catalyst before the crowd recognizes it.

If you’re serious about short selling, the most valuable infrastructure investment you can make isn’t a faster platform or a better scanner — it’s a data layer that surfaces the corporate actions driving price. Start with a free Alphanume API key and see what a structured data approach changes about your process.

Related Reading

Best Brokers for Short Selling Strategies in 2026 — A practitioner’s comparison of TradeZero, CenterPoint, Cobra, and IBKR.

Short Selling De-SPACs: The Complete Data-Driven Approach — A deep dive into why de-SPACs underperform and how to systematically trade around it.

Alphanume Team

Stay in the loop

Be the first to hear about new datasets, coverage expansions, and platform updates.