{"slug":"monthly-dividend-stocks-for-russian-investors","qid":"o_monthly_trace","label":"o_monthly_trace","post_title":"monthly-dividend-stocks-for-russian-investors","post_url":"/blog/lang/ru/monthly-dividend-stocks-for-russian-investors#q-o_monthly_trace","columns":["month","month_label","gross_per_share_usd","net_per_share_usd"],"rows":[{"month":"2024-09-01","month_label":"09.2024","gross_per_share_usd":0.263,"net_per_share_usd":0.1841},{"month":"2024-10-01","month_label":"10.2024","gross_per_share_usd":0.2635,"net_per_share_usd":0.1844},{"month":"2024-11-01","month_label":"11.2024","gross_per_share_usd":0.2635,"net_per_share_usd":0.1844},{"month":"2024-12-01","month_label":"12.2024","gross_per_share_usd":0.2635,"net_per_share_usd":0.1844},{"month":"2025-01-01","month_label":"01.2025","gross_per_share_usd":0.264,"net_per_share_usd":0.1848},{"month":"2025-02-01","month_label":"02.2025","gross_per_share_usd":0.264,"net_per_share_usd":0.1848},{"month":"2025-03-01","month_label":"03.2025","gross_per_share_usd":0.268,"net_per_share_usd":0.1876},{"month":"2025-04-01","month_label":"04.2025","gross_per_share_usd":0.2685,"net_per_share_usd":0.188},{"month":"2025-05-01","month_label":"05.2025","gross_per_share_usd":0.2685,"net_per_share_usd":0.188},{"month":"2025-06-01","month_label":"06.2025","gross_per_share_usd":0.2685,"net_per_share_usd":0.188},{"month":"2025-07-01","month_label":"07.2025","gross_per_share_usd":0.269,"net_per_share_usd":0.1883},{"month":"2025-08-01","month_label":"08.2025","gross_per_share_usd":0.269,"net_per_share_usd":0.1883},{"month":"2025-09-01","month_label":"09.2025","gross_per_share_usd":0.269,"net_per_share_usd":0.1883},{"month":"2025-10-01","month_label":"10.2025","gross_per_share_usd":0.539,"net_per_share_usd":0.3773},{"month":"2025-11-01","month_label":"11.2025","gross_per_share_usd":0.2695,"net_per_share_usd":0.1887},{"month":"2025-12-01","month_label":"12.2025","gross_per_share_usd":0.27,"net_per_share_usd":0.189},{"month":"2026-01-01","month_label":"01.2026","gross_per_share_usd":0.27,"net_per_share_usd":0.189},{"month":"2026-02-01","month_label":"02.2026","gross_per_share_usd":0.27,"net_per_share_usd":0.189},{"month":"2026-03-01","month_label":"03.2026","gross_per_share_usd":0.2705,"net_per_share_usd":0.1894},{"month":"2026-04-01","month_label":"04.2026","gross_per_share_usd":0.2705,"net_per_share_usd":0.1894},{"month":"2026-05-01","month_label":"05.2026","gross_per_share_usd":0.2705,"net_per_share_usd":0.1894},{"month":"2026-06-01","month_label":"06.2026","gross_per_share_usd":0.271,"net_per_share_usd":0.1897},{"month":"2026-07-01","month_label":"07.2026","gross_per_share_usd":0.271,"net_per_share_usd":0.1897},{"month":"2026-08-01","month_label":"08.2026","gross_per_share_usd":0.271,"net_per_share_usd":0.1897}],"shape":"series","sql":"SELECT\n    month                                              AS month,\n    formatDateTime(month, '%m.%Y')                     AS month_label,\n    round(toFloat64(sum(amount)), 4)                   AS gross_per_share_usd,\n    round(toFloat64(sum(amount)) * 0.70, 4)            AS net_per_share_usd\nFROM\n(\n    SELECT\n        toStartOfMonth(ex_dividend_date) AS month,\n        ex_dividend_date,\n        max(cash_amount)                 AS amount\n    FROM global_markets.stocks_dividends\n    WHERE ticker = 'O'\n      AND currency = 'USD'\n      AND cash_amount > 0\n      AND ex_dividend_date >= addMonths(toStartOfMonth(today()), -24)\n      AND ex_dividend_date <  toStartOfMonth(today())\n    GROUP BY month, ex_dividend_date\n)\nGROUP BY month\nORDER BY month","computed_at":"2026-09-26T15:37:39.652643+00:00","elapsed":0.077062743}