I have been using matplotlib.finance
to pull stock information. quotes_historical_yahoo()
is a really easy function to use but seems to only allow me to pull information on the day.
Is there a way using matplotlib to pull stock values in intervals of 5 minutes?
If not can I get a suggestion of some other python software that will do what I want.