I am trying to scrape dividend infos from the yahoo finance webpage into my Google Spreadsheet.
It works for "AGNC", but for example it wont work for "O2D.DE".
this works:
=SPLIT(INDEX(IMPORTHTML(concatenate("https://finance.yahoo.com/quote/";"AGNC");"table";2);6;2);" ")