STRASMORE/EXPLORE 2,500 QUERIES

rytm

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-23, from pfe-dividend-for-polish-investors.

as of series 13×4read in context →
rytm — 13 rows by 4 columns, computed from US exchange, SIP and OPRA data.
ex_datedzien_ogloszeniadni_od_ogloszenia_do_exdni_od_ex_do_wyplaty
2023-07-2722.06.20233540
2023-11-0904.10.20233625
2024-01-2514.12.20234236
2024-05-0924.04.20241536
2024-07-2626.06.20243039
2024-11-0809.10.20243024
2025-01-2412.12.20244342
2025-05-0923.04.20251635
2025-07-2525.06.20253039
2025-11-0709.10.20252924
2026-01-2312.12.20254242
2026-05-0822.04.20261635
2026-07-2424.06.20263039
Rows × columns
13 × 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 rytm, derived from the stored result.
ColumnTypeRangeNotes
ex_date date 2023-07-27 to 2026-07-24
dzien_ogloszenia text 13 distinct values (04.10.2023, 09.10.2024, 09.10.2025…)
dni_od_ogloszenia_do_ex number 15 to 43
dni_od_ex_do_wyplaty number 24 to 42

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(ex_dividend_date)                                AS ex_date,
    formatDateTime(max(declaration_date), '%d.%m.%Y')         AS dzien_ogloszenia,
    dateDiff('day', max(declaration_date), ex_dividend_date)  AS dni_od_ogloszenia_do_ex,
    dateDiff('day', ex_dividend_date, max(pay_date))          AS dni_od_ex_do_wyplaty
FROM global_markets.stocks_dividends
WHERE ticker = 'PFE'
  AND ex_dividend_date >= today() - 1200
GROUP BY ex_dividend_date
HAVING max(declaration_date) > toDate('2000-01-01')
   AND max(pay_date) > toDate('2000-01-01')
ORDER BY ex_dividend_date
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.