SPDR S&P 500 ETF (SPY) in daily intervals between 2023-01-01 and 2024-12-31.
Format
A matrix with 501 rows and 5 columns.
- open
Candle opening price.
- high
Candle highest price.
- low
Candle lowest price.
- close
Candle closing price.
- volume
Candle volume.
References
Loaded using quantmod
Examples
## Load the dataset
data(SPY, package = "talib")
