logret_data | R Documentation |
A tibble containing daily negative log returns of closing prices for the S&P 500 stock market index. The observation period spans 20 trading years: 1995-01-01 to 2024-12-31.
data(logret_data)
A tibble with 7,550 rows and 2 columns:
Date of observation (class Date
)
Negative log return (numeric)
The data was obtained using the quantmod
package with Yahoo Finance as the source.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.