My Stocks

Feng Xia

  2021-09-21

Stock Returns

There are three types of return: daily, nightly, and 24-hour. Return values are in percentage (%), and negative returns are colored in red. Since the analysis done to them are similar, we are to address them together here.

  1. daily return: (today's close - today's open)/today's open. This measures the return during normal market hours.
  2. nightly return: (today's open - yesterday's close)/yesterday's close. This measures the return during off market hours.
  3. 24-hour return: (today's close - yesterday's close)/yesterday's close. This measures the over effect of a 24-hour day, thus including both the market hours and off market hours (for example, many companies choose to make announcement after market close, thus causing price to fluctuate prior to next day's market opening).
Stock 24-hour return chart

Now with computed returns, we do some basic counting and statistic analysis of the return data.

positive vs. negative occurrence

This answers that out of the return data, how many were positive and how many were negative. If a stock were on a rise, we would expect it having more positive days than …