STRASMORE/EXPLORE 2,170 QUERIES

Diluted shares outstanding by calendar quarter, three long-running programmes

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 How Companies Execute Buybacks: Rule 10b-18.

as of series 20×4read in context →
Diluted shares outstanding by calendar quarter, three long-running programmes — 20 rows by 4 columns, computed from US exchange, SIP and OPRA data.
quarter_dateaapl_shares_bmsft_shares_bko_shares_b
2021-01-0116.937.64.33
2021-04-0116.787.614.34
2021-07-0116.867.574.34
2021-10-0116.527.564.34
2022-01-0116.47.534.36
2022-04-0116.267.544.35
2022-07-0116.337.484.35
2022-10-0115.967.474.35
2023-01-0115.857.464.34
2023-04-0115.787.474.34
2023-07-0115.817.464.34
2023-10-0115.587.474.34
2024-01-0115.467.474.32
2024-04-0115.357.474.32
2024-07-0115.417.474.32
2024-10-0115.157.474.32
2025-01-0115.067.464.31
2025-04-0114.957.464.32
2025-07-01157.474.31
2025-10-0114.817.464.31
Rows × columns
20 × 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 Diluted shares outstanding by calendar quarter, three long-running programmes, derived from the stored result.
ColumnTypeRangeNotes
quarter_date date 2021-01-01 to 2025-10-01
aapl_shares_b number 14.81 to 16.93 count
msft_shares_b number 7.46 to 7.61 count
ko_shares_b number 4.31 to 4.36 count

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
    toString(toStartOfQuarter(period_end - 15))                                        AS quarter_date,
    round(toFloat64(maxIf(diluted_shares_outstanding, has(tickers, 'AAPL'))) / 1e9, 2) AS aapl_shares_b,
    round(toFloat64(maxIf(diluted_shares_outstanding, has(tickers, 'MSFT'))) / 1e9, 2) AS msft_shares_b,
    round(toFloat64(maxIf(diluted_shares_outstanding, has(tickers, 'KO')))   / 1e9, 2) AS ko_shares_b
FROM global_markets.stocks_income_statements
WHERE timeframe = 'quarterly'
  AND hasAny(tickers, ['AAPL', 'MSFT', 'KO'])
  AND period_end >= '2021-01-01'
  AND diluted_shares_outstanding > 0
GROUP BY quarter_date
HAVING aapl_shares_b > 0 AND msft_shares_b > 0 AND ko_shares_b > 0
ORDER BY quarter_date

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 analysisHow Companies Execute Buybacks: Rule 10b-18
Share of continuous-session volume, by half hour of the trading day series 13×3 Three-year change in diluted share count, ten household names ranking 10×4 A day's repurchase ceiling under the 25% volume condition ranking 6×3 Near-the-money implied volatility into a cash close (ATVI, 2023) series 83×4 A target stock pinning to its cash deal price (ATVI, 2023) series 83×4 ASST: daily closes around its 1-for-20 reverse split (execution date 2026-02-06) series 69×3 See all 2,170 queries →