STRASMORE/EXPLORE 2,595 QUERIES

Form 8-K disclosures mentioning a lockup, by month

Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-09-20, from Early Lockup Release: Triggers and Waivers.

as of series 18×4read in context →
Form 8-K disclosures mentioning a lockup, by month — 18 rows by 4 columns, computed from US exchange, SIP and OPRA data.
monthmonth_labelfilingscompanies
2025-01-01Jan 202522
2025-02-01Feb 202522
2025-03-01Mar 202511
2025-04-01Apr 202533
2025-05-01May 202522
2025-06-01Jun 202533
2025-07-01Jul 202511
2025-08-01Aug 202544
2025-09-01Sep 202522
2025-10-01Oct 202533
2025-11-01Nov 202544
2025-12-01Dec 202511
2026-01-01Jan 202622
2026-03-01Mar 202644
2026-05-01May 202622
2026-06-01Jun 202655
2026-07-01Jul 202622
2026-08-01Aug 202644
Rows × columns
18 × 4
Period covered
to
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for Form 8-K disclosures mentioning a lockup, by month, derived from the stored result.
ColumnTypeRangeNotes
month date 2025-01-01 to 2026-08-01
month_label text 18 distinct values (Apr 2025, Aug 2025, Aug 2026…)
filings number 1 to 5
companies number 1 to 5

Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.

Run it yourself

This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.

SELECT
    toString(toStartOfMonth(filing_date))                AS month,
    formatDateTime(toStartOfMonth(filing_date), '%b %Y') AS month_label,
    countDistinct(accession_number)                      AS filings,
    countDistinct(cik)                                   AS companies
FROM global_markets.stocks_8k_disclosures
WHERE filing_date >= '2023-01-01'
  AND filing_date <  toStartOfMonth(today())
  AND (supporting_text ILIKE '%lock-up%' OR supporting_text ILIKE '%lockup%')
GROUP BY month, month_label
ORDER BY month
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.

More from this analysisEarly Lockup Release: Triggers and Waivers
IPO registration and prospectus filings since 2022 ranking 7×3 → How much of a company an IPO actually sells ranking 6×2 → Days from listing to a company's first lockup 8-K ranking 3×2 → Weekly average daily volume: Reddit's first year of trading, March 2024 to March 2025 series 53×2 → Day 180 counted from the pricing date: nine US listings series 9×6 → Volume in the four weeks around day 180 vs the weeks before it: nine US listings ranking 9×4 → See all 2,595 queries →