Import Stocks

Quarterly prices

## # A tibble: 12 × 3
##    asset date       returns
##    <chr> <date>       <dbl>
##  1 UAA   2022-03-31 -0.221 
##  2 UAA   2022-06-30 -0.715 
##  3 UAA   2022-09-30 -0.225 
##  4 UAA   2022-12-30  0.424 
##  5 SONY  2022-03-31 -0.204 
##  6 SONY  2022-06-30 -0.228 
##  7 SONY  2022-09-30 -0.240 
##  8 SONY  2022-12-30  0.175 
##  9 MRVL  2022-03-31 -0.220 
## 10 MRVL  2022-06-30 -0.498 
## 11 MRVL  2022-09-30 -0.0130
## 12 MRVL  2022-12-30 -0.146

Histogram Showing the Quarterly Returns in 2022

Interpretted plot

The MRVL stock has a steady increase and then starts to decline at around 2. The Sony stock has a rapid increase, when it gets to the peak it basically drops to 0. Overtime increases but never gets close to its peak. THe UAA stock does not have that much movement with slight increases but then casually returns to its start.