1
votes

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

1

1 Answers

-1
votes

all you can have is:

=GOOGLEFINANCE("AAPL"; "all"; TODAY(); TODAY()-60)