-1

I am having an issue with getting dividend yield from google finance in google sheets.

I am using this formula =GOOGLEFINANCE("MSFT","yieldpct")

,but this returns a error "Formula parse error"

Am I missing something here ? Is there a need for additional parameters ?

1 Answers1

1

The googlefinance() documentation states that this particular attribute yieldpct is reserved for mutual funds and not stock tickers

enter image description here


its working good with mutual funds tickers

enter image description here

rockinfreakshow
  • 15,077
  • 3
  • 12
  • 19