After the last changes in the Yahoo Finance API, I was able to use the new API in order to download historical data at day intervals following the responses of this question: Yahoo Finance URL not working
With new API, I'm refering to URLs of this type:
https://query1.finance.yahoo.com/v7/finance/download/AAPL?period1=1492524105&period2=1495116105&interval=1d&events=history&crumb=tO1hNZoUQeQ
cookie: B=xxxxxxxx&b=3&s=qf;
However, I'm interested in intraday data. I've tried to modify the query parameters without success. So, is it possible to use the new API to get also intraday data? Any clue or documentation/tutorial is very welcome.
Many thanks!