ratiba_gawio
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 how-to-buy-us-stocks-from-kenya.
| ex_date | tarehe_ya_ex | siku_ex_hadi_rekodi | siku_ex_hadi_malipo |
|---|---|---|---|
| 2023-11-30 | Nov 30, 2023 | 1 | 15 |
| 2024-03-14 | Mar 14, 2024 | 1 | 18 |
| 2024-06-14 | Jun 14, 2024 | 0 | 17 |
| 2024-09-13 | Sep 13, 2024 | 0 | 18 |
| 2024-11-29 | Nov 29, 2024 | 0 | 17 |
| 2025-03-14 | Mar 14, 2025 | 0 | 18 |
| 2025-06-13 | Jun 13, 2025 | 0 | 18 |
| 2025-09-15 | Sep 15, 2025 | 0 | 16 |
| 2025-12-01 | Dec 1, 2025 | 0 | 14 |
| 2026-03-13 | Mar 13, 2026 | 0 | 19 |
| 2026-06-15 | Jun 15, 2026 | 0 | 16 |
| 2026-09-15 | Sep 15, 2026 | 0 | 16 |
- Rows × columns
- 12 × 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-11-30 to 2026-09-15 | |
tarehe_ya_ex |
text | 12 distinct values (Dec 1, 2025, Jun 13, 2025, Jun 14, 2024…) | |
siku_ex_hadi_rekodi |
number | 0 to 1 | |
siku_ex_hadi_malipo |
number | 14 to 19 |
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(toDate(ex_dividend_date)) AS ex_date,
formatDateTime(toDate(ex_dividend_date), '%b %e, %Y') AS tarehe_ya_ex,
dateDiff('day', toDate(ex_dividend_date), toDate(any(record_date))) AS siku_ex_hadi_rekodi,
dateDiff('day', toDate(ex_dividend_date), toDate(any(pay_date))) AS siku_ex_hadi_malipo
FROM global_markets.stocks_dividends
WHERE ticker = 'KO'
AND ex_dividend_date >= today() - 1100
AND ex_dividend_date <= today()
GROUP BY ex_dividend_date
ORDER BY ex_dividend_date
Work with this data in your AI assistant
Opens ready to query, with this page's data. Free, no account.