Print Page  
FUNDAMENTALS / DIVIDENDS
DivPSDays(days [,offset,div_type,div_dt, cnt_flag])
Full Description

DivPSDays adds or counts the dividends per share during a period specified in days. The data used is the corporate actions data which is per share (as opposed to DivPaid which uses cashflow statement data in absolute terms for all dividend types)

PreBuilt Factors:
DivPS52W

Function:
DivPSDays( days [, offset, div_type, div_dt, cnt_flag] )
By default it includes regular dividends with ex-dates during the specified period.

Parameters:
days: number of days
offset: offset in days
div_type: [#Regular], #Special, #AllDiv
div_dt: [#ExDate] , #PayDate, #AnnDate
count_flag: [FALSE] , TRUE. If TRUE it returns the number of dividends paid.

Examples:
To screen for stock that paid more dividends in the most recent 90 days  vs the previous 90 days:

DivPSDays(90, 0) > DivPSDays(90, 90)