Google-sheets – Google Finance API call for stock dividend (Yield)

google sheetsgoogle-finance

Is there an API call to use in a Google Spreadsheet to get a stock's Dividend Yield (% annual yield)

Best Answer

Try this: =INDEX(SPLIT(INDEX(IMPORTHTML(CONCATENATE("https://finance.google.com/finance?q=", "JNJ"),"table",3),1,2), "/"),1, 2) * 0.01