始める無料で始める

Compute historical returns

You are provided with the time series of 61 monthly prices for the stock ABC, together with the dividends paid by the company during that period.

Your task is to compute the series of monthly percentage returns.

To do so, divide the dollar returns by the initial value, and convert the outcome into a percentage with the function TO_PERCENT().

Remember that the number of returns is always equal to the number of prices minus one. That's because you cannot compute the return corresponding to the first price since the value of the stock at the period preceding the first one is missing.

この演習はコースの一部です

Google Sheetsで学ぶ金融アナリティクス

コースを見る

演習の手順

  • In D3, use the appropriate formula to compute the return realized in the first month.

  • In D4:D62, find the other monthly returns by using the autofill feature.

  • In E3:E62, use the function TO_PERCENT() and pass the values obtained before as the main argument.

実践的なインタラクティブ演習

理論を実践に変える、インタラクティブな演習のひとつをお試しください

演習を開始する