I'm trying to fetch data from the Yahoo finance API via Joe C's method described here: Download history stock prices automatically from yahoo finance in python
However, when I try to pass additional parameters about the date, Yahoo finance seems to ignore these parameters and returns a list of prices from the beginning of the stock's existence.
Is there an easy way to get the data for a certain date range or should I just process the results manually?
Thanks for your help.