STRASMORE/EXPLORE 2,549 QUERIES

gawio_kwa_mwaka

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-24, from index-funds-for-kenyan-investors.

as of table 7×5read in context →
gawio_kwa_mwaka — 7 rows by 5 columns, computed from US exchange, SIP and OPRA data.
yearvoo_gawiospy_gawioqqq_gawioschd_gawio
20195.5715.6181.5820.575
20205.3035.6911.7370.676
20215.4375.7181.6970.75
20225.9476.3212.1350.854
20236.3576.6342.5360.886
20246.7047.0652.8460.994
20257.0687.2812.7951.048
Rows × columns
7 × 5
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 gawio_kwa_mwaka, derived from the stored result.
ColumnTypeRangeNotes
year text 7 distinct values (2019, 2020, 2021…)
voo_gawio number 5.303 to 7.068
spy_gawio number 5.618 to 7.281
qqq_gawio number 1.582 to 2.846
schd_gawio number 0.575 to 1.048

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 year,
    round(sumIf(kiasi, ticker = 'VOO'), 3)  AS voo_gawio,
    round(sumIf(kiasi, ticker = 'SPY'), 3)  AS spy_gawio,
    round(sumIf(kiasi, ticker = 'QQQ'), 3)  AS qqq_gawio,
    round(sumIf(kiasi, ticker = 'SCHD'), 3) AS schd_gawio
FROM
(
    SELECT
        ticker,
        id,
        ex_dividend_date,
        max(ifNull(nullIf(toFloat64(split_adjusted_cash_amount), 0.), toFloat64(cash_amount))) AS kiasi
    FROM global_markets.stocks_dividends
    WHERE ticker IN ('VOO', 'SPY', 'QQQ', 'SCHD')
      AND ex_dividend_date >= '2019-01-01'
      AND ex_dividend_date <  '2026-01-01'
    GROUP BY ticker, id, ex_dividend_date
)
GROUP BY year
ORDER BY year
⌘/Ctrl + Enter

Fanya kazi na data hii kwenye msaidizi wako wa AI

Hufunguka tayari kuuliza, na data ya ukurasa huu. Bure, bila akaunti.