The IBM's Daily Returns

rIBM

Format

A tibble with 3523 rows and 2 variables:

  • date Date. Timestamp information. Daily format.

  • daily_returns Numeric. Value at the corresponding timestamp.

Examples

rIBM
#> # A tibble: 3,523 x 2 #> date daily_returns #> <date> <dbl> #> 1 2007-01-03 0.000926 #> 2 2007-01-04 0.0107 #> 3 2007-01-05 -0.00905 #> 4 2007-01-08 0.0152 #> 5 2007-01-09 0.0118 #> 6 2007-01-10 -0.0118 #> 7 2007-01-11 -0.00243 #> 8 2007-01-12 0.00699 #> 9 2007-01-16 0.0149 #> 10 2007-01-17 -0.00793 #> # ... with 3,513 more rows