STRASMORE/EXPLORE 2,500 QUERIES

crecimiento_anual

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 nke-dividend-for-spanish-investors.

as of ranking 10×3read in context →
crecimiento_anual — 10 rows by 3 columns, computed from US exchange, SIP and OPRA data.
yeardeclarado_usdpagos
20160.664
20170.744
20180.824
20190.9054
20201.014
20211.134
20221.2554
20231.394
20241.514
20251.614
Rows × columns
10 × 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 crecimiento_anual, derived from the stored result.
ColumnTypeRangeNotes
year number 2,016 to 2,025
declarado_usd number 0.66 to 1.61 US dollars
pagos number every row is 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
    toYear(fecha_ex)       AS year,
    round(sum(importe), 4) AS declarado_usd,
    count()                AS pagos
FROM
(
    SELECT
        ex_dividend_date            AS fecha_ex,
        any(toFloat64(cash_amount)) AS importe
    FROM global_markets.stocks_dividends
    WHERE ticker = 'NKE'
      AND ex_dividend_date >= '2016-01-01'
      AND ex_dividend_date <  '2026-01-01'
    GROUP BY ex_dividend_date
)
GROUP BY year
ORDER BY year
⌘/Ctrl + Enter

Trabaja con estos datos en tu asistente de IA

Se abre listo para consultar, con los datos de esta página. Gratis, sin cuenta.