KOSPI200_list | R Documentation |
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.
data(KOSPI200_list)
A list with 2 components:
A Date vector of length 896 representing the observation dates
A numeric vector of length 896 representing the KOSPI 200 index values
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.
Data taken from the EMD package version 1.5.9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.