STRASMORE/EXPLORE 2,500 QUERIES

kalendarz

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 9×6read in context →
kalendarz — 9 rows by 6 columns, computed from US exchange, SIP and OPRA data.
ex_datedzien_exdzien_ustalenia_prawdzien_wyplatykwota_usdstatus
2024-07-2626.07.202426.07.202403.09.20240.42za nami
2024-11-0808.11.202408.11.202402.12.20240.42za nami
2025-01-2424.01.202524.01.202507.03.20250.43za nami
2025-05-0909.05.202509.05.202513.06.20250.43za nami
2025-07-2525.07.202525.07.202502.09.20250.43za nami
2025-11-0707.11.202507.11.202501.12.20250.43za nami
2026-01-2323.01.202623.01.202606.03.20260.43za nami
2026-05-0808.05.202608.05.202612.06.20260.43za nami
2026-07-2424.07.202624.07.202601.09.20260.43za nami
Rows × columns
9 × 6
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 kalendarz, derived from the stored result.
ColumnTypeRangeNotes
ex_date date 2024-07-26 to 2026-07-24
dzien_ex text 9 distinct values (07.11.2025, 08.05.2026, 08.11.2024…)
dzien_ustalenia_praw text 9 distinct values (07.11.2025, 08.05.2026, 08.11.2024…)
dzien_wyplaty text 9 distinct values (01.09.2026, 01.12.2025, 02.09.2025…)
kwota_usd number 0.42 to 0.43 US dollars
status text 1 distinct value (za nami)

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(ex_dividend_date, '%d.%m.%Y')              AS dzien_ex,
    if(max(record_date) > toDate('2000-01-01'),
       formatDateTime(max(record_date), '%d.%m.%Y'),
       'nie podano')                                          AS dzien_ustalenia_praw,
    if(max(pay_date) > toDate('2000-01-01'),
       formatDateTime(max(pay_date), '%d.%m.%Y'),
       'nie podano')                                          AS dzien_wyplaty,
    round(toFloat64(max(cash_amount)), 4)                     AS kwota_usd,
    if(ex_dividend_date >= today(), 'przed nami', 'za nami')  AS status
FROM global_markets.stocks_dividends
WHERE ticker = 'PFE'
  AND ex_dividend_date >= today() - 830
GROUP BY ex_dividend_date
ORDER BY ex_dividend_date
⌘/Ctrl + Enter

Pracuj z tymi danymi w swoim asystencie AI

Otwiera się gotowy do zapytań, z danymi z tej strony. Za darmo, bez konta.