the weekly KOSPI 200 index from January, 1990 to February, 2007.
data(kospi200)
A list of date and KOSPI200 index
data(kospi200) names(kospi200) plot(kospi200$date, kospi200$index, type="l")