python - Price data from yahoo finance (or google finance) that is more precise than one point per day -


is possible retrieve historical price data yahoo (or google) finance using pandas.io.data.yahoo in python hour or 10 minutes resolution instead of 1 point per day? if not possible, limitation of pandas module or yahoo (google) finance api?

i don't know pandas.io.data.yahoo , may need this:

jsons of bloomberg:

http://www.bloomberg.com/markets/chart/data/1d/aapl:us

http://www.bloomberg.com/markets/chart/data/1m/aapl:us


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -