RcmdrPlugin.RiskDemo (version 1.9)

stockData: Stock data

Description

Stock data on large companies in Helsinki Stock Exchange, downloaded from Kauppalehti web page (www.kauppalehti.fi), on May 13, 2017

Usage

data("stockData")

Arguments

Format

A data frame with 35 observations on the following 7 variables.

names

name of the firm

abbrs

abbreviation of the firm

quote

closing quote

vol

volatility (%)

beta

beta (%)

div

dividend (eur/stock)

divYield

dividend yield (%)

Examples

Run this code
# NOT RUN {
data(stockData)
plot(stockData[,-(1:2)])
# }

Run the code above in your browser using DataCamp Workspace