Hi,
I'm kinda new to both quantopian and python, and was wondering how in research environment I can get the say 20-weeks high of a stock, but I don't want daily prices to be considered, but getting the 20-weeks high only from 20 end of the week prices, i.e. weekly frequency.
and am I right to think that the way to go about researching on this is different from when writing the actual algorithm, i.e. different API are used?
Thanks,