Print Page  
FUNDAMENTALS / CORPORATE ACTIONS
Splits(days [,countFlag])
Full Description


Parameter

days: number of days for lookback period. Use negative numbers to find stock that split in the future during a simulation

countFlag: If set to FALSE (the default) it returns the cumulative split ratio, or 1 to indicate no splits. When set to TRUE if returns the number of splits, or 0 if none.

To find stocks that have split at least 2 for 1 in the past 30 days enter:

Splits(30) > 2

To find stocks that have split at least 2 times in the past year enter:

Splits(365,TRUE)>1

To find stocks that will split at least 2 for 1 in the next 30 days during a simulation enter

Splits(-30)>2 NOTE: this function does not yet work for finding stocks that will split in the future using today's date. The look-ahead feature using negative days only works in simulations