3

I've found nice function =GOOGLEFINANCE("AAPL";"price";TODAY(); today()-60) that gives stock prices for defined date range - it works fine. I was trying to use it to get EPS or PE data. Is that possible to get EPS historical data using googlefinance() (I was trying with =GOOGLEFINANCE("AAPL";"eps";TODAY(); today()-60) but it is not working) or we can get only current EPS with =GOOGLEFINANCE("AAPL;"eps") Will appreciate your support on this.

KG

TheMaster
  • 45,448
  • 6
  • 62
  • 85

2 Answers2

0

EPS is not supported, only:

=GOOGLEFINANCE("AAPL"; "all"; TODAY(); TODAY()-60)
player0
  • 124,011
  • 12
  • 67
  • 124
0

EPS data is not supported.

However the price is adjusted for bonus, stocksplit ESOPS etc.