Easiest way to extract end-of-day data from throughout-the-day data?

S

sherifffruitfly

Hi all,

I have market snapshot data that's taken about 20 times during the
day, at random times. A col is kept with the timestamp of the
snapshot.

I want to make a graph of the end-of-day prices. So I need a way to
make a chart, including only the rows that represent the *last*
snapshot of the day, per the timestamp col.

Any suggestions on how to do this?


Thanks in advance,

cdj
 
Top