1 Import stock prices of your choice

2 Convert prices to returns by quarterly

## # A tibble: 48 × 3
##    asset date       returns
##    <chr> <date>       <dbl>
##  1 NFLX  2020-03-31  0.130 
##  2 NFLX  2020-06-30  0.192 
##  3 NFLX  2020-09-30  0.0943
##  4 NFLX  2020-12-31  0.0783
##  5 NFLX  2021-03-31 -0.0359
##  6 NFLX  2021-06-30  0.0125
##  7 NFLX  2021-09-30  0.145 
##  8 NFLX  2021-12-31 -0.0130
##  9 NFLX  2022-03-31 -0.475 
## 10 NFLX  2022-06-30 -0.762 
## # ℹ 38 more rows

3 Make plot

4 Interpret the plot

A typic quarterly return is higher for Apple and Crude Oil than it is for Roku and Netlfix

5 Change the global chunck options

Hide the code, messages, and warnings