| tse | R Documentation |
The Turkish stock exchange index, was recorded daily from
1/1/1988 to 31/12/1998.
The daily returns, ret=log(I_(i+1)/I_(i)), were obtained for i = 1,2,...,2868.
data(tse)
A data frame with 2868 observations on the following 4 variables.
yearthe year
monththe month
daythe day
retday returns ret[t]=ln(currency[t])-ln(currency[t-1])
currencythe currency exchange rate
tlday return ret[t]=log10(currency[t])-log10(currency[t-1])
Ricard D. F. Harris and C. Coskun Kucukozen The Empirical Distribution of Stock returns: Evidence from a Emerging European Market, Applied Economic Letters, 2001,8, pages 367-371.
data(tse)
plot(ts(tse$ret))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.