Donate to Remove ads

Got a credit card? use our Credit Card & Finance Calculators

Thanks to Anonymous,bruncher,niord,gvonge,Shelford, for Donating to support the site

Using Google Cache

Discussions regarding financial software
ReformedCharacter
Lemon Quarter
Posts: 3169
Joined: November 4th, 2016, 11:12 am
Has thanked: 3734 times
Been thanked: 1539 times

Using Google Cache

#54963

Postby ReformedCharacter » May 19th, 2017, 2:44 pm

I've been playing around with Google Sheets and have made an interesting discovery which might be useful for users of other spreadsheets.

I found that using:

=IMPORTHTML(ʺhttp://www.dividenddata.co.uk/exdividenddate.py?m=ftse100ʺ,ʺtableʺ,1)

to extract dividend data does not work, I assume that it is somehow blocked by dividenddata.

However, asking the Google cache for the same data works:

=IMPORTHTML(ʺhttp://webcache.googleusercontent.com/search?q=cache:http://www.dividenddata.co.uk/exdividenddate.py?m=ftse100ʺ,ʺtableʺ,1)

A page can be obtained, as shown, by prefixing the URL with 'http://webcache.googleusercontent.com/search?q=cache:'

Of course there's no guarantee that the data in the cache will be up to date but for high volume sites and data that stays reasonably static, hour to hour, this may be a useful workaround.

RC

epo1
Posts: 42
Joined: November 4th, 2016, 10:40 am

Re: Using Google Cache

#56056

Postby epo1 » May 25th, 2017, 7:21 pm

Is "does not work" flagged in a detectable fashion? Because it should be easy to write macro code like

Code: Select all

If import from dividenddata is OK
then
  use those results
elseif import from google cache is OK
  use those results
fi

HappyPlums
Posts: 1
Joined: May 27th, 2017, 9:55 pm

Re: Using Google Cache

#56391

Postby HappyPlums » May 27th, 2017, 10:11 pm

Hi ReformedCharacter

Thanks for that tip, neat idea. I'd not heard of the Google cache.

I had been using importhtml on the dividenddata site for around a year, but a while back it stopped working. This coincided with a little bit of a refresh on their site.

Now I just need to find a way to only refresh the import when I need it. The divi data does not change 'that' quickly


Return to “Financial Software - Discussion”

Who is online

Users browsing this forum: No registered users and 21 guests