This dataset, KOSPI200_list, is a list containing historical data for the Korea Stock Price Index 200 (KOSPI 200). It includes a vector of dates and the corresponding index values over time.
Usage
data(KOSPI200_list)
Format
A list with 2 components:
- date
A Date vector of length 896 representing the observation dates
- index
A numeric vector of length 896 representing the KOSPI 200 index values
Details
The dataset name has been kept as 'KOSPI200_list' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the SouthKoreAPIs package and assists users in identifying its specific characteristics. The suffix 'list' indicates that the dataset is stored as a list object. The original content has not been modified in any way.