1 Import stock prices of your choice

2 Convert prices to returns by quarterly

## # A tibble: 12 × 3
##    asset date         returns
##    <chr> <date>         <dbl>
##  1 ORCL  2022-03-31 -0.0569  
##  2 ORCL  2022-06-30 -0.165   
##  3 ORCL  2022-09-30 -0.130   
##  4 ORCL  2022-12-30  0.297   
##  5 LLY   2022-03-31  0.0566  
##  6 LLY   2022-06-30  0.128   
##  7 LLY   2022-09-30  0.000542
##  8 LLY   2022-12-30  0.126   
##  9 WMT   2022-03-31  0.0330  
## 10 WMT   2022-06-30 -0.199   
## 11 WMT   2022-09-30  0.0690  
## 12 WMT   2022-12-30  0.0929

3 Make plot

4 Interpret the plot

The A typical monthly return is higher for LLY than WMT and ORCL

5 Change the global chunck options

Hide the code, messages, and warnings