STRASMORE/EXPLORE 2,173 QUERIES

Days since the period each filed share count covers

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-08-22, from Market Cap and Which Share Count It Uses.

as of ranking 8×3read in context →
Days since the period each filed share count covers — 8 rows by 3 columns, computed from US exchange, SIP and OPRA data.
tickerreport_ageperiod_covered
WMT295Oct 31, 2025
AAPL238Dec 27, 2025
PG234Dec 31, 2025
XOM234Dec 31, 2025
JPM234Dec 31, 2025
MSFT234Dec 31, 2025
NVDA118Apr 26, 2026
KO50Jul 3, 2026
Rows × columns
8 × 3
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 Days since the period each filed share count covers, derived from the stored result.
ColumnTypeRangeNotes
ticker text 8 distinct values (AAPL, JPM, KO…)
report_age number 50 to 295
period_covered text 5 distinct values (Apr 26, 2026, Dec 27, 2025, Dec 31, 2025…)

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
SELECT
    ticker,
    toUInt32(dateDiff('day', last_period, today())) AS report_age,
    formatDateTime(last_period, '%b %e, %Y')        AS period_covered
FROM
(
    SELECT
        arrayJoin(tickers) AS ticker,
        max(period_end)    AS last_period
    FROM global_markets.stocks_income_statements
    WHERE hasAny(tickers, ['AAPL', 'MSFT', 'NVDA', 'KO', 'JPM', 'XOM', 'WMT', 'PG'])
      AND timeframe = 'quarterly'
      AND diluted_shares_outstanding > 0
    GROUP BY ticker
)
WHERE ticker IN ('AAPL', 'MSFT', 'NVDA', 'KO', 'JPM', 'XOM', 'WMT', 'PG')
ORDER BY report_age DESC

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 analysisMarket Cap and Which Share Count It Uses
Dual class tickers and the market cap printed against each ranking 4×4 Apple's basic and diluted share counts, quarter by quarter series 20×4 The recovered share count against the filed diluted count table 5×6 An illustrative $10,000 SPY stake from year end 2005, marked at each year end ranking 21×3 SPY calendar-year price change vs the 12% assumption, 2006-2025 ranking 20×3 Annualized SPY price growth over rolling eight-year windows, by starting year end ranking 14×3 See all 2,173 queries →