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

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

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

google shop client API returns 400 bad request error while adding an item -