I'm creating a dividend tracker sheet in google sheets. I'm using following formula as I want to use some dividend data from yahoo finance
=SPLIT(INDEX(IMPORTHTML(concatenate("https://finance.yahoo.com/quote/";B8);"table";2);6;2);" ")
B8 is referring to the ticker from yahoo finance
It works well for all US stocks(Example: "T" and "JNJ") and for 1 EU stocks ("VOW3.DE"). For all other EU stocks (Ex: "SIE.DE") it doesn't work. I'm using though the same formula =SPLIT(INDEX(IMPORTHTML(concatenate("https://finance.yahoo.com/quote/";B5);"table";2);6;2);" ")
B5 refers to SIE.DE
I'm getting following error message:
"#N/A": Error Ressource at url not found
Strange as it works well for VOW3.DE ticker (Volkswagen)