I've been trying to get Yahoo Finance ES symbol daily OHLC data into Google Sheet.
I've checked the disabling javascript and reloading the page method by @Rubén and the OHLC data displays after reloading the page. But the IMPORT formulas returns #N/A Resource at URL Not Found
.
I also tried @user0 methods (save the IMPORTJSON one) here but no luck there too.
Then I've tested the script by @JohnA and it does retrieve the data.
Here's @JohnA Script output I got.
But now I'm wondering how to make it auto-update at least every day (it is daily data).
I'm not sure how to proceed since @JohnA's Script involves handling a CSV
file.
I've enabled calculation on change and every minute
as detailed here: How to Configure Auto Refresh for Googlesheets
Is there any workaround allowing to just get the data into Google Sheet without needing the csv step?
Or is it possible to still pull the data from the CSV
while getting Google sheet to auto-update daily? If yes, how to do it?
Thanks for any advice, always very much appreciated!
Related scripts by @Tanaike 1 @Tanaike 2