{"slug":"what-is-income","qid":"pay_rhythm","label":"pay_rhythm","post_title":"what-is-income","post_url":"/blog/lang/pcm/what-is-income#q-pay_rhythm","columns":["pay_rhythm","companies"],"rows":[{"pay_rhythm":"Every quarter","companies":5002},{"pay_rhythm":"Twice for one year","companies":3234},{"pay_rhythm":"Once for one year","companies":2455},{"pay_rhythm":"Every month","companies":2067},{"pay_rhythm":"Other rhythm","companies":1884}],"shape":"ranking","sql":"SELECT\n    multiIf(frequency = 12, 'Every month',\n            frequency = 4,  'Every quarter',\n            frequency = 2,  'Twice for one year',\n            frequency = 1,  'Once for one year',\n                            'Other rhythm')   AS pay_rhythm,\n    uniqExact(ticker)                         AS companies\nFROM global_markets.stocks_dividends\nWHERE ex_dividend_date >= today() - 365\n  AND ex_dividend_date <  today()\nGROUP BY pay_rhythm\nORDER BY companies DESC","computed_at":"2026-09-23T14:55:48.591948+00:00","elapsed":0.091455501}