STRASMORE/EXPLORE 2,500 QUERIES

historial

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 series 15×5read in context →
historial — 15 rows by 5 columns, computed from US exchange, SIP and OPRA data.
datefecha_exfecha_registrofecha_pagobruto_usd
2023-03-0303/03/202306/03/202303/04/20230.34
2023-06-0202/06/202305/06/202305/07/20230.34
2023-09-0101/09/202305/09/202302/10/20230.34
2023-12-0101/12/202304/12/202302/01/20240.37
2024-03-0101/03/202404/03/202401/04/20240.37
2024-06-0303/06/202403/06/202401/07/20240.37
2024-09-0303/09/202403/09/202401/10/20240.37
2024-12-0202/12/202402/12/202402/01/20250.4
2025-03-0303/03/202503/03/202501/04/20250.4
2025-06-0202/06/202502/06/202501/07/20250.4
2025-09-0202/09/202502/09/202501/10/20250.4
2025-12-0101/12/202501/12/202502/01/20260.41
2026-03-0202/03/202602/03/202601/04/20260.41
2026-06-0101/06/202601/06/202601/07/20260.41
2026-09-0101/09/202601/09/202601/10/20260.41
Rows × columns
15 × 5
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 historial, derived from the stored result.
ColumnTypeRangeNotes
date date 2023-03-03 to 2026-09-01
fecha_ex text 15 distinct values (01/03/2024, 01/06/2026, 01/09/2023…)
fecha_registro text 15 distinct values (01/06/2026, 01/09/2026, 01/12/2025…)
fecha_pago text 15 distinct values (01/04/2024, 01/04/2025, 01/04/2026…)
bruto_usd number 0.34 to 0.41 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.

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
    ex_dividend_date                                  AS date,
    formatDateTime(ex_dividend_date, '%d/%m/%Y')      AS fecha_ex,
    formatDateTime(any(record_date), '%d/%m/%Y')      AS fecha_registro,
    formatDateTime(any(pay_date), '%d/%m/%Y')         AS fecha_pago,
    round(any(toFloat64(cash_amount)), 4)             AS bruto_usd
FROM global_markets.stocks_dividends
WHERE ticker = 'NKE'
  AND ex_dividend_date >= '2023-01-01'
GROUP BY ex_dividend_date
ORDER BY ex_dividend_date
⌘/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.