In Python, is it possible to set the parameters of the get_data function in such a way that it pulls the largest shareholders at each end of quarter for a number of years, say 2005-2010? I have only managed to do this with loops for now, each time setting a different SDate.
Thank you!