Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

STOCK function previous close price

Hi,

I am having problems with the Stock function on my iMac with the [previous close] and the [last price] being listed as identical.

I am aware that last price is the last price available to me, ie the last price of trading on the previous day.

What I need is the previous close price of the day previous to that, not yesterday's close.

I have attempted StockH but can't seem to get the date right eg today()-1, perhaps I'm completely on the wrong track.


I enter the data like this:

A2 = stock symbol eg (ABC.AX)

C2 = previous close eg =(stock(A2),previous close)

D2 = last eg =(stock(A2),last)

iMac

Posted on Dec 13, 2017 10:41 PM

Reply
Question marked as Best reply

Posted on Dec 14, 2017 12:31 PM

If you want the closing price from the day before yesterday then you could try something like this:


User uploaded file



=STOCKH("AAPL",0,TODAY()−2)


SG

2 replies

STOCK function previous close price

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.