get minute bar historical data from Google finance?

Viewed 27868

I can get daily data easily using this link:

https://www.google.com/finance/getprices?q=LHA&x=ETR&i=60&p=1d&f=d,c,h,l,o,v

But when I try to change "1d" to "1y" I still get 1 day's data.

I am trying to get 2 years' worth.

Is there a way to do this? yahoo or bing finance would be fine too.

4 Answers

Update [2020] Google and Yahoo deprecated their APIs so only direct website access works. However, the max resolution you can get is 1 day (end-of-day).

For historical high-resolution data Tickdata.com is a good source for tick-level data.

If 1-min bars are sufficient FirstRateData.com has 1-min data for most stocks and fx going back 20 years.

Related