STRASMORE/EXPLORE 2,500 QUERIES

historia_roczna

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 ranking 11×3read in context →
historia_roczna — 11 rows by 3 columns, computed from US exchange, SIP and OPRA data.
roksuma_na_akcje_usdliczba_wyplat
20161.24
20171.284
20181.364
20191.444
20201.524
20211.564
20221.64
20231.644
20241.684
20251.724
20261.293
Rows × columns
11 × 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 historia_roczna, derived from the stored result.
ColumnTypeRangeNotes
rok text 11 distinct values (2016, 2017, 2018…)
suma_na_akcje_usd number 1.2 to 1.72 US dollars
liczba_wyplat number 3 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_dividend_date))  AS rok,
    round(sum(kwota_usd), 4)            AS suma_na_akcje_usd,
    count()                             AS liczba_wyplat
FROM
(
    SELECT
        ex_dividend_date,
        toFloat64(max(cash_amount)) AS kwota_usd
    FROM global_markets.stocks_dividends
    WHERE ticker = 'PFE'
      AND ex_dividend_date >= toDate('2016-01-01')
    GROUP BY ex_dividend_date
)
GROUP BY rok
ORDER BY rok
⌘/Ctrl + Enter

Pracuj z tymi danymi w swoim asystencie AI

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