Alphanume

Insights

Where to Learn Event-Driven Trading

Alphanume Team · June 26, 2026

Event-driven trading is one of the most mechanically explainable edges in markets, and almost nobody teaches it systematically. Here is what the discipline actually covers and where to learn it.

Search for event-driven trading education and you get two kinds of results. The first is institutional merger-arbitrage content: how hedge funds trade announced acquisitions, useful if you run a fund, mostly inapplicable if you do not. The second is vague "trade the news" material that amounts to reacting faster than other people, which is not a strategy so much as a reflex you will lose to machines.

Neither covers the event classes that are actually researchable by an individual with Python and an API key: dilution filings, de-SPAC lifecycles, lockup expirations, defaults, distress. These share three properties that make them teachable and testable. They recur, so you get a sample. They are dated, so you know when to measure. And they are disclosed, so the information is public and timestamped. Recurring, dated, disclosed: if an event class passes that test, you can study it honestly.

Why almost nobody teaches this

The gap is not a conspiracy; it is a cost structure. Teaching event-driven trading properly requires event datasets that mostly do not exist off the shelf. Take dilution: every S-1 registration is public on EDGAR, but deciding whether a given S-1 actually creates new supply usually takes a human reading the filing. A registration can cover an employee stock plan, or an existing investor's stake being registered for resale, or a routine shelf filed as standby capacity. None of those expand the share count, and shorting them on reflex means shorting nothing. A course cannot hand you that distinction as an exercise unless someone already did the reading and encoded it as data.

Video courses skip the category for the same reason. There is no chart pattern to point at. The edge lives in filings, deadlines, and cap tables, which do not make compelling screen recordings. So the category sits in an odd gap: mechanically among the most explainable edges in markets, and pedagogically among the least served.

What a real event-driven curriculum covers: dilution

The short side of small-cap financing is the cleanest introduction to the discipline, because the mechanism is fully legible. A company running out of cash registers new shares with the SEC. That registration is a permission slip, not a sale: nothing can be sold until the SEC declares the registration effective, published as an EFFECT notice. So the event has two punishment points, the filing date, when the market reprices for supply that is now probable, and the effective date, when the supply becomes legal and the actual selling can begin. Watch only one of the two clocks and you are trading half the event.

The lesson S-1 to EFFECT: How New Shares Reach the Tape walks the full sequence, including the filter that separates genuinely dilutive registrations from benign ones: are the shares newly issued, is the company itself the seller, and how large is the offering relative to the float. The underlying dilution dataset encodes exactly those reads, point-in-time, with each filing resolved as it becomes effective or is withdrawn. If you want the data-first view before the course, start with where to find dilution and shelf offering data or how to build a dilution screener.

De-SPACs: supply written into the deal documents

The second event class is richer and stranger. A de-SPAC, the company that emerges when a SPAC shell merges with a private target, inherits a capital structure no ordinary IPO would produce: a sponsor holding founder shares acquired for a nominal sum, PIPE investors contractually owed a resale registration within weeks of closing, insider lockups with a cliff, and warrants whose exercise converts any rally into fresh supply. Every one of those pressure points lands on a schedule you can read in advance, because it all comes from the merger proxy and the closing 8-K.

That calendar quality is what makes de-SPACs a nearly ideal teaching event: recurring, dated, disclosed, passed about as cleanly as any event class there is. The lesson The De-SPAC Machine takes the structure apart piece by piece, sponsor incentives, redemption rights, the warrant overhang, and the follow-up lessons measure the cohort with the de-SPAC events dataset. One honest caveat the course makes explicitly: the universe is small and concentrated in time, so vintage effects are real, and the magnitude of the drift varies with the quality of the target pool even though the mechanics do not.

Defaults and distress

The third leg is corporate distress: missed payments, going-concern language, bankruptcy filings. These events are less frequent than filings and de-SPAC milestones but equally dated and disclosed, and the default events lesson covers how to study them without the survivorship trap, since by definition the affected names tend to leave the index afterward. The corporate default events dataset keeps the departed names in the sample, which is the entire battle.

How to practice before risking anything

Event-driven trading has a built-in practice format: the event study. Define the event, build the window, measure abnormal returns across every occurrence, then attack your own result for biases. It costs nothing but time, and it is the same loop professionals run. Our guide to running an event study in Python covers the mechanics standalone.

Two biases deserve special paranoia in this domain. Look-ahead is the obvious one: if your dataset records what a filing turned out to mean rather than what was knowable on the filing date, your backtest is quietly trading on the future, which is why point-in-time records matter more here than almost anywhere else. Survivorship is the other: dilution and distress names delist constantly, and a sample that only contains the survivors will make the short side look worse and the long side look better than either actually was.

Where to actually learn it

Piecing this together yourself is possible: EDGAR for filings, academic papers on post-offering returns, blog posts for the mechanics. What has been missing is a sequence that teaches the mechanism first, hands you the datasets, and grades your studies. That is what the event-driven modules of Systematic Trading with Market Data were built to be: dilution and the short side, then de-SPACs, defaults, and distress, all run as live Python in the browser against the same point-in-time feeds described above.

The course opens with a free module on how markets create repeatable edges, no account needed, and the recurring, dated, disclosed test that this whole post leans on comes from it. Start with the first lesson, about ten minutes, or scan the full syllabus to see every event-driven lesson listed up front. The rest of the course is included with Alphanume Pro, alongside the datasets themselves.