STRASMORE/EXPLORE 2,170 QUERIES

AXP recent dividend payments: ex-dividend date and per-share amount

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 AXP Dividend: Yield, History & Ex-Dates.

as of series 10×2read in context →
AXP recent dividend payments: ex-dividend date and per-share amount — 10 rows by 2 columns, computed from US exchange, SIP and OPRA data.
datedividend_per_share
2026-07-020.95
2026-04-020.95
2026-01-020.82
2025-10-100.82
2025-07-030.82
2025-04-040.82
2025-01-030.7
2024-10-040.7
2024-07-050.7
2024-04-040.7
Rows × columns
10 × 2
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 AXP recent dividend payments: ex-dividend date and per-share amount, derived from the stored result.
ColumnTypeRangeNotes
date date 2024-04-04 to 2026-07-02
dividend_per_share number 0.7 to 0.95

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 toDate(ex_dividend_date) AS date,
       round(cash_amount, 4) AS dividend_per_share
FROM global_markets.stocks_dividends
WHERE ticker = 'AXP' AND frequency IN (1, 2, 4, 12) AND ex_dividend_date >= today() - 1100
ORDER BY ex_dividend_date DESC
LIMIT 10

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 analysisAXP Dividend: Yield, History & Ex-Dates
AXP total dividends paid per year (regular dividends) ranking 7×2 AXP dividend snapshot: latest payout, annual rate, yield, and next ex-date scalar 1×7 XOM recent dividend payments: ex-dividend date and per-share amount series 10×2 WMT recent dividend payments: ex-dividend date and per-share amount series 10×2 WFC recent dividend payments: ex-dividend date and per-share amount series 10×2 VZ recent dividend payments: ex-dividend date and per-share amount series 10×2 See all 2,170 queries →