STRASMORE/EXPLORE 2,648 QUERIES

annual_dps

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-26, from acn-dividend-history.

as of ranking 17×3read in context →
annual_dps — 17 rows by 3 columns, computed from US exchange, SIP and OPRA data.
yeardividends_per_sharepayments
20090.751
20100.822
20111.122
20121.482
20131.742
20141.952
20152.122
20162.312
20172.542
20182.792
20192.262
20203.284
20213.614
20224.034
20234.654
20245.354
20256.074
Rows × columns
17 × 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 annual_dps, derived from the stored result.
ColumnTypeRangeNotes
year text 17 distinct values (2009, 2010, 2011…)
dividends_per_share number 0.75 to 6.07
payments number 1 to 4

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(toYear(ex_date))  AS year,
    round(sum(amt), 2)         AS dividends_per_share,
    count()                    AS payments
FROM
(
    SELECT
        ex_dividend_date             AS ex_date,
        toFloat64(any(cash_amount))  AS amt
    FROM global_markets.stocks_dividends
    WHERE ticker = 'ACN'
      AND cash_amount > 0
      AND ex_dividend_date < toStartOfYear(today())
    GROUP BY ex_dividend_date
)
GROUP BY year
ORDER BY year
⌘/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 analysisacn-dividend-history
declarations table 14×6 → rate_changes table 12×5 → Top 25 weekly-options underlyings by distinct contracts traded, with expiration weekdays ranking 25×4 → Annualized volatility vs total return, 25 large caps, calmest to wildest (~2 years) ranking 25×3 → SPY options median spread by expiration date, near-the-money strikes only ranking 25×4 → In-sample rank versus out-of-sample Sharpe, same 24 cells ranking 24×4 → See all 2,648 queries →