STRASMORE/EXPLORE 2,170 QUERIES

The week's news flow: counts, plus the three storyline receipts, quoted verbatim

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-07-26, from SPCX: The Week It Went Underwater.

as of scalar 1×9read in context →
week articles
51
publishers
3
index add headlines
5
quiet period headline
Analysts Go All-In on SpaceX as the Quiet Period Ends
quiet period date
2026-07-07
results headline
SpaceX Lost $4.28 Billion on $4.7 Billion in Revenue Last Quarter
results date
2026-07-09
borrowing headline
SpaceX Borrowed $25 Billion and Is Buying Up AI Companies
borrowing date
2026-07-07
Rows × columns
1 × 9
Period covered
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 The week's news flow: counts, plus the three storyline receipts, quoted verbatim, derived from the stored result.
ColumnTypeRangeNotes
week_articles number every row is 51
publishers number every row is 3
index_add_headlines number every row is 5
quiet_period_headline text 1 distinct value
quiet_period_date date 2026-07-07
results_headline text 1 distinct value
results_date date 2026-07-09
borrowing_headline text 1 distinct value
borrowing_date date 2026-07-07

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.

the exact SQL behind every number
WITH
    (
        SELECT (arrayElement(splitByString('. ', argMin(title, published_utc)), 1), toString(min(toDate(toTimeZone(published_utc, 'America/New_York')))))
        FROM global_markets.stocks_news
        WHERE has(tickers, 'SPCX') AND published_utc >= toDateTime('2026-07-06 04:00:00') AND published_utc < toDateTime('2026-07-11 04:00:00')
          AND title ILIKE '%quiet period%'
    ) AS quiet,
    (
        SELECT (arrayElement(splitByString('. ', argMin(title, published_utc)), 1), toString(min(toDate(toTimeZone(published_utc, 'America/New_York')))))
        FROM global_markets.stocks_news
        WHERE has(tickers, 'SPCX') AND published_utc >= toDateTime('2026-07-06 04:00:00') AND published_utc < toDateTime('2026-07-11 04:00:00')
          AND title ILIKE '%lost%revenue%'
    ) AS results,
    (
        SELECT (arrayElement(splitByString('. ', argMin(title, published_utc)), 1), toString(min(toDate(toTimeZone(published_utc, 'America/New_York')))))
        FROM global_markets.stocks_news
        WHERE has(tickers, 'SPCX') AND published_utc >= toDateTime('2026-07-06 04:00:00') AND published_utc < toDateTime('2026-07-11 04:00:00')
          AND title ILIKE '%borrowed%'
    ) AS borrow
SELECT
    count() AS week_articles,
    uniqExact(JSONExtractString(publisher, 'name')) AS publishers,
    countIf(title ILIKE '%nasdaq-100%') AS index_add_headlines,
    quiet.1 AS quiet_period_headline,
    quiet.2 AS quiet_period_date,
    results.1 AS results_headline,
    results.2 AS results_date,
    borrow.1 AS borrowing_headline,
    borrow.2 AS borrowing_date
FROM global_markets.stocks_news
WHERE has(tickers, 'SPCX')
  AND published_utc >= toDateTime('2026-07-06 04:00:00')
  AND published_utc < toDateTime('2026-07-11 04:00:00')

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisSPCX: The Week It Went Underwater
Print-size anatomy and quote census: full week scalar 1×5 SPCX, week of July 6, 2026: the slide, receipted scalar 1×14 Rank receipt: the week's dollar volume against every other ticker scalar 1×3 Options on the new entity, full week: contracts, put-call, busiest contract scalar 1×4 The symbol's trading history by month: the gap and the new entity's arrival series 12×5 The week's heaviest tickers by regular-hours dollar volume: where the newcomer now sits ranking 12×4 See all 2,170 queries →