{"slug":"ex-dividend-date-for-turkish-investors","qid":"yillik_kayit_farki","label":"yillik_kayit_farki","post_title":"ex-dividend-date-for-turkish-investors","post_url":"/blog/lang/tr/ex-dividend-date-for-turkish-investors#q-yillik_kayit_farki","columns":["year","ex_kayit_gun_delta","ayni_gun_pct"],"rows":[{"year":"2019","ex_kayit_gun_delta":1.5,"ayni_gun_pct":0},{"year":"2020","ex_kayit_gun_delta":1.43,"ayni_gun_pct":0},{"year":"2021","ex_kayit_gun_delta":1.48,"ayni_gun_pct":0.1},{"year":"2022","ex_kayit_gun_delta":1.49,"ayni_gun_pct":0},{"year":"2023","ex_kayit_gun_delta":1.46,"ayni_gun_pct":0},{"year":"2024","ex_kayit_gun_delta":0.49,"ayni_gun_pct":65.1},{"year":"2025","ex_kayit_gun_delta":0,"ayni_gun_pct":98.7},{"year":"2026","ex_kayit_gun_delta":0,"ayni_gun_pct":99}],"shape":"ranking","sql":"SELECT\n    toString(toYear(ex_dividend_date))                                AS year,\n    round(avg(dateDiff('day', ex_dividend_date, record_date)), 2)     AS ex_kayit_gun_delta,\n    round(100 * countIf(record_date = ex_dividend_date) / count(), 1) AS ayni_gun_pct\nFROM global_markets.stocks_dividends\nWHERE ex_dividend_date >= '2019-01-01'\n  AND ex_dividend_date <= today()\n  AND record_date >= '2019-01-01'\n  AND currency = 'USD'\n  AND cash_amount > 0\n  AND ticker NOT IN ('SPCX')\nGROUP BY year\nORDER BY year","computed_at":"2026-09-22T15:02:37.767261+00:00","elapsed":0.151250399}