I'm trying to run an algorithm that requires stock price info every 15 minutes, but as far as I can tell in the backtesting environment this information isn't accessible, just the opening/closing price for the day.
Is there a way I can get the share price of GOOG stock every 15 minutes or less from a day that occurred a year ago?
Thank you.