This URL https://finance.google.com/finance/getprices?i=60&p=1d&f=d,l,h&q=ALV returns expected one minute prices on ALV for a single day in Chrome.
library(data.table); fread("https://finance.google.com/finance/getprices?i=60&p=1d&f=d,l,h&q=ALV",sep="/n")
worked until yesterday (9/14/17). Now it only returns the header info and does not return the one minute data. It's like there's an EOF inserted before the one minute data. I also tried getURL() and other methods in R with same result.
Any suggestions on how to get the one minute data in R? Or into any file format?
Strange, this works for me having RStudio Version 1.0.136 & R Version 3.3.3:
This gives me the most recent 1 minute data.