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.
| ex_date | lebo_tarehe | gawio_ghafi | baada_ya_kodi |
|---|---|---|---|
| 2023-06-21 | Jun 21, 2023 | 0.2216 | 0.1551 |
| 2023-09-20 | Sep 20, 2023 | 0.2182 | 0.1527 |
| 2023-12-06 | Dec 6, 2023 | 0.2474 | 0.1732 |
| 2024-03-20 | Mar 20, 2024 | 0.2037 | 0.1426 |
| 2024-06-26 | Jun 26, 2024 | 0.2747 | 0.1923 |
| 2024-09-25 | Sep 25, 2024 | 0.2515 | 0.176 |
| 2024-12-11 | Dec 11, 2024 | 0.2645 | 0.1852 |
| 2025-03-26 | Mar 26, 2025 | 0.2488 | 0.1742 |
| 2025-06-25 | Jun 25, 2025 | 0.2602 | 0.1821 |
| 2025-09-24 | Sep 24, 2025 | 0.2604 | 0.1823 |
| 2025-12-10 | Dec 10, 2025 | 0.2782 | 0.1947 |
| 2026-03-25 | Mar 25, 2026 | 0.2569 | 0.1798 |
| 2026-06-24 | Jun 24, 2026 | 0.2525 | 0.1768 |
| 2026-09-23 | Sep 23, 2026 | 0.2665 | 0.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
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
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
Fanya kazi na data hii kwenye msaidizi wako wa AI
Hufunguka tayari kuuliza, na data ya ukurasa huu. Bure, bila akaunti.