STRASMORE/EXPLORE 2,549 QUERIES

ratiba_schd

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 series 14×4read in context →
ratiba_schd — 14 rows by 4 columns, computed from US exchange, SIP and OPRA data.
ex_datelebo_tarehegawio_ghafibaada_ya_kodi
2023-06-21Jun 21, 20230.22160.1551
2023-09-20Sep 20, 20230.21820.1527
2023-12-06Dec 6, 20230.24740.1732
2024-03-20Mar 20, 20240.20370.1426
2024-06-26Jun 26, 20240.27470.1923
2024-09-25Sep 25, 20240.25150.176
2024-12-11Dec 11, 20240.26450.1852
2025-03-26Mar 26, 20250.24880.1742
2025-06-25Jun 25, 20250.26020.1821
2025-09-24Sep 24, 20250.26040.1823
2025-12-10Dec 10, 20250.27820.1947
2026-03-25Mar 25, 20260.25690.1798
2026-06-24Jun 24, 20260.25250.1768
2026-09-23Sep 23, 20260.26650.1866
Rows × columns
14 × 4
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 ratiba_schd, derived from the stored result.
ColumnTypeRangeNotes
ex_date date 2023-06-21 to 2026-09-23
lebo_tarehe text 14 distinct values (Dec 10, 2025, Dec 11, 2024, Dec 6, 2023…)
gawio_ghafi number 0.2037 to 0.2782
baada_ya_kodi number 0.1426 to 0.1947

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, '%b %e, %Y') AS lebo_tarehe,
    round(kiasi, 4)                               AS gawio_ghafi,
    round(kiasi * 0.70, 4)                        AS baada_ya_kodi
FROM
(
    SELECT
        ex_dividend_date,
        sum(kiasi) AS kiasi
    FROM
    (
        SELECT
            ex_dividend_date,
            id,
            max(ifNull(nullIf(toFloat64(split_adjusted_cash_amount), 0.), toFloat64(cash_amount))) AS kiasi
        FROM global_markets.stocks_dividends
        WHERE ticker = 'SCHD'
          AND ex_dividend_date >= today() - 1200
          AND ex_dividend_date <= today()
        GROUP BY ex_dividend_date, id
    )
    GROUP BY ex_dividend_date
)
ORDER BY ex_date
⌘/Ctrl + Enter

Fanya kazi na data hii kwenye msaidizi wako wa AI

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