STRASMORE/EXPLORE 2,170 QUERIES

Realty Income (O): monthly dividend per share, January 2021 to the latest declared payment

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 REIT Payout Ratio: FFO vs EPS Explained.

as of series 64×3read in context →
Realty Income (O): monthly dividend per share, January 2021 to the latest declared payment — 64 rows by 3 columns, computed from US exchange, SIP and OPRA data.
monthmonth_labelmonthly_dividend_usd
2021-01January 20210.2345
2021-02February 20210.2345
2021-03March 20210.235
2021-04April 20210.235
2021-05May 20210.235
2021-06June 20210.2355
2021-07July 20210.2355
2021-08August 20210.2355
2021-09September 20210.236
2021-11November 20210.246
2021-12December 20210.2465
2022-01January 20220.2465
2022-02February 20220.2465
2022-03March 20220.247
2022-04April 20220.247
2022-05May 20220.247
2022-06June 20220.2475
2022-07July 20220.2475
2022-08August 20220.2475
2022-09September 20220.248
2022-10October 20220.248
2022-11November 20220.248
2022-12December 20220.2485
2023-01January 20230.2485
2023-02February 20230.2545
2023-03March 20230.255
2023-04April 20230.255
2023-05May 20230.255
2023-06June 20230.2555
2023-07July 20230.2555
2023-08August 20230.2555
2023-09September 20230.256
2023-10October 20230.256
2023-11November 20230.256
2023-12December 20230.2565
2024-01January 20240.2565
2024-02February 20240.2565
2024-04April 20240.257
2024-06June 20240.2625
2024-07July 20240.263
2024-08August 20240.263
2024-09September 20240.263
2024-10October 20240.2635
2024-11November 20240.2635
2024-12December 20240.2635
2025-01January 20250.264
2025-02February 20250.264
2025-03March 20250.268
2025-04April 20250.2685
2025-05May 20250.2685
2025-06June 20250.2685
2025-07July 20250.269
2025-08August 20250.269
2025-09September 20250.269
2025-10October 20250.2695
2025-11November 20250.2695
2025-12December 20250.27
2026-01January 20260.27
2026-02February 20260.27
2026-03March 20260.2705
2026-04April 20260.2705
2026-05May 20260.2705
2026-06June 20260.271
2026-07July 20260.271
Rows × columns
64 × 3
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 Realty Income (O): monthly dividend per share, January 2021 to the latest declared payment, derived from the stored result.
ColumnTypeRangeNotes
month date 2021-01 to 2026-07
month_label text 64 distinct values (April 2021, April 2022, April 2023…)
monthly_dividend_usd number 0.2345 to 0.271 US dollars

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 m AS (
    SELECT toStartOfMonth(ex_dividend_date) AS month_start,
           max(toFloat64(cash_amount)) AS rate
    FROM global_markets.stocks_dividends
    WHERE ticker = 'O'
      AND distribution_type = 'recurring'
      AND cash_amount > 0
      AND ex_dividend_date >= toDate('2021-01-01')
      AND ex_dividend_date < toDate('2026-08-01')
    GROUP BY month_start
)
SELECT formatDateTime(month_start, '%Y-%m') AS month,
       formatDateTimeInJodaSyntax(month_start, 'MMMM yyyy') AS month_label,
       round(rate, 4) AS monthly_dividend_usd
FROM m
ORDER BY month_start

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 analysisREIT Payout Ratio: FFO vs EPS Explained
Large equity REITs: dividend as a percent of earnings per share, latest snapshot ranking 11×3 Year-end dividend rate against twelve months earlier: how many large REITs raised or lowered table 9×5 Dividend as a percent of EPS: large equity REITs against every other US dividend payer ranking 2×4 Share of a full year's dividend cash arriving in each month: one monthly payer and one quarterly payer, 2025 pay dates series 12×4 Monthly dividend stocks - filing companies paying every month, ranked by daily traded value table 29×6 Monthly payers in the dividend record, by completed calendar year ranking 21×3 See all 2,170 queries →