STRASMORE/EXPLORE 2,500 QUERIES

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.

as of series 12×4read in context →
ratiba_gawio — 12 rows by 4 columns, computed from US exchange, SIP and OPRA data.
ex_datetarehe_ya_exsiku_ex_hadi_rekodisiku_ex_hadi_malipo
2023-11-30Nov 30, 2023115
2024-03-14Mar 14, 2024118
2024-06-14Jun 14, 2024017
2024-09-13Sep 13, 2024018
2024-11-29Nov 29, 2024017
2025-03-14Mar 14, 2025018
2025-06-13Jun 13, 2025018
2025-09-15Sep 15, 2025016
2025-12-01Dec 1, 2025014
2026-03-13Mar 13, 2026019
2026-06-15Jun 15, 2026016
2026-09-15Sep 15, 2026016
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
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for ratiba_gawio, derived from the stored result.
ColumnTypeRangeNotes
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
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.