Home > Blockchain >  scrape yahoo finance dividend
scrape yahoo finance dividend

Time:12-15

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);" ") enter image description here

  • Related