I was looking to select all securities from an index that have met the condition of having increased dividends (excluding special dividends) consecutively over the past 5 years. Is there a way to select the security and return RIC and the annual dividend for the last 5 years using the python API? My current approach is to download the dividends for all the securities and then write the python code to select securities. For instance, take the index .STI, select only those constituents that had increased dividends (excluding special dividends) consistently over the last 5 years and return the constituent RIC and the annual dividend over the past 5 years. Many thanks